|
debian-testing内核到了3.0.0.1了,vmware7.1.4照例又大姨妈了一回。
现在附上有效path,经测试可用。
方法如下:
以下是patch的使用方法:
(因为之后的操作需要root权限,所以先切到root用户比较方便)
1.进入模块源码所在的文件夹,解压所有tar档案
cd /usr/lib/vmware/modules/source
for file in *
do
tar xvf $file
done
2.应用patch
patch -p1 < /patch_path/vmware2.6.39fixedv3.patch
(/patch_path/:代表完整路径)
3.重新打包
for file in *-only
do
tar cvf `basename $file -only`.tar $file
done
rm -rf *-only
4.重新创建并读取模块
vmware-modconfig --console --install-all
-------------------------------
卸载VMware Workstation的方法:
$sudo vmware-installer -u vmware-workstation |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|