Could not open /dev/vmmon

When you run into problems installing MX Linux XFCE
Message
Author
User avatar
JayM
Posts: 6796
Joined: Tue Jan 08, 2019 3:47 am

Re: Could not open /dev/vmmon

#11 Post by JayM »

As VMware's website says the supported Linux distros for their Workstation Player commercial product are
Host Operating Systems (64-bit)

Ubuntu 14.04 and above
Red Hat Enterprise Linux 6 & above
CentOS 6.0 and above
Oracle Linux 6.0 and above
openSUSE Leap 42.2 and above
SUSE Linux 12 and above
I suggest you guys contact them and ask when a version for Debian Stable 10 (Buster) will be available, because as of now VMware Player isn't compatable with Debian, only with the distros listed above. Presumably you paid for VMware Player as it's not a Free/Open Source application so your requests for a Debian Buster version should have some weight.

Reference: https://www.vmware.com/products/workstation-player.html
Last edited by JayM on Wed Nov 06, 2019 4:03 am, edited 1 time in total.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

User avatar
ludolph
Posts: 78
Joined: Fri Oct 07, 2011 7:38 am

Re: Could not open /dev/vmmon

#12 Post by ludolph »

Thomas T wrote: Wed Nov 06, 2019 3:33 am There is the same problem in Mx 19.
Has anyone solved the problem with VMware ?
Yes, the problem still persist ... :(

This is the one of reason why I go back to Ubuntu based distros (like Linux Mint 19.x), because VMware is the only virtualization tool which has no problem with full support of Windows 10 (3D acceleration, printer sharing, etc, etc.). VirtualBox has terrible problems with Windows 10.

User avatar
BitJam
Developer
Posts: 2303
Joined: Sat Aug 22, 2009 11:36 pm

Re: Could not open /dev/vmmon

#13 Post by BitJam »

kamuycikap wrote: Thu Mar 07, 2019 5:27 am there is a error message after vertual machine power on.
---------------------
Could not open /dev/vmmon:????????????.
Please make sure that the kernel module 'vmmon' is loaded.
---------------------
Since you got it to work once, this shouldn't be too difficult. From the command line try running:

Code: Select all

sudo modprobe vmmon
sudo service vmware restart
If this works and lets you use vmware then edit the file /etc/rc.local as root and add these two lines:

Code: Select all

modprobe vmmon
service vmware restart
This will run those two commands as root when the computer boots.
"The first principle is that you must not fool yourself -- and you are the easiest person to fool."

-- Richard Feynman

User avatar
JayM
Posts: 6796
Joined: Tue Jan 08, 2019 3:47 am

Re: Could not open /dev/vmmon

#14 Post by JayM »

@BitJam: I think I should just stop replying to topics like this. You devs are so cool about figuring out ways and means to get things to work on MX that were never intended to.
:yourock:
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

Post Reply

Return to “Installation”