Results 1 to 4 of 4
Hi everyone,
I've got vmware installed on 32-bit ubuntu 11.10. After running vmware workstation 7 through the terminal, I'm getting the following errors:
ERROR: modinfo: could not find module vmmon
...
- 02-01-2012 #1Just Joined!
- Join Date
- Jan 2012
- Posts
- 2
installing kernel modules for vmware workstation 7 on Ubuntu 11.10
Hi everyone,
I've got vmware installed on 32-bit ubuntu 11.10. After running vmware workstation 7 through the terminal, I'm getting the following errors:
So apparently I'm missing several kernel modules, but I have no idea how to install them. Since they are named vm*, I'm assuming that they're provided by VMWare and not something in a software repository. However, when I downloaded VMware it came as a .bundle script file, so there doesn't seem to be anything there related to kernel modules.ERROR: modinfo: could not find module vmmon
ERROR: modinfo: could not find module vmnet
ERROR: modinfo: could not find module vmblock
ERROR: modinfo: could not find module vmci
ERROR: modinfo: could not find module vsock
ERROR: modinfo: could not find module vmmon
ERROR: modinfo: could not find module vmnet
ERROR: modinfo: could not find module vmblock
ERROR: modinfo: could not find module vmci
ERROR: modinfo: could not find module vsock
ERROR: modinfo: could not find module vmmon
ERROR: modinfo: could not find module vmnet
ERROR: modinfo: could not find module vmblock
ERROR: modinfo: could not find module vmci
ERROR: modinfo: could not find module vsock
Any insight into this would be appreciated
- 02-05-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,977
Try posting on the VMWare user forums, or contacting their tech support people about this. Myself, I use VirtualBox. It's free, open source (now), and has worked well for me these past 4 years - never a crash or other problem of significance.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 02-06-2012 #3Just Joined!
- Join Date
- Jan 2012
- Posts
- 2
Thanks, Rubberman. Apparently, the modules were supposed to be built by the .bundle script, but some sort of error prevented this. I've contacted vmware support, and will update with a solution once I have it.
- 04-05-2012 #4Just Joined!
- Join Date
- Apr 2012
- Posts
- 1
You can always try to boot from an older (vmware supported) kernel, and then
sudo apt-get build-dep --no-install-recommends linux-image-$(uname -r)
apt-get source linux-image-$(uname -r)
see https[]help.ubuntu.com[]community[]Kernel[]Compile
[] = /
for more info
That way vmware will also run, if nothing else works..


Reply With Quote
