@jihem
This is my Manjaro-kernel : uname -a Linux obelix-kde 5.7.19-1-MANJARO #1 SMP PREEMPT Thu Aug 27 15:41:46 UTC 2020 x86_64 GNU/Linux
And now, no more problem with vmware: I don't know what happened.
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: | 3.53 |
First Submitted: | 2017-02-10 19:04 (UTC) |
Last Updated: | 2025-04-03 21:57 (UTC) |
« First ‹ Previous 1 .. 32 33 34 35 36 37 38 39 40 41 42 .. 71 Next › Last »
@jihem
This is my Manjaro-kernel : uname -a Linux obelix-kde 5.7.19-1-MANJARO #1 SMP PREEMPT Thu Aug 27 15:41:46 UTC 2020 x86_64 GNU/Linux
And now, no more problem with vmware: I don't know what happened.
@obelix1502 I've made a Manjaro installation with kernel 5.7.15-1-MANJARO (I don't know where you found a 5.7.17 kernel on Manjaro repositories). No problem to build and install vmmon module. I've also started a VM with Fedora live CD on it, no problem to share folders. I can't help you with no more informations. Maybe the operating system of your VM does not support folder sharing, or you didn't install guest additions correctly. For the vmmon problem, be sure to install the linux-headers corresponding to your kernel (in Manjaro, it seems there is a package linux54-headers for linux 5.4 and linux57-headers for linux 5.7).
@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.
@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)
?
@jihem, yes linux-headers are installed.
@obelix1502: do you have the package linux-headers installed?
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
@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
Anyone can run it with kernel 5.8?
It works fine on LTS kernel :)
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