倘若出現的問題是 /dev/vmmon 或者 /udev/vmmon not found
以下的步驟未必需要:
以下的步驟未必需要:
- vmware-installer -u vmware-workstation
- ./VMware-Workstation-Full-9.0.2-1031769.x86_64.bundle
以下的步驟是必需的:
- mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old
- vmware-modconfig --console --install-all
- 在你放置VMWARE machine 的地方 (預設是 /root/vmware): find . -name "*.lck" -exec rm -rf {} \;
- find . -name "vmware*" -exec rm -rf {} \;
- 重新啟動VMWare
倘若出現 的問題是 Could not open /dev/vmmon
- cd /tmp
- tar xvf /usr/lib/vmware/modules/source/vmmon.tar
- cd vmmon-only/
- make
- cp vmmon.ko /lib/modules/2.6.32-504.el6.x86_64/misc/vmmon.ko
- modprobe vmmon
- 重新啟動VMWare 或者 service vmware start
倘若問題還是沒能解決:
- yum install make gcc kernel-devel kernel-headers-$(uname -r)
- service vmware stop
- mv /usr/lib/vmware/modules/binary/bld-2.6.32-71.el6-x86_64-rhel6 /usr/lib/vmware/modules/binary/bld-2.6.32-71.el6-x86_64-rhel6-orig
- rm /lib/modules/$(uname -r)/misc/vmmon.ko
- vmware-modconfig --console --build-mod vmmon /usr/bin/gcc /lib/modules/$(uname -r)/build/include/
- depmod -a
- service vmware start
留言
張貼留言