获取补丁文件
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