mkubecek / vmware-host-modules

Patches needed to build VMware (Player and Workstation) host modules against recent kernels
GNU General Public License v2.0
2.26k stars 362 forks source link

Failed vmware-workstation v.17.5.2 build:23775571 Linux kernel 6.8.0-40 #275

Closed nikclos closed 1 month ago

nikclos commented 1 month ago

vmware-workstation v.17.5.2.23775571 Linux 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux LOG in atachment vmware-29144.log

nikclos commented 1 month ago

I fixed it this way, and it works for me cd ~/temp/vmware wget https://github.com/mkubecek/vmware-host-modules/archive/workstation-17.5.1.tar.gz tar -xzf workstation-17.5.1.tar.gz && cd vmware-host-modules-workstation-17.5.1 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 history