Excelent works great, thanks for the help.

I promise modify a little script for do it through a GUI. In Debian
GNU/Linux don´t have official GUIs for GPRS or WiFi, I found a little script
that lets you connect to GPRS through GUI, I corrected to make it work FSO,
but I do not known make packages of programs, I hope soon to do and I can
tell.

And sorry for my bad english... thanks for the help...

2009/10/2 Sebastian Reichel <elektra...@gmail.com>

> On Fri, Oct 02, 2009 at 11:37:03AM -0600, Esteban Monge wrote:
> > Hello I haved installed Debian GNU/Linux in my Neo Freerunner, but I cant
> use
> > the wireless.
> >
> > What is the problem?
>
> Hi,
>
> 1. You need to configure eth0
> 2. Device does not exist until you enable it via fso-frameworkd
>   (this will save power when not using wifi)
>
> You can do the second step with dbus-send. I use the follwing script:
>
> elektra...@freerunner ~ % cat /usr/local/bin/wifi
> #!/bin/bash
> if [[ $# < 1 ]] ; then
>    echo "$0 <start|stop>"
>    exit
> fi
>
> if [[ $1 == "start" ]] ; then
>    dbus-send --system --dest=org.freesmartphone.odeviced --type=method_call
> --print-reply /org/freesmartphone/Device/PowerControl/WiFi
> org.freesmartphone.Device.PowerControl.SetPower int32:1
> else
>    dbus-send --system --dest=org.freesmartphone.odeviced --type=method_call
> --print-reply /org/freesmartphone/Device/PowerControl/WiFi
> org.freesmartphone.Device.PowerControl.SetPower int32:0
> fi
> elektra...@freerunner ~ % wifi start
> method return sender=:1.9 -> dest=:1.31 reply_serial=2
> elektra...@freerunner ~ % ifconfig eth0
> eth0      Link encap:Ethernet  HWaddr 00:12:cf:8e:e2:ba
>          BROADCAST MULTICAST  MTU:1500  Metric:1
>          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:1000
>          RX bytes:15 (15.0 B)  TX bytes:0 (0.0 B)
>
> elektra...@freerunner ~ % wifi stop
> method return sender=:1.9 -> dest=:1.32 reply_serial=2
> elektra...@freerunner ~ % ifconfig eth0
> eth0: error fetching interface information: Device not found
>
> -- Sebastian
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkrGXekACgkQH0JwilpTmKg1VACdGVijk/BVgUaU7jKS/5fBtp30
> E7IAn29ki5Wy1Dct5zaZDD2FRisdzRmW
> =pxz0
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>
>


-- 
http://nuevaeracr.blogspot.com
Linux user number 478378
Linux machine number 386687
Tec. Esteban Monge Marín
Tel: (506) 8379-3562

“No habrá manera de desarrollarnos y salir de
la pobreza mientras los pocos negocios
grandes de nuestro medio se entreguen a las
economías foráneas y nosotros nos
quedemos con solo negocios de pobre,
mientras en vez de ser propietarios de nuestro
propio país nos convirtamos en un ejército de
empleados del exterior”
José Figueres Ferrer, 1952.
_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to