kernel3.13 针对 Vmware安装存在的问题解决

vthread-3| W110: Failed to build vmnet. Failed to execute the build command


VMware module patches and installation
VMware Workstation 10.0.1 and Player (Plus) 6.0.1 support kernels up to 3.13.5.
3.13.6 kernels
Since 3.13.6 patching vmnet and vmblock is required.
$ cd /tmp
$ git clone  https://github.com/bawaaaaah/vmware_patch.git
$ cd /usr/lib/vmware/modules/source
# tar -xvf vmblock.tar
# tar -xvf vmnet.tar
# patch -p1 -i /tmp/vmware_patch/vmblock-patch-kernel-3.13
# patch -p1 -i /tmp/vmware_patch/vmnet-patch-kernel-3.13
# tar -cf vmblock.tar vmblock-only
# tar -cf vmnet.tar vmnet-only
# rm -r vmblock-only vmnet-only
# vmware-modconfig --console --install-all

你可能感兴趣的:(vmware)