To see if the module is loaded, do:
Is ath_pci there? If not, from the command line as su do:
Code:
/sbin/modprobe ath_pci
Interesting that it should want to identify it as wlan0. All my boxes with Atheros get identified as ath0. But I'm only on FC 7 so it could have changed. When you do:
Do you see wlan0 there? Is ath0 there also or instead of wlan0? If ath_pci is indeed loaded, try:
Code:
/sbin/iwlist ath0 scan
To see if it picks up any access points. Also do:
Code:
/sbin/iwlist wlan0 scan
to see.
EDIT: I can't remember if FC comes with madwifi already or if it has to be built. Which is it now? If it didn't come with it, did you build it already? Pretty easy to do. See
here. You'll need to get packages with yum before building if you haven't already...
Code:
yum install kernel-devel