ath on 8-RELEASE

Hi everyone,

this morning i reinstalled my eee1000HD with 8-RELEASE just to find out that my wireless NIC does not work anymore :(

It shows up in dmesg:
Code:
ath0: <Atheros 5424/2424> mem 0xfbef0000-0xfbefffff irq 19 at device 0.0 on pci1
ath0: [ITHREAD]
ath0: AR2425 mac 14.2 RF5424 phy 7.0

but:
Code:
shakti# ifconfig ath0 up scan
ifconfig: unable to get scan results

Any tips?

Thanx in advance...
 
Create a wlan device first:

Code:
ifconfig wlan0 create wlandev ath0
ifconfig wlan0 list scan

I had the same issue as you.
 
anyone tried combination with atheros,hostap and master mode on 8-RELEASE ?
i`m planning to set up a home router with atheros on bsd ..

Cheers ..
 
So, is there some more elegant way to automatically create wlan0 interface than with cron @reboot? rc.conf or something?
 
pacija said:
thanx again :)

it would be great if changes are included in handbook...

File a bug report. This thread has also helped me, though I'm using the malo driver rather than ath.

Thanks!
 
Back
Top