[Debian-eeepc-devel] WPA configured, I can't scan anything now...

Ben Armstrong synrg at sanctuary.nslug.ns.ca
Tue Apr 22 14:04:09 UTC 2008


On Tue, 22 Apr 2008 14:12:24 +0200
"lionel at tememe.org" <lionel at tememe.org> wrote:
> Hi everyone,
> (This is my first message to the list... and my first message to an 
> English list ! :p )

Welcome!

> I follow the wiki very often and I try to translate everything in 
> french. So i'm happy to meet you in this list.

Thanks for helping with the wiki.  I've always been particularly
impressed by how well the French translation is kept up.

> Here is my /etc/wpa_supplicant/wpa_supplicant.conf :
> ctrl_interface=/var/run/wpa_supplicant
> ctrl_interface_group=0
> ap_scan=1
> fast_reauth=1
> eapol_version=1
> network= { key_mgmt=NONE }
> network={ssid="Myplace" psk="XXXXXXX" priority=1}
> #the XXXXX is my wpa password

If you do not have newlines in the config as the examples show, I don't
think it will work.  So try this instead:

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
fast_reauth=1
eapol_version=1
network={
	key_mgmt=NONE
}
network={
	ssid="Myplace"
	psk="XXXXXXX"
	priority=1
}



More information about the Debian-eeepc-devel mailing list