在 Ubuntu 12.04 上尝试使用 VMPlayer 启动 ova VM 时出现以下错误
Could not open /dev/vmmon: No such file or directory. Please make sure the kernel module 'vmmon' is loaded
我用 lsmod 检查了一下,确实没有加载。当我尝试使用“modprobe -v vmmon”加载模块时,出现以下错误:-
insmod /lib/modules/3.5.0-37-generic/misc/vmmon.ko
FATAL: Error inserting vmmon (/lib/modules/3.5.0-37-generic/misc/vmmon.ko): Invalid module format
然后我从 VMware 论坛上找到了以下建议:-
sudo mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old
sudo vmware-modconfig --console --install-all --appname="VMware Player" --icon="vmware-player"
这进行了大量编译,我猜是再次编译模块,但我在最后得到了以下输出:-
Starting VMware services:
Virtual machine monitor failed
Virtual machine communication interface done
VM communication interface socket family done
Blocking file system done
Virtual ethernet done
VMware Authentication Daemon done
Unable to start services
在此之后,我得到了与整个过程开始时相同的错误。 这让我完全困惑了 2 天,任何帮助都将不胜感激 :(
答案1
以 root 身份卸载它,然后重新安装。这可能会为您解决问题。