获取补丁文件

curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch

如果无法下载,云盘上取,网址为:http://pan.baidu.com/s/1sj4uWFF 提取码:a7wq

cd /usr/lib/vmware/modules/source

sudo tar -xf vmnet.tar

sudo patch -p0 -i /tmp/vmnet-3.19.patch

sudo tar -cf vmnet.tar vmnet-only

sudo rm -rf vmnet-only

vmware-modconfig --console --install-all

相关文章:

  • 2022-02-07
  • 2021-06-07
  • 2021-10-25
  • 2022-02-07
  • 2021-06-01
  • 2021-09-17
  • 2021-09-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-17
  • 2021-12-03
  • 2021-07-06
  • 2022-01-30
  • 2022-01-30
  • 2021-11-29
相关资源
相似解决方案