Find the answer to your Linux question:
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 ...
  1. #1
    Just 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:

    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
    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.

    Any insight into this would be appreciated

  2. #2
    Linux Guru Rubberman's Avatar
    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!

  3. #3
    Just 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.

  4. #4
    Just Joined!
    Join Date
    Apr 2012
    Posts
    1

    Smile

    Quote Originally Posted by hagaren View Post
    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.

    Any insight into this would be appreciated
    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..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...