红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

hp 6515b本本安装Ubuntu

发布时间:2007-11-28 11:05:00来源:红联作者:Limits
以文本方式安装,然后配置

显卡:
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,保存后重启就可以了。
文章评论

共有 1 条评论

  1. gui1983jinh 于 2007-11-28 12:12:15发表:

    请问高手你本本的配置能介绍下吗?