|
发表于 2009-8-5 17:53:33
|
显示全部楼层
我安装的也是madwifi,不是你这样安装的。
madwifi安装确定你的无线芯片是Atheros的,
#lspci -nn | grep Ethernet
03:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter [168c:001c] (rev 01)
04:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express [14e4:1693] (rev 02)
我的无线网卡使用的是Atheros的AR242x芯片
依次执行下列命令
#aptitude install module-assistant wireless-tools
#m-a prepare
#m-a a-i madwifi
卸载athtk内核模块,然后加载atp_pci内核模块
#modprobe -r ath5k
#modprobe ath_pci
这样就行了,使用下列命令看看
#iwconfig
#ifconfig ath0 up
注意,你的无线名称就叫ath0了。建议你再安装个WICD,最新版1.6.2很好用了,管理有线。无线都很好用。 |
|