Ubuntu upgrade
Ubuntu upgrade from 8.10 to 9.04 was very successful and straightforward. Everything started normally except VMWare. When I run VMWare on console it returns:
I thought it was the same problem as before when the kernel is updated. So I ran the setup program again with root account. The bundle program uninstalled and reinstalled VMWare for me. However the result was the same, it didn't solve the problem.
After research on Internet I found the following solution that worked for me:
This was originated from
http://geekdom.wesmo.com/2008/11/14/fedora-10-vmware-workstation-650/
$ vmware
Logging to /tmp/vmware-ubuntu/setup-15021.log
modinfo: could not find module vmmon
modinfo: could not find module vmnet
modinfo: could not find module vmblock
modinfo: could not find module vmci
modinfo: could not find module vsock
modinfo: could not find module vmmon
modinfo: could not find module vmnet
modinfo: could not find module vmblock
modinfo: could not find module vmci
modinfo: could not find module vsock
Segmentation fault
I thought it was the same problem as before when the kernel is updated. So I ran the setup program again with root account. The bundle program uninstalled and reinstalled VMWare for me. However the result was the same, it didn't solve the problem.
After research on Internet I found the following solution that worked for me:
sudo mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old
sudo vmware-modconfig --console --install-all
This was originated from
http://geekdom.wesmo.com/2008/11/14/fedora-10-vmware-workstation-650/
Comments