作者 主題: Debian: ASUS S5200a, Wireless 無線卡失敗問題  (閱讀 9422 次)

0 會員 與 1 訪客 正在閱讀本文。

被騎上班的老

  • 區域板主
  • 活潑的大學生
  • *****
  • 文章數: 360
    • 檢視個人資料
原文請見 http://wiki.debian.org/ipw2200

Intel PRO/Wireless 2200 802.11bg 這張卡的 Firmware 不是 free 的,所以要

1.Add a "non-free" component to /etc/apt/sources.list, for example:
在 /etc/apt/sources.list 新增 "non-free" 的套件庫,例如 ...
代碼: [選擇]
# Debian Lenny/5.0
deb http://ftp.us.debian.org/debian lenny main contrib non-free

2.Update the list of available packages and install the firmware-ipw2x00 and wireless-tools packages:
更新套件清單並安裝 firmware-ipw2x00 和 wireless-tools 套件
代碼: [選擇]
aptitude update
aptitude install firmware-ipw2x00 wireless-tools

You are required to accept the license agreement before the firmware is installed to your system.
安裝後須同意 firmware 的使用條件,基本上是說:這只能用在 INTEL 的設備上...

3 As the driver may already be loaded, reinsert the relevant driver module to access installed firmware:
當安裝好新的驅動程式後,請重新載入無線網卡模組

代碼: [選擇]
modprobe -r ipw2100 ; modprobe ipw2100這是比較舊的卡

或者

代碼: [選擇]
modprobe -r ipw2200 ; modprobe ipw2200
我的小白是用這張啦

4. Verify your device has an available interface:
確認網卡已可使用
代碼: [選擇]
iwconfig
5. Raise the interface to activate the radio, for example:
啟動網路卡
代碼: [選擇]
ifconfig wlan0 up
6. Configure your wireless interface as appropriate.
設定無線網路卡


如有疑問請查原文網址 http://wiki.debian.org/ipw2200