Package Details: vmware-workstation 17.6.3-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: JulianXhokaxhiu
Last Packager: JulianXhokaxhiu
Votes: 212
Popularity: 4.56
First Submitted: 2017-02-10 19:04 (UTC)
Last Updated: 2025-03-07 23:30 (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 2 3 4 5 6 7 8 .. 69 Next › Last »

JulianXhokaxhiu commented on 2024-12-27 18:44 (UTC)

Thanks a lot jihem for the amazing work you've done so far supporting this package. I'll do my best to keep it living with the standard you've set. I'd appreciate if you're available in case I'll need some help. Cheers, best regards and happy holidays, Julian

jihem commented on 2024-12-27 18:21 (UTC)

Hello, I stop maintaining this package because I don't use VMware Workstation anymore.

However, I will continue to read comments here the next few weeks if someone needs help to maintain this package.

spaceback commented on 2024-12-20 10:15 (UTC)

please fix checksum for vmware-tools-windows-12.4.5-23787635.x86_64.component.tar thank you

jihem commented on 2024-12-16 17:45 (UTC)

@veganvelociraptr I don't have any problem to build the modules on Linux 6.12 so far. I will check if something is broken on Linux 6.12.5 when the package will be on stable repo.

veganvelociraptr commented on 2024-12-15 09:09 (UTC) (edited on 2024-12-15 09:10 (UTC) by veganvelociraptr)

Does not build when using a 6.12 kernel:

Error! Bad return status for module build on kernel: 6.12.5 (x86_64)
Consult /var/lib/dkms/vmnet/1/build/make.log for more information.
Error! Bad return status for module build on kernel: 6.12.5 (x86_64)
Consult /var/lib/dkms/vmware-workstation/17.6.1_24319023/build/make.log for more information.

The error logs are quite long.

jihem commented on 2024-11-19 17:41 (UTC)

@ThePirate42 The fact the modules are in-tree or built by DKMS is not important. vmmon and vmw_vmci are necessary to launch a VM, but they are not automatically loaded by the kernel. After reboot, they are loaded thanks to the file /usr/lib/modules-load.d/vmware.conf, but just after the installation you need to load them manually if you don't want to reboot.

vmnet is loaded when the service vmware-networks.service is started, so it is not necessary to load it manually. You just have to start/enable the service if you need the network functionnality.

ThePirate42 commented on 2024-11-19 10:08 (UTC)

Maybe I'm misunderstanding something, but shouldn't the pinned comment ask to reload vmnet instead of vmw_vmci? Since vmnet is being installed with DKMS, while vmw_vmci is already included upstream.

omano commented on 2024-10-11 16:27 (UTC) (edited on 2024-10-11 16:29 (UTC) by omano)

 omano commented on 2024-10-11 00:21 (CEST)

You forgot to update the checksum of vmware-tools-windows

To be clear, it builds OK once you update the checksum manually in the PKGBUILD on my side. Just that you have to manually edit the PKGBUILD because when the new version of the tool was added, the old checksum stayed. //EDIT: the PKGBUILD has been updated anyway.

@ josemanuelp: do a Clean Build. See if you still have issues.