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

相关文章:

  • 2021-11-06
  • 2022-01-13
  • 2022-12-23
  • 2021-11-14
  • 2021-05-30
  • 2022-12-23
  • 2021-06-28
  • 2021-11-28
猜你喜欢
  • 2021-04-10
  • 2021-05-23
  • 2022-12-23
  • 2021-09-14
  • 2021-05-16
  • 2021-08-12
相关资源
相似解决方案