Version 14 does not work on my machine, it asks for support from something I do not remember now and my machine does not have it.
I realize, he's a lot heavier, at least for me.
Ps.: Sorry, I use a translator because I do not speak English
Git Clone URL: | https://aur.archlinux.org/vmware-workstation12.git (read-only, click to copy) |
---|---|
Package Base: | vmware-workstation12 |
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: | 12 dkms ovftool player vmplayer vmware workstation |
Licenses: | custom |
Conflicts: | vmware-modules-dkms, vmware-ovftool, vmware-patch, vmware-systemd-services, vmware-workstation |
Provides: | vmware-ovftool, vmware-workstation |
Submitter: | jihem |
Maintainer: | jihem |
Last Packager: | jihem |
Votes: | 11 |
Popularity: | 0.014860 |
First Submitted: | 2018-01-11 17:35 (UTC) |
Last Updated: | 2024-10-13 18:39 (UTC) |
Version 14 does not work on my machine, it asks for support from something I do not remember now and my machine does not have it.
I realize, he's a lot heavier, at least for me.
Ps.: Sorry, I use a translator because I do not speak English
schlegel11: There is a big change in VMware 14 UI: the transition to gtk3. I think it needed a lot of changes in the code, so a lot of new bugs.
Moreover, they use a very old version of gtk3 (it seems to me this is gtk 3.14, while Arch uses gtk 3.22). This can explain some of the bugs (at least, it explains a bug with iBus and why VMware 14 doesn't use the theme defined by the user).
I also want to say Thank You for this package. This version of vmware player is always running really well with new kernel versions (currently 4.16.9-1-ARCH).
Can someone perhaps explain to me why thats the case compared with the latest vmware player 14? In general the virtual machines are also running with version 14 and a new kernel but the vmware player 14 UI is always really clunky and crashes a lot.
Did vmware change the whole UI implementation of the player 14 or is it related to other dependencies and versions of it?
Thanx for this useful app. Works well on kernel lts 414.
elppans: yes, and I've just tested again with 4.15.15 and 4.16.2: I have no error.
elfroggio, modprobe with the "force-vermagic" option, have you tried adding it to the /etc/rc.local file to see if it works and no longer needs to start the service at each startup?
jihem, Have you already tested the installation with Kernel 4.15 or later?
I can confirm that following the instructions above, it works well with kernel 4.14. Drag & Drop features between the host and the guest can sometimes break, but this is not a big deal. Thanx for the great effort.
Thanks for the tip, I didn't know the force-vermagic parameter!
Just a thought, if you didn't already do that, maybe recompiling your kernel with the exact same version of GCC used to compile DKMS modules could help you.
I have solved my problem with the following command:
The force-vermagic allows the loading of vmmon. I guess it has to do with recent kernel updates for the Scepter...
It's not perfect since I have to do it on each boot. vmmon still fails to load on boot and reports a failure. But I'm OK with it, I've already spent a week fighting the retpoline.
Thanks
Syv
I have just tested on Linux 4.4.114 (compiled from linux-lts44 AUR package). I have no error when loading modules and I can start a VM without problem.
If you installed VMware manually from bundle before using this package, check if there is remaining modules files and delete them (from /usr/lib/modules/4.4.113-1-lts44/misc, delete vmmon.ko, vmnet.ko, vmci.ko, vmblock.ko and vsock.ko when they exist). Then, reboot and test to load vmmon again.
If it still doesn't work, you can try to update to Linux 4.4.114 or a newer version (4.9 or 4.14) if you can (I don't know why you stay on an old kernel version).
Pinned Comments
jihem commented on 2018-01-11 17:39 (UTC) (edited on 2020-02-10 17:25 (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:
vmware-networks.service: to have network access inside VMs
vmware-usbarbitrator.service: to connect USB devices inside VMs
vmware-hostd.service: to share VMs on the network