View previous topic :: View next topic |
Author |
Message |
gnychis Veteran


Joined: 23 Mar 2005 Posts: 1004 Location: Pittsburgh, PA
|
Posted: Mon Jun 11, 2007 1:18 am Post subject: wpa_supplicant won't connect to my AP anymore |
|
|
hey all,
I can't get wpa_supplicant to connect to my AP anymore, it seems locked in to a single AP called "FON_AP." If FON_AP is around, it connects to it regardless of any other network. I've given my home AP the highest priority in my /etc/wpa_supplicant/wpa_supplicant.conf file, and it still chooses FON_AP. Is there anything i can do to restrict it from connecting to this AP?
Thanks!
George _________________ <---- me and Richard Stallman  |
|
Back to top |
|
 |
didymos Advocate


Joined: 10 Oct 2005 Posts: 4798 Location: California
|
Posted: Mon Jun 11, 2007 2:29 am Post subject: |
|
|
Ok, probably won't help, but what's in /etc/conf.d/net and your wpa_supplicant.conf? _________________ Thomas S. Howard |
|
Back to top |
|
 |
gnychis Veteran


Joined: 23 Mar 2005 Posts: 1004 Location: Pittsburgh, PA
|
Posted: Mon Jun 11, 2007 5:01 am Post subject: |
|
|
any help works
Code: |
# in /etc/conf.d/net (this file :]!).
modules=( "wpa_supplicant" )
wpa_supplicant_wlan0="-Dndiswrapper"
wpa_timeout_wlan0="60"
config_wlan0=("dhcp")
|
Code: |
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="LoulisNetwork"
key_mgmt=NONE
}
network={
ssid="greece4life"
bssid=00:14:bf:f0:48:bf
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP
group=CCMP
psk="*****"
priority=100
}
network={
ssid="Schenley Plaza"
key_mgmt=NONE
}
network={
ssid="CMU"
key_mgmt=NONE
}
network={
ssid="FON_AP"
key_mgmt=NONE
priority=1
}
network={
ssid="malecon"
key_mgmt=NONE
}
network={
ssid="WIRELESS-PITTNET"
key_mgmt=WPA-EAP
pairwise=CCMP TKIP
group=CCMP TKIP
eap=PEAP TLS
identity="smn8"
password="*******"
# ca_cert="/etc/cert/ca.pem"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
}
network={
ssid="SMC"
key_mgmt=NONE
wep_key0=*******
wep_tx_keyidx=0
}
|
_________________ <---- me and Richard Stallman  |
|
Back to top |
|
 |
Paczesiowa Guru

Joined: 06 Mar 2006 Posts: 593 Location: Oborniki Śląskie, Poland
|
Posted: Mon Jun 11, 2007 6:07 am Post subject: |
|
|
"-Dndiswrapper" should be "-Dwext" but I don't think that it's gonna fix it. |
|
Back to top |
|
 |
gnychis Veteran


Joined: 23 Mar 2005 Posts: 1004 Location: Pittsburgh, PA
|
Posted: Mon Jun 11, 2007 6:08 am Post subject: |
|
|
you thought wrong
it worked! thanks!! _________________ <---- me and Richard Stallman  |
|
Back to top |
|
 |
|