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: 203
Popularity: 3.30
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 .. 27 28 29 30 31 32 33 34 35 36 37 .. 66 Next › Last »

obelix1502 commented on 2020-08-26 17:04 (UTC)

@jihem, I can't answer you for the moment, I logged on to kernel 5.4. On this one, VmWare launches without problem. Except that my shared folders do not mount in the guest machine. The problem of the launching of VmWare arises only with the 5.7 kernel. I cannot give you the return of commands now because I absolutely cannot, for the moment, disconnect myself from my session to switch to 5.7. But if you could already advise me on my folder sharing problem... This is very important for my job. Thank you for your help.

jihem commented on 2020-08-26 16:33 (UTC)

@obelix1502: does the file /usr/lib/modules/$(uname -r)/kernel/drivers/misc/vmmon.ko exists? If not, what's the output of the command dkms install -m vmware-workstation -v 15.5.6_16341506 -k $(uname -r)?

obelix1502 commented on 2020-08-26 14:40 (UTC)

@jihem, yes linux-headers are installed.

jihem commented on 2020-08-25 14:29 (UTC)

@obelix1502: do you have the package linux-headers installed?

obelix1502 commented on 2020-08-25 14:12 (UTC)

I receive this error :

sudo modprobe -a vmw_vmci vmmon [sudo] Mot de passe de obelix : modprobe: WARNING: Module vmmon not found in directory /lib/modules/5.7.17-2-MANJARO

Wennadocta commented on 2020-08-24 14:30 (UTC) (edited on 2020-08-24 14:32 (UTC) by Wennadocta)

@shamhunter No, you can't. DKMS module will not compile on 5.8. But you can switch to LTS kernel and it will work with no problems

sunerpy commented on 2020-08-24 07:16 (UTC) (edited on 2020-08-24 07:17 (UTC) by sunerpy)

Anyone can run it with kernel 5.8?

Wennadocta commented on 2020-08-22 12:20 (UTC)

It works fine on LTS kernel :)

jihem commented on 2020-08-08 12:13 (UTC)

Be careful: Linux 5.8 breaks compatibility with VMware Workstation. If you try to start a VM, your system will crash and probably reboot.

For the moment, the only solution is to wait a new version of VMware before updating Linux kernel. The problem is serious and it seems there is no workaround I can use. For those interested, you can find some informations in this thread: https://communities.vmware.com/thread/638457.

Please do not mark this package out of date until a new VMware version is released.

jihem commented on 2020-08-04 16:30 (UTC)

huyizheng: thanks to point this issue, I can confirm the reboot in my case. I pin your comment.