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:

$ 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

Songboom said…
This worked for me as well when I upgraded Ubuntu to 9.04. Thanks for the tip!

Popular posts from this blog

SharePoint 2010 upgrade from 2007 (content database, UI etc)

Emacs keybinding in Visual Studio 2010