Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sydasif/d749baf52e1bee5ff4da3ce48a5e1d71 to your computer and use it in GitHub Desktop.
Save sydasif/d749baf52e1bee5ff4da3ce48a5e1d71 to your computer and use it in GitHub Desktop.
fix: Before you can run VMware, several modules must be compiled and loaded into the running kernel.
git clone -b workstation-15.0.2 https://github.com/mkubecek/vmware-host-modules.git
cd vmware-host-modules
tar -cf vmmon.tar vmmon-only
tar -cf vmnet.tar vmnet-only
sudo cp -v vmmon.tar vmnet.tar /usr/lib/vmware/modules/source/
sudo vmware-modconfig --console --install-all
@sydasif
Copy link
Author

sydasif commented Jul 13, 2022

It solve the below problem

"Before you can run VMware, several modules must be compiled and loaded into the kernel CANCEL / INSTALL"

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