T41有的時候附的是802.11 a/b/g的卡 Atheros Communications AR5212 lspci -n 看到的ID: 168c:1014 driver 是madwifi,compile之後,可以直接執行 modprobe ath_pci 在madwifi.sf.net有driver, or use atrpm的rpm: 方法1, 使用yum 1. http://atrpms.net/install.html # yum: Make sure the following lines are included in /etc/yum.conf: [atrpms] name=Fedora Core $releasever - $basearch - ATrpms baseurl=http://dl.atrpms.net/fc$releasever-$basearch/atrpms/stable 2. yum install madwifi 3. 確認所使用的kernel與下載的madwifi相符,若不合,reboot選擇符合的 4. kudzu應該就會找到了,不過好在/etc/modprobe.conf中會設成 alias ath0 ath_pci 這樣iwconfig預設不會顯示,要打iwconfig ath0,麻煩,改成 alias wlan0 ath_pci 5. 無線網路設定在/etc/sysconfig/network-scripts/ifcfg-wlan0 方法2, 使用apt 1. 安裝rpm client wget http://linux.nchc.org.tw/fedora/apt/fedora/linux/2/i386/setup_apt_rh.sh chmod 755 setup_apt_rh.sh ./setup_apt_rh.sh 2. vim /etc/apt/sources.list 加一行 ----------------------- rpm http://apt.atrpms.net fedora/2/en/i386 at-stable ----------------------- 3. apt-get update apt-get install madwifi 4. 確認所使用的kernel與下載的madwifi相符,若不合,reboot選擇符合的 5. kudzu應該就會找到了,不過好在/etc/modprobe.conf中會設成 alias ath0 ath_pci 這樣iwconfig預設不會顯示,要打iwconfig ath0,麻煩,改成 alias wlan0 ath_pci 6. 無線網路設定在/etc/sysconfig/network-scripts/ifcfg-wlan0