-
Notifications
You must be signed in to change notification settings - Fork 391
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
Vmware 17.6.0 mismatch with vmmon moddule #283
Comments
Can you please try this patch? https://github.com/bytium/vm-host-modules |
I tried this only and after that I am getting this error this will work for 17.5.2 not for 17.6.0 |
clone the repo and checkout for correct version like: There is a full instruction written: https://bytium.com/vmware-workstation-host-module-patch-for-debian-and-ubuntu/ |
Tested with Kernel 6.10.8 (kernel.org), and compiled, but with warnings:
........
|
Thanks @bytium for sharing and updating the patch which worked for me. VMware Workstation Pro 17.6.0 build-24238078 Thanks @mkubecek for the original, enabled me and others to use VMware Workstation Pro 17.5.x. |
This is normal! |
just wanted to mention that I also got te mismatch, used @bytium stuff on tumbleweed as of today and |
@bytium - I have install Workstation 17.6 and followed the instructions to apply your version / implementation of the vm-host-modules. VMware Workstation appears to be working fine but there is no Virtual Network editor. This is the same issue as existed with nan0desu version @ https://github.com/nan0desu/vmware-host-modules Is the Virtual Network Editor supposed to work? If not, are there plans to get it to a working state? Thanks, Robert |
@robertstrom -- the virtual network editor works for me. |
FC39 w/ 6.10.9-100.fc39.x86_64 I installed VMware Wkst Pro 17.6.0 and then vm-host-modules from https://github.com/bytium/vm-host-modules $ git clone https://github.com/bytium/vm-host-modules vm-host-modules-17.6.0 Now getting the following backtraces when I start machine after install. However VM's work fine. [ 9.989396] ------------[ cut here ]------------ |
@mkubecek's workflow is very simple (the downstream repositories are unmergeable):
This workflow works fine on 17.6.0 (including 3rd party commits, for example @nan0desu's) - it just causes a few non-major conflicts, and yields a fully working program (at least, I've tested on a 6.10.9 vanilla kernel/Ubuntu 24.04.1). Having structured histories, makes it possible to upstream patches, if they're useful; here's one for the 17.6.0, feel free to clone it and further patch it - this makes it possible to upstream valuable patches. |
So, again, I am on debian trixie kernel 6.10.6-amd64. I run a gnome desktop with wayland. I had a perfectly good install running on ws 17.5.2, so I went ahead, like a dope, and upgraded to 17.6.0. After trying just about everything to get vmmon and vmnet to run and support 17.6, including module builds from @bytium , I could not get past the broken pipe message. So I deinstalled 17.6, removed all of the drivers, and then reinstalled 17.5.2. Back to a working configuration and my guests startup fine. Not sure where the issue was. The modules build without errors, install without errors, and the VMW workstation UI runs fine. It is just that no guest will run. I don't have time to troubleshoot this further and will stay with what works. Thanks for all of the help. |
This is the issue I'm having as well, guess I'm going back to 17.5.2, lesson learned to not let it upgrade itself. |
I tested Saverio's fork https://github.com/64kramsystem/vmware-host-modules-fork with VMware Wkst 17.6.0 on fedora 39 w/ 6.10.10-100. Which actually works. I haven't checked what patch is lacking, but I expect it is a patch lacking in vmmon-only/common/vmx86.c Thanks to @64kramsystem
|
Lacking in the mkubecek/vmware-host-modules seem to be
|
please also take into account a detail that is often overlooked first - when using secure boot, you need to sign these drivers: vmmon and vmnet - there are many problems described here with version 17.5.2/17.6.0 and the failure to create a vmware virtual network, which is why it occurs... |
The warnings show up for vmnet because they're missing the static designation for On the safe side, you could go into the
|
Still "Version mismatch with vmmon module: expecting 417.0, got 416.0." for 17.6 on kernel 6.9.3 after applying patch. EDIT: found a fix and posted here. |
see the errorc
if anyone finds the solution please help me
The text was updated successfully, but these errors were encountered: