Re: [QtMoko] Wireless connention to eduroam

2013-03-19 Thread Giacomo 'giotti' Mariani
On 03/14/2013 03:01 PM, Stefan Monnier wrote: status name=wifi imageon=wifi.png on=expr:@/Network/Interfaces/Wifi/State == 2 active=expr:@/Network/Interfaces/Wifi/State == 2 onclick=message=QPE/Application/qterminal,setDocument(QString),/opt/qtmoko /bin/ping.sh / There is command line

Re: [QtMoko] Wireless connention to eduroam

2013-03-14 Thread Stefan Monnier
status name=wifi imageon=wifi.png on=expr:@/Network/Interfaces/Wifi/State == 2 active=expr:@/Network/Interfaces/Wifi/State == 2 onclick=message=QPE/Application/qterminal,setDocument(QString),/opt/qtmoko /bin/ping.sh / There is command line utility calles vsexplorer (or something like that)

[QtMoko] Wireless connention to eduroam

2013-03-11 Thread Giacomo 'giotti' Mariani
Dear Radeck, all, I use to connect to eduroam wireless network in Europe and I'm not able to do this from the GUI, su I wrote a simple script to achieve this (even if it does not work everytime...): #!/bin/bash rm /var/lib/wpa_supplicant/eth0 killall wpa_supplicant om wifi power 1 sllep 2 om

Re: [QtMoko] Wireless connention to eduroam

2013-03-11 Thread Daniele Forsi
2013/3/11 Giacomo 'giotti' Mariani: om wifi power 1 sllep 2 I guess this should be sleep -- Daniele Forsi ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community

Re: [QtMoko] Wireless connention to eduroam

2013-03-11 Thread Radek Polak
On Monday, March 11, 2013 11:03:19 AM Giacomo 'giotti' Mariani wrote: Now my question: which is the best way to create an icon to launch it? You can use some unused script available in devtools. Or you can write .desktop file with your own icon. There are many examples how to do it - e.g.

Re: [QtMoko] Wireless connention to eduroam

2013-03-11 Thread Giacomo 'giotti' Mariani
On 03/11/2013 11:37 AM, Radek Polak wrote: On Monday, March 11, 2013 11:03:19 AM Giacomo 'giotti' Mariani wrote: Now my question: which is the best way to create an icon to launch it? You can use some unused script available in devtools. Or you can write .desktop file with your own

Re: [QtMoko] Wireless connention to eduroam

2013-03-11 Thread francesco . devita
Il 11/03/2013 14:50, Giacomo 'giotti' Mariani ha scritto: I noticed that the wifi symbol is not displayed if I start wifi that way. Do you know how the wifi symbol is triggered in the theme? This is the line about the wifi icon in the titlebar: status name=wifi imageon=wifi.png

Re: [QtMoko] Wireless connention to eduroam

2013-03-11 Thread Radek Polak
On Monday, March 11, 2013 03:04:01 PM francesco.dev...@mailoo.org wrote: Il 11/03/2013 14:50, Giacomo 'giotti' Mariani ha scritto: I noticed that the wifi symbol is not displayed if I start wifi that way. Do you know how the wifi symbol is triggered in the theme? This is the line about

Re: [QtMoko] Wireless connention to eduroam

2013-03-11 Thread Paul Fertser
Hi, Giacomo 'giotti' Mariani giacomomari...@yahoo.it writes: wpa_supplicant -Dwext -ieth0 -c/etc/wpa_supplicant/wpa_supplicant-eduroam.conf -B sleep 30 dhclient eth0 I have two alternative suggestions for you here: 1. Read /usr/share/doc/wpasupplicant/README.Debian and configure it in