Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workstation 17.5.1 k5.14 #294

Open
wants to merge 1 commit into
base: workstation-17.5.1
Choose a base branch
from

Conversation

syslogic
Copy link

@syslogic syslogic commented Jan 2, 2025

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 syslogic changed the base branch from master to workstation-17.5.1 January 2, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vmnet build fails for CentOS stream kernel 5.14.0-437.el9.x86_64 in branch workstation-17.5.1
1 participant