Hello, I finally stop maintaining this package.
If someone wants to become the new maintainer, the job mostly consists to fix the compilation of kernel modules (vmmon
and vmnet
) after some Linux upgrades. To do that, you will have to modify the files vmmon.patch
and vmnet.patch
:
- by tracking the differences in
vmmon
andvmnet
sources between the last VMware Workstation releases, and applying the differences related to the compilation errors - if the last VMware release is not compatible with the last Linux version, or if the compilation error only appears on old VMware versions, you can search patches on Internet (http://rglinuxtech.com and https://github.com/mkubecek/vmware-host-modules are generally useful) or you may have to make the patches yourself (good luck)
However, if no one maintains this package, the program should continue to work as long as you stay on Linux 6.12 (which will be the next linux-lts
).
Pinned Comments
jihem commented on 2018-01-11 17:39 (UTC) (edited on 2020-02-10 17:25 (UTC) by jihem)
After the first installation, please:
1) install the appropriate headers package(s) for your installed kernel(s): linux-headers for default kernel, linux-lts-headers for LTS kernel...
2) reboot or load vmw_vmci and vmmon kernel modules (modprobe -a vmw_vmci vmmon)
3) Enable the services you need:
vmware-networks.service: to have network access inside VMs
vmware-usbarbitrator.service: to connect USB devices inside VMs
vmware-hostd.service: to share VMs on the network