linux安装Vmware的时候出现“Could not open /dev/vmmon”

在centos6.6上安装了Vmware之后运行出现下列问题

  VMware Workstation : Could not open /dev/vmmon: No such file or directory

解决办法:

[root@Server-1 ~]#mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.bak

[root@Server-1 ~]#vmware-modconfig --console --install-all --appname="VMware Player" --icon="vmware-player"

[root@Server-1 ~]#vmware-modconfig --console --install-all


你可能感兴趣的:(vmware,linux,vmmon)