Hi
I am using the ath5k driver for my Atheros AR2413 chip WiFi card.
At boot it fails to bring up the wifi link. If I do a 'service network restart' and 'service wpa_supplicant restart' it all works fine till the next reboot.
I am sure everything is set up correctly, if I swap to the madwifi driver by swapping the blacklisted driver it works fine at boot.
I am using the ath5k driver because it provides far better speed on a weak link that I have to work with.
I am seeing this at boot
Code:
ADDRCONF(NETDEV_UP): wlan0: link is not ready
wlan0: authenticate with AP 00:1e:e5:95:d0:b6
wlan0: authenticated
wlan0: associate with AP 00:1e:e5:95:d0:b6
wlan0: RX AssocResp from 00:1e:e5:95:d0:b6 (capab=0x471 status=0 aid=1)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0: no IPv6 routers present
ADDRCONF(NETDEV_UP): wlan0: link is not ready
wlan0: deauthenticating by local choice (reason=3)
ADDRCONF(NETDEV_UP): wlan0: link is not ready
So it appears that the link is not ready to bring up networking on the wlan0 interface? Strangely it seems to be authenticating with access point OK.
Anyone come across this and/or can suggest a solution? Grateful for any info.
Regard
Daniel