vmware-host-modules icon indicating copy to clipboard operation
vmware-host-modules copied to clipboard

Workstation 17.5.1 k5.14

Open syslogic opened this issue 1 year ago • 0 comments

Fixes the build for the current Rocky Linux 9.5 Kernel 5.14.x

This may require to copy over vmlinux to build, for BTF generation:

sudo dnf install dwarves
sudo cp /sys/kernel/btf/vmlinux /usr/lib/modules/`uname -r`/build/

Manually inserting the modules is required, but both are working:

sudo insmod vmnet-only/vmnet.ko
sudo insmod vmmon-only/vmmon.ko

closes #241, closes #289.

syslogic avatar Jan 02 '25 03:01 syslogic