How do I install the vmmon kernel module for VMware?

12,997

Below solution worked for me on Fedora32

I have VMware-Workstation-Full-15.5.6-16341506.x86_64.bundle and used the following commands:

git clone https://github.com/mkubecek/vmware-host-modules cd vmware-host-modules git checkout workstation-15.5.6 sudo make ; sudo make install

Share:
12,997

Related videos on Youtube

Ґрадон Хатчінсон
Author by

Ґрадон Хатчінсон

I am a firm believer in asking for help, every once in a while we all need it. Don't be afraid to ask for help, after all, doing things gets things done, and not doing things leaves things exactly as they are.

Updated on November 30, 2022

Comments

  • Ґрадон Хатчінсон
    Ґрадон Хатчінсон over 1 year

    I've recently installed VMware Workstation 12.1.1 build-3770994 and whenever I attempt to open a virtual machine, I recieve the following error:

    Vmmon module error window

    When I navigate to /dev/ , there is no vmmon to be found

    enter image description here

    When I run the command: sudo vmware-modconfig --console --install-all, I get this error:

    enter image description here

    I've attempted to reinstall VMware several times, but to no avail did the vmmon kernel module load. Is there a soulution to this?

    • Admin
      Admin over 7 years
    • Admin
      Admin over 7 years
      I've referred to that, none of the methods have seemed to work.
    • Admin
      Admin over 7 years
      What is the error when you run: sudo vmware-modconfig --console --install-all if there is no error, are the two vmware services running?
    • Admin
      Admin over 7 years
      They are still failing to run after I have run the command.
    • Admin
      Admin over 7 years
      So two things, firstly you are running the 4.4 kernel, so you shouldn't make the changes here: askubuntu.com/questions/810087/… (if you haven't taken backups of the tar files uninstall and reinstall). After you do this run sudo vmware-modconfig --console --install-all again, but this time copy the actual make errors (you will have to scroll back up) . the errors will say "warning" probably, they will be a little stack trace before it.
    • Admin
      Admin over 7 years
      could it be the same issue than this? stackoverflow.com/questions/37328791/…