vmware Please make sure that the kernel module `vmmon? is loaded

本文详细介绍了在Linux系统中遇到Couldnotopen/dev/vmmon错误时的四种解决方案,包括通过运行脚本、安装特定AUR包、配置systemd服务以及参考外部文章的方法,帮助用户成功启动VMware。
摘要由CSDN通过智能技术生成

Could not open /dev/vmmon: No such file or directory. Please make sure that the kernel module `vmmon? is loaded

linux系统下遇到这个问题的几种解决方案

解决方法1

你可以在启动VMware前运行/etc/init.d/vmware start来启动服务

解决方法2

在Arch Linux上可以通过安装vmware-systemd-serverices这个AUR包,来添加systemctl服务

使用systemctl enable vmware.service让它每次开机都运行
使用systemctl start vmware.service让它临时启动

解决方法3

添加这个文件
/etc/systemd/system/vmware.service

[Unit]
Description=VMware daemon
Requires=vmware-usbarbitrator.service
Before=vmware-usbarbitrator.service
After=network.target

[Service]
ExecStart=/etc/init.d/vmware start
ExecStop=/etc/init.d/vmware stop
PIDFile=/var/lock/subsys/vmware
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

第四种方案

参考这篇文章
manjaro如何解决-vmmon

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值