[RESOLVED(MX blameless)]kernel module vmmon missing? [Solved]
[RESOLVED(MX blameless)]kernel module vmmon missing? [Solved]
Trying to use vmware player on MX18 - it complains that kernel module vmmon is missing. Do I need to use a different kernel?
Last edited by GuiGuy on Mon Dec 14, 2020 8:57 am, edited 1 time in total.
- dolphin_oracle
- Developer
- Posts: 22520
- Joined: Sun Dec 16, 2007 12:17 pm
Re: kernel module vmmon missing?
I would think that would come with vmplayer.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: kernel module vmmon missing?
Well apparently it does not

- dolphin_oracle
- Developer
- Posts: 22520
- Joined: Sun Dec 16, 2007 12:17 pm
Re: kernel module vmmon missing?
what version are you using?
vmplayer isn't opensource, so I wouldn't expect vmmon to be in the kernel.
looks like it should be built upon installation, I think. you would need to make sure the linux kernel headers are installed along with whatever kernel you are using, and that the vmplayer you have works with your current kernel.
vmplayer isn't opensource, so I wouldn't expect vmmon to be in the kernel.
looks like it should be built upon installation, I think. you would need to make sure the linux kernel headers are installed along with whatever kernel you are using, and that the vmplayer you have works with your current kernel.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: kernel module vmmon missing?
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: kernel module vmmon missing?
VMware Workstation 15 Playerdolphin_oracle wrote: Sat Apr 18, 2020 11:44 am what version are you using?
vmplayer isn't opensource, so I wouldn't expect vmmon to be in the kernel.
looks like it should be built upon installation, I think. you would need to make sure the linux kernel headers are installed along with whatever kernel you are using, and that the vmplayer you have works with your current kernel.
- dolphin_oracle
- Developer
- Posts: 22520
- Joined: Sun Dec 16, 2007 12:17 pm
Re: kernel module vmmon missing?
probably half-related. we don't use signed kernel modules at all, so that particular issue should be a thing. but Jerry's post does confirm that vmmon is built by the vmware packages themselves.
GuiGuy, what kernel are you using? And if its not default, do you have the linux-headers to match installed?
GuiGuy, what kernel are you using? And if its not default, do you have the linux-headers to match installed?
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: kernel module vmmon missing?
Yes, but is all way above my pay grade.

- dolphin_oracle
- Developer
- Posts: 22520
- Joined: Sun Dec 16, 2007 12:17 pm
Re: kernel module vmmon missing?
installing on my mx19.1_ahs system seeminly worked ok. note that vmmon was not present before the installation was complete.
Code: Select all
sudo ./VMware-Player-15.5.2-15785246.x86_64.bundle
[sudo] password for dolphin:
Extracting VMware Installer...done.
Installing VMware Player 15.5.2
Configuring...
[######################################################################] 100%
Installation was successful.
┌─[dolphin@mx]─[12:03:02 pm]─────────────────────────────────────────────────────────────────────[~]
└─> modinfo vmmon
filename: /lib/modules/5.4.0-4-amd64/misc/vmmon.ko
supported: external
license: GPL v2
description: VMware Virtual Machine Monitor.
author: VMware, Inc.
depends:
retpoline: Y
name: vmmon
vermagic: 5.4.0-4-amd64 SMP mod_unload modversions
Last edited by dolphin_oracle on Sat Apr 18, 2020 12:04 pm, edited 1 time in total.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: kernel module vmmon missing?
dolphin_oracle wrote: Sat Apr 18, 2020 11:52 am probably half-related. we don't use signed kernel modules at all, so that particular issue should be a thing. but Jerry's post does confirm that vmmon is built by the vmware packages themselves.
GuiGuy, what kernel are you using? And if its not default, do you have the linux-headers to match installed?
Code: Select all
System: Host: mx18ssd Kernel: 4.19.0-5-amd64 x86_64 bits: 64 compiler: gcc v: 6.3.0
Desktop: Xfce 4.12.3 Distro: MX-18.3_x64 Continuum May 26 2019
base: Debian GNU/Linux 9 (stretch)
...............