Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZEROF/8b163eb84c7d521fe954ec2bba6063a4 to your computer and use it in GitHub Desktop.
Save ZEROF/8b163eb84c7d521fe954ec2bba6063a4 to your computer and use it in GitHub Desktop.
Fixing VMWARE Workstation 15.5.x kernel 5.4 modules issue

Hi folks,

For some time now there is an issue for all people running VMWARE Workstation (i think even player) with vmmon and vmnet kernel modules. When you start Workstation you will get message "Before you can run VMWare, several modules must be compiled and loaded into the running kernel". You will try to click on install, but in the end you will get an error message with path to error log file.

VMware-Kernel-Module-Updater

I'm running kernel 5.4 because this version is fixing few hardware issues I have with "modern hardware" on my laptop.

First of all you will need to check your VMWare Workstation version, that can be done from terminal:

vmware -v

My version is 15.5.0

Now we need to get modules and compile them to kernel:

git clone --single-branch --branch workstation-15.5.0 git@github.com:mkubecek/vmware-host-modules.git

cd vmware-host-modules

 make

 sudo make install

And you can run Workstation as usual ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment