El día Tuesday, September 30, 2008 a las 08:11:48PM +1000, Alex Osborne 
escribió:

> Matthias Apitz wrote:
> > I'm trying to bring up the eth0 with
> >
> ># ifup eth0
> >
> >this works very unreliable; in (let's say) 8 of 10 cases it can't
> >associate to the AP, even not after fresh re-boots and independently if
> >the AP at my home works with WEP or in my office with WPA;
> >  
> I found that with wpa_supplicant there was a problem with disconnecting 
> from an AP.  The essid would apparantly not get cleared properly on the 
> card (although iwconfig would show it as cleared) and until you manually 
> cleared it, wpa_supplicant would just sit in a loop trying to connect 
> and getting authentication timeouts.  You can see these message if you 
> run wpa_cli.  I worked around it by adding a pre-up that clears the essid:
> 
> allow-hotplug eth0
> iface eth0 inet manual
>  wpa-driver wext
>  wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
>  pre-up iwconfig eth0 essid off
> 
> iface default inet dhcp
> iface home inet dhcp
> 
> This seems to work reliably for me except that I still have to ifdown 
> and ifup when I move to a different AP.  So if manually connecting with 
> iwconfig works for you, you could try same workaround. Here's what my 
> wpa_supplicant.conf looks like:

I have as well the feeling that, when I was associated once and leaving
the AP physically, I can't re-associate anymore, even not after a boot;

I tried your hint about 'iwconfig eth0 essid off' but it does not
improve the situation;

I've now filed a bug report as
https://docs.openmoko.org/trac/ticket/2045
with also a wpa_supplicant debug session; it tries to associate:

Trying to associate with 00:04:e2:a1:76:0b (SSID='santaclara' freq=2442 MHz)
...
State: SCANNING -> ASSOCIATING
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)

...
Wireless event: cmd=0x8b1a len=18
Authentication with 00:04:e2:a1:76:0b timed out.
Added BSSID 00:04:e2:a1:76:0b into blacklist
No keys have been configured - skip key clearing
State: ASSOCIATING -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
...

        matthias
-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <[EMAIL PROTECTED]> - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
A computer is like an air conditioner, it stops working when you open Windows
Una computadora es como aire acondicionado, deja de funcionar si abres Windows

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to