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

Ubuntu Linux设定无线网卡(含Hp Compaq Nc6000)

发布时间:2008-02-13 00:15:32来源:红联作者:auhtcode
主要是要驱动HP Compaq NC6000 notebook无线网卡,研究了几种设法,在此顺便做个记录.(下述挑其一安装应该就可以了)

ipw2100 source安装
apt-get install ipw2100-source
dpkg -L ipw2100-source
vim /usr/share/doc/ipw2100-source/README.Debian #这边说要执行下面两个命令
module-assistant prepare ipw2100
module-assistant auto-install ipw2100
即完成安装.

ndiswrapper安装
ndiswrapper-common
ndiswrapper-utils-1.9
ndisgtk
linux-ubuntu-modules-2.6.22-14-386
装完后: cat /etc/modprobe.d/ndiswrapper可以看到网卡是设怎么样.

HP Compaq NC6000 Wireless card驱动
参考自: Ubuntu wireless & nc6000

下载Atheros 5211 Drivers from HP(如果有灌Windows,可"find . -name net5211.inf",会放在Program Files/HP/WLAN_W400_W500_Driver/Driver/net5211.inf)
解压缩或cp得到net5211.inf #the file you need is net5211.inf
sudo ndiswrapper -i net5211.inf #安装driver
sudo ndiswrapper -l #列出已经安装的driver
sudo modprobe ndiswrapper #告诉kernel去使用ndiswrapper as a module
sudo ndiswrapper -m #开机启动
到系统->管>理>网路确认网卡的设定#或直接用nm-applet或dhclient eth1也可以
无线网路侦测命令/工具

sudo iwlist eth1 scanning #扫描有哪些无线网路可以用.
sudo iwconfig #列出无线网路现在的状态
nm-applet # gnome的套件,现在我都用这套,可以轻松的控管无线网路要用哪个,讯号状况,输入需要的Key密码等.
文章评论

共有 0 条评论