Skip to content

JanneS67/vm-host-modules

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository provides a patch for VMware Workstation host modules (vmmon and vmnet) to ensure compatibility with newer Linux kernels on Debian and Ubuntu distributions. It includes automated scripts to build and install the patched modules for seamless integration with your VMware Workstation installation.

Tested on

  • VMware Workstation Pro: Version 17.5.2, 17.6.0, 17.6.1
  • Linux Kernels: Up to version 6.10.x, 6.11.x
  • Distributions: Debian-based systems (Debian, Ubuntu, etc.) and Fedora

Installation

git clone https://github.com/bytium/vm-host-modules.git
cd vm-host-modules
git checkout 17.6.1

make
sudo make install

What will it do?

  • Install the compiled vmmon.ko and vmnet.ko modules to /lib/modules/$(uname -r)/misc/.
  • Copy the generated vmmon.tar and vmnet.tar files to /usr/lib/vmware/modules/source/.
  • Run vmware-modconfig --console --install-all to update VMware with the new modules.

Additional Info

For detailed instruction(share this link if you want to help others with full instruction): https://bytium.com/vmware-workstation-host-module-patch-for-debian-and-ubuntu/

Thanks: https://github.com/mkubecek

By Jobyer Ahmed

Bytium - https://bytium.com

For Latest Update Follow Bytium on X: https://x.com/BytiumLLC

About

Vmware Host Module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%