View previous topic :: View next topic |
Author |
Message |
chrisduck Apprentice


Joined: 30 Jun 2004 Posts: 283 Location: California
|
Posted: Fri Jul 29, 2005 12:16 am Post subject: what's wrong w/ my supplicant configs? |
|
|
I cannot figure out how to get wpa_supplicant to connect to any detected APs. I've scoured these forums and google for an answer and I CANNOT figure out what I am doing wrong.
when I run Code: | wpa_supplicant -c /etc/wpa_supplicant.conf -D madwifi -i ath0 -dd
|
the response looks like...
Code: |
Setting scan request: 5 sec 0 usec
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
Starting AP scan (broadcast SSID)
Wireless event: cmd=0x8b1a len=12
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
EAPOL: Port Timers tick - authWhile=0 heldWhile=0 startWhen=0 idleWhile=0
Wireless event: cmd=0x8b19 len=12
Received 997 bytes of scan results (5 BSSes)
Scan results: 5
Selecting BSS from priority group 0
0: 00:e0:98:d6:0b:e1 ssid='04B412646099' wpa_ie_len=0 rsn_ie_len=0
skip - no WPA/RSN IE
1: 00:e0:98:f1:35:e0 ssid='05B404078509' wpa_ie_len=0 rsn_ie_len=0
skip - no WPA/RSN IE
2: 00:e0:98:da:d2:d2 ssid='04B412739203' wpa_ie_len=0 rsn_ie_len=0
skip - no WPA/RSN IE
3: 00:05:5d:ec:39:ee ssid='default' wpa_ie_len=0 rsn_ie_len=0
skip - no WPA/RSN IE
4: 00:e0:98:f1:3d:2a ssid='05B404138848' wpa_ie_len=0 rsn_ie_len=0
skip - no WPA/RSN IE
No suitable AP found.
|
and if I run 'ifconfig ath0 up' and 'iwlist ath0 scan' I can see a half dozen or so APs being found by my card, but I cannot figure out how to connect to them. I cannot connect to the wireless AP at my parents house either. Most of these APs are unencrypted and I was able to connect to them using WinXP , which unfortunately isn't on my computer anymore, but at least I know that they are accessible
Codo wrote that I don't "have a sutiable config for [the APs] in a slightly different thread that I authored earlier"
I've got an Atheros AR5211 802.11ab
Here is the current state of relevant (i believe) config files:
/etc/wpa_supplicant.conf
Code: |
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
###ap_scan=0
ap_scan=1
fast_reauth=1
network={
ssid="05B405327374"
# ssid="05B401935957"
# ssid="05B404078509"
# ssid="04B412646099"
# ssid="04B412739203"
# ssid="default"
# ssid="05B405327374"
# ssid="05B401089421"
# ssid="Network"
scan_ssid=1
key_mgmt=NONE
}
|
/etc/conf.d/wireless
Code: |
essid_ath0="any"
mode_ath0="managed"
channel_ath0="6"
|
Sorry for using valuable space in these forums. I would be grateful for any advice at all because I am at a dead end and I have never been able to make wireless work with linux on this computer. |
|
Back to top |
|
 |
UberLord Retired Dev


Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Fri Jul 29, 2005 5:45 am Post subject: |
|
|
Try using the wpa_supplicant-0.4.x ebuilds - I think they fixed this issue.
Or it may have been a madwifi-driver issue as well |
|
Back to top |
|
 |
chrisduck Apprentice


Joined: 30 Jun 2004 Posts: 283 Location: California
|
Posted: Fri Jul 29, 2005 6:59 am Post subject: |
|
|
ok, I'll follow your advice.
I know that the madwifi-drivers are fine, because I am sometimes able to use them to connect to wireless APs with wirelss-tools. |
|
Back to top |
|
 |
|