友站互動區 > KaLUG 討論版
Debian: ASUS S5200a, Wireless 無線卡失敗問題
(1/1)
被騎上班的老:
原文請見 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
導覽
[0] 文章列表
前往完整版本