bingo
Group: Members
Posts: 5
Joined: May 2007 |
|
Posted: May 09 2007,10:21 |
|
Hello,
I am trying to establish a wireless connection to a WLAN using WPA2 security using DSL embedded 3.3. My wireless LAN card is based on Atheros 5212 and works well under Windows and other Linux distributions. I do realize that I have to start wpa_supplicant using adequate configuration files, etc.
Once wpa_supplicant is started, it establishes the right interface ath0 and tries to connect - it never succeeds. I can see it scan for networks, and it finds the network I am trying to connect to as well. Somewhere along the process there are error messages like
ioctl(IEEE80211_IOCTL_SETMLME): argument list too long
I have tried to search this error message. The main feedback I collected is that this error message might be caused by incompatibility of wireless extensions in the kernel, wireless tools, and the driver (madwifi in this case). The command
iwconfig --version
shows that all three components are based on version 16. According to the author of these components and his website
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
support for WPA/WPA2 is only included starting with version 18.
My question is if anybody succeeded in connecting to a WPA2 encrypted network using DSL version 3.3. I would be interested in any details and also if he/she got it to work "out of the box".
Any comments are welcome.
|