lspci的结果:
00:0c.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
查wiki知道emerge madwifi后就可以使用。我使用genkernel出来的内核,启动后:
modprobe ath_pci
iwconfig就可以看到ath0设备,然后就可以正常配置使用了。
但是使用自己手工配置的内核,modprobe ath_pci后却看不到设备,是哪里的问题呢?
我内核配置时networking
<*> Generic IEEE 802.11 Networking Stack
[ ] Enable full debugging output
<*> IEEE 802.11 WEP encryption (802.1x)
< > IEEE 802.11i CCMP support
< > IEEE 802.11i TKIP encryption
< > Software MAC add-on to the IEEE 802.11 networking stack
然后还关闭了ipv6 |