以文本方式安装,然后配置
显卡:
sudo apt-get update
sudo apt-get install xorg-driver-fglrx
sudo depmod -a
sudo aticonfig --initial
网卡:
删除原网卡驱动:
sudo rmmod bcm43xx
编辑
sudo vim /etc/modprobe.d/blacklist
加入:
blacklist bcm43xx
再用新立得安装如下软件:ndiswrapper-utils-1.9
使用windows下的hp无线网卡驱动:
sudo ndiswrapper -i /media/sda5/SWSetup/WLAN/bcmwl5.inf
检查驱动是否正确安装:
sudo ndiswrapper -l
建立 wlan0 到 ndiswrapper 的 alias :
sudo ndiswrapper -m
激活无线网卡:
sudo modprobe ndiswrapper
修改/etc/modules,在最后一行加入ndiswrapper,保存后重启就可以了。
gui1983jinh 于 2007-11-28 12:12:15发表:
请问高手你本本的配置能介绍下吗?