|
2010-02-02
, 04:16
|
Posts: 4 |
Thanked: 0 times |
Joined on Feb 2010
|
#22
|
|
2010-02-03
, 18:56
|
Posts: 24 |
Thanked: 28 times |
Joined on Jan 2010
|
#23
|
The Following 4 Users Say Thank You to iamsrp For This Useful Post: | ||
|
2010-02-09
, 21:23
|
|
Posts: 284 |
Thanked: 80 times |
Joined on Mar 2007
@ London, UK
|
#24
|
I believe I found the bug report for this. From the sounds of it there is a fix coming at some point:
https://bugs.maemo.org/show_bug.cgi?id=6416
The work-around for now seems to be "killall -9 eapd" as root.
|
2010-02-10
, 12:05
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#25
|
#!/bin/sh ifconfig wlan0 down killall osso-connectivity-ui-conndlgs killall wlancond
The Following User Says Thank You to TA-t3 For This Useful Post: | ||
|
2010-04-16
, 15:59
|
Posts: 28 |
Thanked: 8 times |
Joined on Feb 2010
@ Portugal
|
#26
|
|
2010-04-17
, 16:44
|
Posts: 4 |
Thanked: 0 times |
Joined on Apr 2010
|
#27
|
|
2010-04-17
, 16:57
|
Posts: 4 |
Thanked: 0 times |
Joined on Apr 2010
|
#28
|
I have another issue, similar (but not exactly same) symptoms. This doesn't involve eap so I assume the killall workaround described above won't help.
I connect to a WEP network (note that this is a DMZ network, the WEP protection isn't for intrusion protection, it's just to avoid casual connects by passers-by. The WEP key is even public.)
After 1.1 I sometimes suddenly see that the little green symbol indicating that I'm online (gtalk etc.) goes red, with an exclamation mark or something. An xterm will show that DNS doesn't work (can't resolve hostnames). If I disconnect from the network and try to reconnect it won't work, and the icon indicating that it's trying will either flash forever or eventually pop up with a 'could not connect' message.
I can successfully resolve this every time by running the following script (as root, due to the ifconfig):
It never happened in the past (pre-1.1, but I don't know for certain if it's related).Code:#!/bin/sh ifconfig wlan0 down killall osso-connectivity-ui-conndlgs killall wlancond
|
2010-04-17
, 17:26
|
Posts: 4 |
Thanked: 0 times |
Joined on Apr 2010
|
#29
|
|
2010-04-17
, 19:38
|
Posts: 9 |
Thanked: 1 time |
Joined on Apr 2010
@ Burundi
|
#30
|
I'll try today either at another location with WPA2 or then setup a few more access points around the flat with similar settings to test
Edit: did not work. Cannot connect to any wpa2 network after the device has decided to give up on one
Last edited by ziller; 2010-01-31 at 21:00.