Ubuntu 15.04でVMwarePlayerが使えなくなった
Ubuntu 15.04でカーネルのバージョンが上がったせいでVMwarePlayerが使えなくなりました。
askUbuntuにその質問と解決策があったので試したら動きました。
VMWare player and Ubuntu 15.04: net driver does not compile anymore, how to fix?
http://askubuntu.com/questions/613187/vmware-player-and-ubuntu-15-04-net-driver-does-not-compile-anymore-how-to-fix
回答にあったコード↓
1 2 3 4 5 6 7 |
sudo curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch cd /usr/lib/vmware/modules/source sudo tar -xf vmnet.tar sudo patch -p0 -i /tmp/vmnet-3.19.patch sudo tar -cf vmnet.tar vmnet-only sudo rm -r *-only sudo vmware-modconfig --console --install-all |
これで動きました。やったぜ。