Package Details: vmware-workstation 17.6.0-1

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: 6.11
First Submitted: 2017-02-10 19:04 (UTC)
Last Updated: 2024-09-06 13:10 (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

1 2 3 4 5 6 .. 65 Next › Last »

Maverick.Cheung commented on 2024-09-22 03:53 (UTC) (edited on 2024-09-22 03:56 (UTC) by Maverick.Cheung)

Failed to load vmmon kernel modules

⋊> ~ sudo modprobe -a vmw_vmci vmmon                                                                                                                                                                      
modprobe: ERROR: could not insert 'vmmon': Invalid argument

From dmesg:

[Sun Sep 22 11:51:35 2024] BPF: [121012] TYPEDEF 6
[Sun Sep 22 11:51:35 2024] BPF: type_id=121003
[Sun Sep 22 11:51:35 2024] BPF:
[Sun Sep 22 11:51:35 2024] BPF: Invalid name
[Sun Sep 22 11:51:35 2024] BPF:
[Sun Sep 22 11:51:35 2024] failed to validate module [vmmon] BTF: -22

The kernel is LTS:

⋊> ~ yay -Ss vmware-workstation | grep 17.6                                                                                                                                                               
aur/vmware-workstation 17.6.0-1 (+202 7.64) (Installed)
⋊> ~ uname -r                                                                                                                                                                                             
6.6.52-1-lts

joethelion commented on 2024-09-09 05:48 (UTC)

@jihem -- Thanks for the fix. Works just fine!

jihem commented on 2024-09-08 12:18 (UTC)

The link is already fixed in the last version of the PKGBUILD. Please re-download it.

afshar commented on 2024-09-08 11:05 (UTC) (edited on 2024-09-08 11:06 (UTC) by afshar)

I have the same error:

  -> Downloading VMware-Workstation-17.6.0-24238078.x86_64.bundle.tar...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/core/VMware-Workstation-17.6.0-24238078.x86_64.bundle.tar
    Aborting...
 -> error making: vmware-workstation-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
vmware-workstation - exit status 1

veganvelociraptr commented on 2024-09-06 19:52 (UTC) (edited on 2024-09-06 19:53 (UTC) by veganvelociraptr)

==> Making package: vmware-workstation 17.6.0-1 (Fri Sep 6 21:51:28 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading VMware-Workstation-17.6.0-24238078.x86_64.bundle.tar...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://softwareupdate.vmware.com/cds/vmw-desktop/ws/17.5.2/23775571/linux/core/VMware-Workstation-17.6.0-24238078.x86_64.bundle.tar
Aborting...

ZorinArch commented on 2024-09-06 19:06 (UTC)

@jihem Thank you for explanation.

jihem commented on 2024-09-06 15:52 (UTC)

@ZorinArch I don't understand how the UEFITool project manages its releases, but some releases versions are named 0.xx.x and others are named Axx. These two types of releases provide different binaries, and only the 0.xx.x versions provide uefipatch binary. uefitool package provides the last 0.xx.x while uefitool-bin provides the last Axx. So yes, both packages are differents, even if they come from the same project. Please install uefitool instead.

ZorinArch commented on 2024-09-06 13:17 (UTC)

@jihem i already installed uefitool-bin. Is it different from uefitool

jihem commented on 2024-09-06 13:11 (UTC)

Sorry, the link is fixed now.

@ZorinArch uefipatch is provided by the AUR package uefitool, which is added in the makedepends array when _enable_macOS_guests is set. I don't understand how you can have this error. Please check if /usr/bin/uefipatch exists and if not, try to rebuild uefitool.