Package Details: vmware-workstation 17.6.1-2

Git Clone URL: https://aur.archlinux.org/vmware-workstation.git (read-only, click to copy)
Package Base: vmware-workstation
Description: The industry standard for running multiple operating systems as virtual machines on a single Linux PC.
Upstream URL: https://www.vmware.com/products/workstation-for-linux.html
Keywords: dkms ovftool player vmplayer vmware workstation
Licenses: custom
Conflicts: vmware-modules-dkms, vmware-ovftool, vmware-patch, vmware-systemd-services
Provides: vmware-ovftool
Submitter: synthead
Maintainer: jihem
Last Packager: jihem
Votes: 202
Popularity: 2.79
First Submitted: 2017-02-10 19:04 (UTC)
Last Updated: 2024-10-11 05:17 (UTC)

Sources (22)

Pinned Comments

jihem commented on 2020-02-10 17:29 (UTC) (edited on 2021-06-19 13:19 (UTC) by jihem)

After the first installation, please:

1) install the appropriate headers package(s) for your installed kernel(s): linux-headers for default kernel, linux-lts-headers for LTS kernel...

2) reboot or load vmw_vmci and vmmon kernel modules (modprobe -a vmw_vmci vmmon)

3) Enable the services you need (using .service units to activate them during boot or .path units to activate them when a VM is started) :

  • vmware-networks: to have network access inside VMs

  • vmware-usbarbitrator: to connect USB devices inside VMs

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 66 Next › Last »

denji commented on 2023-10-27 08:05 (UTC) (edited on 2023-10-27 12:26 (UTC) by denji)

@mabod Yes that solves the problem (force rebuild dracut).

Exclude vmnet/vmmon from initramfs.

$ cat /etc/dracut.conf.d/vmware-workstation.conf 
omit_drivers+=" vmnet vmmon "

# grub/dracut
$ sudo dracut-rebuild
# systemd-boot/dracut
$ sudo reinstall-kernels

mabod commented on 2023-10-27 07:45 (UTC) (edited on 2023-10-27 07:53 (UTC) by mabod)

Now it works for me as well. Installing new vmware on top of kernel 6.5.9.arch2-1 did not work at first. I had to recreate all the initrd with dracut. Looks like dracut still loads the old vmware modules from 17.0.2-2 and that crashes the vmware app. Now it is running fine here with all kernels.6.1.60 and 6.5.9

EDIT: I have now added the vmware modules vmnet and vmmon as "omit_drivers" to the dracut conf. I hope that prevents issues like this in the future.

shishko commented on 2023-10-27 07:15 (UTC)

After updating kernel to 6.5.9-arch2-1, PC stopped crashing and vmware workstation 17.5 works again

JThundley commented on 2023-10-26 00:28 (UTC)

I'm having the same issue, but I'm on an AMD Ryzen 9 7900X3D. When vmplayer starts, my computer suddenly reboots with no error messages at all. I think one time I switched to a VT and my computer only crashed when I switched back to X, so I assumed it was an amdgpu driver bug. I followed @denji's extremely helpful advice and downgraded and now it's working fine again.

denji commented on 2023-10-25 18:57 (UTC) (edited on 2023-10-25 19:07 (UTC) by denji)

@jihem Checked on 6.1.59 (lts) & 6.5.8 (mainline) kernels, the proposed patch mkubecek/vmware-host-modules@4c2a103 did not change the situation, the problem is with vmware-vmx code (not kernel modules).

jihem commented on 2023-10-25 17:21 (UTC)

@denji If you copy/paste the content of the following link at the end of the file vmmon.patch and rebuild the package, does it solve the problem? (I can't reproduce this problem, so I can't investigate myself)

https://github.com/mkubecek/vmware-host-modules/commit/4c2a103fd2d71f2084f1fe7ceacb816b9832ffa2.patch

mabod commented on 2023-10-25 13:48 (UTC) (edited on 2023-10-25 13:48 (UTC) by mabod)

@denji: But where is the official information that vmware workstation 17.5 is broken on Linux? I have searched the web but could not find any trace of this.

denji commented on 2023-10-25 13:22 (UTC) (edited on 2023-10-25 13:50 (UTC) by denji)

@mabod Yes, the problem is completely unrelated to the kernel version and ArchLinux common issue with VMware Workstation 17.5.0 on Linux.
This issue in vmware-workstation product version 17.5.0 has started to cause CPU interrupt failures in new release of any guest operating system *BSD, Linux-based, Windows, etc... host hangs.

There will be exactly the same failure on LTS kernels.
In Changelog for the new release https://docs.vmware.com/en/VMware-Workstation-Pro/17.5/rn/vmware-workstation-175-pro-release-notes/index.html#Resolved%20Issues

I see only such changes:
  • Unable to decrypt or re-encrypt a virtual machine after changing the disk split value
  • Linux-based guest operating system boots slowly with the default RAM and CPU for a virtual machine
  • Virtual machine shows BSOD when USB is enabled
  • Cannot downgrade the hardware compatibility of a virtual machine