Hi,
I have a DLINK DWL-510.
I download nigtly build here :
http://rt2x00.serialmonkey.com/rt61-cvs-daily.tar.gzI execute make & make install
I copy rt*.bin in /lib/firmware
width lsmod i can see rt61pci
I decide not to keep r61pci and not active rt61
iwlist scan find some Points
But if i make /etc/init.d/networking restart => WLAN1 NOT READY
and iwlist scan don't find any Points.
If i configure corretcly /etc/network/interface correctement and i reboot i get this message :
Code:
dmessg
[ 18.061538] wlan1: Initial auth_alg=0
[ 18.061543] wlan1: authenticate with AP 00:1e:4c:56:9d:69
[ 18.077447] wlan1: RX authentication from 00:1e:4c:56:9d:69 (alg=0 transaction=2 status=0)
[ 18.077447] wlan1: authenticated
[ 18.077447] wlan1: associate with AP 00:1e:4c:56:9d:69
[ 18.077447] wlan1: RX AssocResp from 00:1e:4c:56:9d:69 (capab=0x411 status=0 aid=1)
[ 18.077447] wlan1: associated
[ 18.077447] wlan1: switched to short barker preamble (BSSID=00:1e:4c:56:9d:69)
[ 18.077624] ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
And if i make /etc/init.d/networking restart => WLAN1 NOT READY => IWLIST SCAN (NONE)
Code:
dmessg
[ 20.240444] lp: driver loaded but no devices found
[ 20.252435] ppdev: user-space parallel port driver
[ 22.552631] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[ 29.532177] wlan1: no IPv6 routers present
[ 87.530090] wlan1: deauthenticate(reason=3)
[ 87.569092] ADDRCONF(NETDEV_UP): wlan1: link is not ready
[ 88.680640] wlan1: Initial auth_alg=0
[ 88.680640] wlan1: authenticate with AP 00:1e:4c:56:9d:69
[ 88.891899] wlan1: authenticate with AP 00:1e:4c:56:9d:69
[ 89.090074] wlan1: authenticate with AP 00:1e:4c:56:9d:69
[ 89.290066] wlan1: authentication with AP 00:1e:4c:56:9d:69 timed out
I can reproduce this case at any reboot.
Why restart makes error ?