-
Notifications
You must be signed in to change notification settings - Fork 393
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
VMmon compilation failure on Kernel 5.3.0-18-generic #19-Ubuntu #41
Comments
The log message is telling you clearly what happened: the module was built against kernel 5.0.0-25-generic but you are trying to load it into version 5.3.0-18-generic. Don't forget to use |
That is the problem -- I have built it against the current kernel (5.3). I am not sure why it is saying it has built against another kernel. I will try and force it to build against a named kernel. |
tried the compilation against the new kernel using make VM_UNAME='5.3.0-18-generic'
|
OK -- Found the problem(s) --
The earlier errors I had about the magic number was because the old files were not being overwritten in the modules folder. Thanks for all your help and contributions to this repo :) -- I now have workstation 15.5.0 working again... |
The most interesting question would be who put the old modules to the top directory. Standard vmware tools ( In any case, it is not an issue of the contents of this repository so let's close. |
Ubuntu 19.10
Kernel 5.3.0-18-generic #19-Ubuntu
Managed to to get a successful compilation against tmp/workstation-15.0.0-k5.4 using "make" and "make install".
running "sudo /etc/init.d/vmware restart" gives:
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet failed
VMware Authentication Daemon done
dmesg output:
[ 8503.629518] vmnet: version magic '5.0.0-25-generic SMP mod_unload ' should be '5.3.0-18-generic SMP mod_unload '
[ 8689.002384] NET: Unregistered protocol family 40
[ 8689.301000] vmmon: version magic '5.0.0-25-generic SMP mod_unload ' should be '5.3.0-18-generic SMP mod_unload '
The text was updated successfully, but these errors were encountered: