Skip to content

Instantly share code, notes, and snippets.

View rxxsta's full-sized avatar
💭
🐒

André rxxsta

💭
🐒
View GitHub Profile
@rxxsta
rxxsta / vmware_module_fix.md
Last active August 30, 2022 22:46
VMware module fix for Linux (VMMON and VMNET modules)
  1. Make sure your kernel version headers are installed located in: /lib/modules/$(uname -r). If it's looking kind of empty (not empty example), then you should reinstall them (e.g. sudo apt reinstall linux-modules-$(uname -r))

  2. Check kernel version: uname -r

  3. Check vmware version: vmware --version

  4. Download the host module files: git clone https://github.com/mkubecek/vmware-host-modules.git

  5. cd vmware-hosts-modules