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

主要是要驅動 HP Compaq NC6000 notebook 無線網卡, 研究了幾種設法, 在此順便做個記錄.(下述挑其一安裝應該就可以了)

ipw2100 source 安裝

  1. apt-get install ipw2100-source
  2. dpkg -L ipw2100-source
  3. vim /usr/share/doc/ipw2100-source/README.Debian # 這邊說要執行下面兩個命令
  4. module-assistant prepare ipw2100
  5. module-assistant auto-install ipw2100
  6. 即完成安裝.

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

  1. 下載 Atheros 5211 Drivers from HP(如果有灌 Windows, 可 "find . -name net5211.inf", 會放在 Program Files/HP/WLAN_W400_W500_Driver/Driver/net5211.inf)
  2. 解壓縮 或 cp 得到 net5211.inf #the file you need is net5211.inf
  3. sudo ndiswrapper -i net5211.inf # 安裝 driver
  4. sudo ndiswrapper -l # 列出已經安裝的 driver
  5. sudo modprobe ndiswrapper # 告訴 kernel 去使用 ndiswrapper as a module
  6. sudo ndiswrapper -m # 開機啟動
  7. 到 系統 -> 管>理 > 網路 確認網卡的設定 # 或直接用 nm-applet 或 dhclient eth1 也可以

無線網路偵測命令/工具

  • sudo iwlist eth1 scanning # 掃描有哪些無線網路可以用.
  • sudo iwconfig # 列出無線網路現在的狀態
  • nm-applet # gnome 的套件, 現在我都用這套, 可以輕鬆的控管無線網路要用哪個, 訊號狀況, 輸入需要的 Key 密碼 等.

作者: Tsung

對新奇的事物都很有興趣, 喜歡簡單的東西, 過簡單的生活.

發表迴響

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料