-
Notifications
You must be signed in to change notification settings - Fork 374
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
Version mismatch with vmmon module WMware pro 17.16 #280
Comments
Reinstall VMware Workstation, that fixes it. |
You can try this patch: https://github.com/bytium/vm-host-modules/ Follow the instructions! |
Nice, works well |
@bytium - Could not get this to work. Steps:
|
Hello, i try install git modul vmware 17.6. when i lunch my VM i have this error: Unable to change virtual machine power state: Transport (VMDB) error -14: Pipe connection has been broken. |
It was not tested on Fedora or other distros. Perhaps we need to modify the file location for other distros. |
Just tested on fully updated F40. |
Did you clone the repository (nan0desu) at the top of this thread and build the modules? |
I used the bytium modules - details from my notes below. su vmware-installer -u vmware-workstation |
Tested on Latest Fedora. Work perfectly! |
Thank you for posting the instructions. I hope it helps others! Another details instruction was published at https://bytium.com/vmware-workstation-host-module-patch-for-debian-and-ubuntu/ |
I followed ja-jaa-org-uk's suggestion, but is getting: [ 1483.689840] /dev/vmmon[26229]: PTSC: initialized at 2904005000 Hz using TSC, TSCs are synchronized. |
Suggestions? Kernel 6.10.9-100.fc39.x86 on FC39. |
Hmmm - I was happy things appeared to be working! 2024_09_12-09.25 [root@monks:~]$ systemctl restart vmware.service UBSAN: array-index-out-of-bounds in /global/db/sw/VMware_17/17.6.0/Module_Fix/vm-host-modules/vmmon-only/common/vmx86.c:3658:38 Sep 12 09:30:14 monks.jaa.org.uk kernel: UBSAN: array-index-out-of-bounds in /global/db/sw/VMware_17/17.6.0/Module_Fix/vm-host-modules/vmmon-only/linux/hostif.c:2826:60 The VM appears to work perfectly.
|
Tried again! I emphasise I have no idea of the significance of these changes 2024_09_13-09.43 #pragma pack(push, 1) systemctl stop vwmare.service if running then make; su; make install No crashes and no apparent damage to host or VM Only a very short test of W11 VM |
I cannot find the correct "mix." I repeat all the steps above: Reformat drive; Install fresh Fedora 40; Updates; RPM Fusion; Updates; Install all dependencies; Install VMWare WKS 17.6.0; Clone Bytium repo; Follow simple instructions; Make/Make install; Reboot; VMWare Workstation will not run. - Move to second computer, repeat steps, not working. - Go to third computer, repeat steps, not working. Current kernel version: 6.10.10-200. I am no novice at this. I don't know what I am missing. |
Only thought - try a If that works the changes to x86cpuid.h and x86msr.h are probably a good idea. |
This Work for me... When I updated to 17.6.0 build-24238078 and mi Kernel is 6.9.3-76060903-generic (Pop OS!) |
if u still loking to fix it here: https://github.com/x6h057/vm-host-modules-17.6.git |
Hello,
i have this error with vmware Pro 17.16 :
"Version mismatch with vmmon module: expecting 417.0, got 416.0.
You have an incorrect version of the 'vmmon' kernel module.
Try reinstalling VMware Workstation."
Linux 69-31-17-125 6.10.6-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.6-1 (2024-08-19) x86_64 GNU/Linux
i try it:
git clone -b tmp/workstation-17.5.2-k6.9.1 https://github.com/nan0desu/vmware-host-modules.git
cd vmware-host-modules/
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
The text was updated successfully, but these errors were encountered: