Re: WiFi issue in Qtmoko v44 for Freerunner

2012-04-21 Thread Timo Juhani Lindfors
Tiago Bortoletto Vaz ti...@debian.org writes:
 It's not possible to connect to closed wireless networks in v44 because it
 seems to reset the encription settings every time it tries to authenticate.
 Anyone having the same issue out there? Any fix around? :)

I personally use the following script to connect to WiFi. If you replace
ESSID and PASSWORD it might help you.


killall dhclient
killall wpa_supplicant
om wifi power 0
sleep 1
om wifi power 1
sleep 1
om wifi maxperf wlan 1
sleep 1
/sbin/wpa_supplicant -B -s -P /var/run/wpa_supplicant.wlan.pid -i wlan -D  wext 
-t -ddd -C /var/run/wpa_supplicant
sleep 4
wpa_cli -p /var/run/wpa_supplicant -i wlan add_network
wpa_cli -p /var/run/wpa_supplicant -i wlan set_network 0 ssid \ESSID\
wpa_cli -p /var/run/wpa_supplicant -i wlan set_network 0 psk \PASSWORD\
wpa_cli -p /var/run/wpa_supplicant -i wlan enable_network 0
sleep 8
dhclient -d wlan


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


Re: WiFi issue in Qtmoko v44 for Freerunner

2012-04-21 Thread Timo Juhani Lindfors
Timo Juhani Lindfors timo.lindf...@iki.fi writes:
 I personally use the following script to connect to WiFi. If you replace
 ESSID and PASSWORD it might help you.

Oh and you also might want to replace wlan with eth0 or whatever you
call your wifi interface.


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


Re: WiFi issue in Qtmoko v44 for Freerunner

2012-04-21 Thread urodelo

Hello.
Wifi isn't working on my fr  v44 too, same situation, closed wifi where  
before I could connect to.


urodelo


On Sat, 21 Apr 2012 05:16:23 +0200, Tiago Bortoletto Vaz  
ti...@debian.org wrote:



Hi Radek, Freerunners,

It's not possible to connect to closed wireless networks in v44 because  
it
seems to reset the encription settings every time it tries to  
authenticate.

Anyone having the same issue out there? Any fix around? :)

thanks,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu



--
用斯斯!


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


Re: WiFi issue in Qtmoko v44 for Freerunner

2012-04-21 Thread Tiago Bortoletto Vaz
On Sat, 21 Apr 2012 12:02:51 +0300, Timo Juhani Lindfors wrote
 Timo Juhani Lindfors timo.lindf...@iki.fi writes:
  I personally use the following script to connect to WiFi. If you replace
  ESSID and PASSWORD it might help you.
 
 Oh and you also might want to replace wlan with eth0 or whatever 
 you call your wifi interface.

Thanks Timo, I'm doing something similar while I don't get the fancy qt
interface working. I guess this regression wont be hard to fix once the
(almost) same code used to work well in previous versions. I'll try to find
some time for it.

Regards,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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


Re: WiFi issue in Qtmoko v44 for Freerunner

2012-04-21 Thread Radek Polak
On Saturday 21 April 2012 03:16:23 Tiago Bortoletto Vaz wrote:

 It's not possible to connect to closed wireless networks in v44 because it
 seems to reset the encription settings every time it tries to authenticate.
 Anyone having the same issue out there? Any fix around? :)

Hi,
i think i noticed it too. It's probably related to rework of the wifi scan 
dialog. I will take a look at it.

Regards

Radek

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


WiFi issue in Qtmoko v44 for Freerunner

2012-04-20 Thread Tiago Bortoletto Vaz
Hi Radek, Freerunners,

It's not possible to connect to closed wireless networks in v44 because it
seems to reset the encription settings every time it tries to authenticate.
Anyone having the same issue out there? Any fix around? :)

thanks,

--
Tiago Bortoletto Vaz
http://tiagovaz.org
0xA504FECA - http://pgp.mit.edu


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