歡迎您光臨本站 註冊首頁

Ubuntu Linux設定無線網卡(含Hp Compaq Nc6000)

←手機掃碼閱讀     火星人 @ 2014-03-26 , reply:0

主要是要驅動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密碼等.

[火星人 ] Ubuntu Linux設定無線網卡(含Hp Compaq Nc6000)已經有592次圍觀

http://coctec.com/docs/linux/show-post-180511.html