“Vmware”的版本间差异
跳到导航
跳到搜索
无编辑摘要 |
无编辑摘要 |
||
第4行: | 第4行: | ||
Here’s the module patch: (Updated: Thanks DanDar3) |
Here’s the module patch: (Updated: Thanks DanDar3) |
||
[[文件:Vmnet313.patch|缩略图|vmnet313.patch]] |
|||
⚫ | |||
⚫ | |||
cd /usr/lib/vmware/modules/source |
cd /usr/lib/vmware/modules/source |
||
# untar the vmnet modules |
*# untar the vmnet modules |
||
tar -xvf vmnet.tar |
tar -xvf vmnet.tar |
||
#run a the patch you should have just saved earlier |
*#run a the patch you should have just saved earlier |
||
patch vmnet-only/filter.c < ~/vmnet313.patch |
patch vmnet-only/filter.c < ~/vmnet313.patch |
||
# re-tar the modules |
*# re-tar the modules |
||
tar -uvf vmnet.tar vmnet-only |
tar -uvf vmnet.tar vmnet-only |
||
#delete the previous working directory |
*#delete the previous working directory |
||
rm -r vmnet-only |
rm -r vmnet-only |
||
#run the vmware |
*#run the vmware |
||
vmvare |
vmvare |
2014年3月28日 (五) 07:51的版本
VMware 10.0.1 modules & kernel 3.13
Short story VMware Workstation kernels don’t compile correctly on Linux Kernel 3.13 located in the Fedora rawhide repo. Here’s the module patch: (Updated: Thanks DanDar3)
- Change directory into the vmware module source directory
cd /usr/lib/vmware/modules/source
- untar the vmnet modules
tar -xvf vmnet.tar
- run a the patch you should have just saved earlier
patch vmnet-only/filter.c < ~/vmnet313.patch
- re-tar the modules
tar -uvf vmnet.tar vmnet-only
- delete the previous working directory
rm -r vmnet-only
- run the vmware
vmvare