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

上一篇:Solaris 10下Qt编译Oracle 10g驱动


下一篇:分享一个C#创建Barcode的DLL