Ubuntu 10.10下VMWare Unable to build kernel module解决方法

字体大小: 中小 标准 ->行高大小: 标准

从Ubuntu 10.04升级到10.10后,VMWare需要更新才可使用,使用VMWare自己的Install通常会失败,提示:Unable to build kernel module,可以用如下方法解决:

cd /tmp
wget http://www.sputnick-area.net/scripts/vmware7.1.1-patch-kernel-2.6.35.bash
sudo chmod +x vmware7.1.1-patch-kernel-2.6.35.bash
sudo ./vmware7.1.1-patch-kernel-2.6.35.bash
sudo vmware-modconfig --console --install-all

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/62145.html