红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

Fedora升级后/usr/bin/vmware-config.pl无法通过VMware modules

Fedora升级后/usr/bin/vmware-config.pl无法通过VMware modules

No worries the solution is right at hand.

Get the vmware-any-any patch
#wget http://knihovny.cvut.cz/ftp/pub/ ... ny-update115.tar.gz
After unpacking, go to the vmware-any-any-update115 directory and unpack vmmon.tar
#tar -zxvf vmware-any-any-update115.tar.gz
#cd vmware-any-any-update115
#tar -xvf vmmon.tar
Open vmmon-only/include/vcpuset.h and change the following line #include "asm/bitops.h" to #include "linux/bitops.h"
Open vmmon-only/include/iocontrols_compat.h and change VMMON_VERSION_V6 to 167
括号里面的161改为167
Open vmmon-only/include/iocontrols.h and change VMMON_VERSION to 167
括号里面的161改为167
Pack a new vmmon.tar and then run runme.pl

TOP

发新话题