Using VMware Workstation in Arch Linux does not open Vmmon kernel modules

Source: Internet
Author: User
Tags arch linux

Open VMware Workstation error message: Could not open/dev/vmmon:no such device. Sure the kernel module ' Vmmon ' is loaded.

Workaround 1

You can /etc/init.d/vmware start start the service by running it before you start VMware

Workaround 2

On Arch Linux, you can vmware-systemd-serverices add the Systemctl service by installing this Aur package.

    • Use systemctl enable vmware.service it to run it every time it's powered on
    • Use systemctl start vmware.service Let it start temporarily
Workaround 3

Add this file
/etc/systemd/system/vmware.service

[Unit]Description=VMware daemonRequires=vmware-usbarbitrator.serviceBefore=vmware-usbarbitrator.serviceAfter=network.target[Service]ExecStart=/etc/init.d/vmware startExecStop=/etc/init.d/vmware stopPIDFile=/var/lock/subsys/vmwareRemainAfterExit=yes[Install]WantedBy=multi-user.target
    • Use systemctl enable vmware.service it to run it every time it's powered on
    • Use systemctl start vmware.service Let it start temporarily

Using VMware Workstation in Arch Linux does not open Vmmon kernel modules

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.