Quote |
Anyway, using the iwconfig gui I changed eth0 to ath0, entered ssid, channel and no wep ... but still not working. So, at this point what should I try next? |
Quote |
In addition, please, also explain how to obtain help for a particular command. I can't remember anymore but during the time I dealt with DOS 6.22(I believe) I used type /?, or /h, or something like this, next to the DOS command name and I would get the command help. |
Code Sample |
dsl@box:~$ sudo wpa_supplicant -Dmadwifi -iath0 -cwpa_supplicant.conf Trying to associate with SSID 'ManayunkNeedsMoreDrunks' Trying to associate with 00:c0:49:fe:06:a0 (SSID='ManayunkNeedsMoreDrunks' freq=2412 MHz) ioctl[IEEE80211_IOCTL_SETMLME]: Argument list too long Association request to the driver failed Authentication with 00:00:00:00:00:00 timed out. Trying to associate with SSID 'ManayunkNeedsMoreDrunks' Authentication with 00:00:00:00:00:00 timed out. |
Code Sample |
ctrl_interface=/var/run/wpa_supplicant # Search for hidden SSIDs ap_scan=2 network={ ssid="ManayunkNeedsMoreDrunks" scan_ssid=1 proto=WPA key_mgmt=WPA-PSK pairwise=TKIP group=TKIP psk="WRqNjQnGt1b8OpiZbNJ2IIzraJQLdnPIxNF0eRZIiLgHvMcrEs0LhvFCv6KgPyt" } |
Quote (kejava @ May 29 2008,19:45) |
For those of you that have had success with cards using the Atheros chipset, did you ever get wpa working using wpa_supplicant? |