Re: zyd fails to associate with a network

2010-07-28 Thread Dmitrij D. Czarkoff
Maybe anyone knows how can I get any debugging information about my device? I could try to solve it on my own if I understood where the error is... Dmitrij D. Czarkoff czark...@gmail.com wrote: Hello! I'm trying to connect a wireless network on my ASUS R2Hv. Both the built-in and usb dongle

Re: zyd fails to associate with a network

2010-07-28 Thread damien . bergamini
| Maybe anyone knows how can I get any debugging information about my device? | I could try to solve it on my own if I understood where the error is... ifconfig zyd0 debug is usually a good start. Damien

Re: zyd fails to associate with a network

2010-07-28 Thread Dmitrij D. Czarkoff
damien.bergam...@free.fr wrote: ifconfig zyd0 debug is usually a good start. Thanks. Actually, I didn't get anything I believe to be helpful. So, my steps were: # ifconfig zyd0 debug # ifconfig zyd0 up # ifconfig zyd0 scan zyd0: flags=8847UP,BROADCAST,DEBUG,RUNNING,SIMPLEX,MULTICAST mtu 1500

Re: zyd fails to associate with a network

2010-07-28 Thread damien . bergamini
| So now I know that that: | | 1. the association fails with status 25; | 2. the drivers actively sends free-roaming requests during | asssociation | process while is requested to connect an exact network. | | Where can I read what is association failed (status 25) and | deauthenticate (reason

Re: zyd fails to associate with a network

2010-07-28 Thread Dmitrij D. Czarkoff
damien.bergam...@free.fr wrote: Status 25 is IEEE80211_STATUS_SHORTSLOT_REQUIRED. It means that the access point refuses association from clients that do not support short slot time. Thanks! While it's not a valid workaround, I've set my router up to long slot, so my issue is resolved.

Re: zyd fails to associate with a network

2010-07-28 Thread damien . bergamini
| Thanks! | | While it's not a valid workaround, I've set my router up to long slot, | so my issue is resolved. | | Still, could You please tell me where can I find that info without | disturbing developpers and mailing list memebers? In the IEEE 802.11 standard or in