当前位置首页 > CentOS知识

centos6.5vmware报错(couldopen/dev/vmmon)

阅读次数:231 次  来源:admin  发布时间:

在centos6.5安装完成后,创建虚拟机的时候报错

could open /dev/vmmon: No such file or directory.

Please make sure that the kernel module `vmmon' is loaded.

执行以下命令:

cd /usr/lib/vmware/modules/source/

tar -xvf vmmon.tar

cd vmmon-only/

modprobe vmmo

然后重新打开VMware即可。

如果执行make的时候报如下错误:

[root@tic34-linux vmmon-only]# make
Using standalone build system.
In file included from ./autoconf/geninclude.c:20:
./include/compat_autoconf.h:36:31: error: linux/autoconf.h: No such file or directory
In file included from .././autoconf/geninclude.c:20:
.././include/compat_autoconf.h:36:31: error: linux/autoconf.h: No such file or directory
Dependencies for driverLog.c
In file included from .././linux/driverLog.c:26:
.././include/driver-config.h:43:5: error: #error "No Module support in this kernel.  Please configure with CONFIG_MODULES"
make[1]: *** [driverLog.d] Error 1
make: *** [deps] Error 2

执行 yum install automake gcc kernel-devel

然后重新make。

上一篇:玩了这么久的fedora16竟然还不知道gnome3有这些功能
下一篇:Win10Hyper-v中安装CentOS搭建开发环境