Re: LEDs

2008-07-16 Thread Bastian Feder
hoi, same with my OM. No lights, any time ;o( // Bastian On Wed, Jul 16, 2008 at 10:54 AM, julien cubizolles [EMAIL PROTECTED] wrote: Are the LEDS supposed to be working now ? I'm using the factory image upgraded through opkg upgrade but have not seen any light so far. Julien.

Re: LEDs

2008-07-16 Thread Al Johnson
On Wednesday 16 July 2008, julien cubizolles wrote: Are the LEDS supposed to be working now ? I'm using the factory image upgraded through opkg upgrade but have not seen any light so far. The LEDs work - you can control them by echoing values to the right part of /sys/devices/platform - but

Re: LEDs

2008-07-16 Thread smurfy - phil
some days ago i wrote a basic led tool for 2007.02. try if you want: http://www.smurfy.de/files/neo/openmoko-led-v1.tar.gz you have to manually copy the file to your neo, and execute the tool, not ipk available, yet :) Phil ___ Openmoko community

Re: LEDs

2008-07-16 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Or something like this in console : for i in /sys/devices/platform/gta02-led.0/leds/*/brightness; do echo 1 $i; sleep 1; echo 0 $i done - -- Christophe Badoit -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG

Re: LEDs

2008-07-16 Thread julien cubizolles
Le mercredi 16 juillet 2008 à 11:23 +0200, Christophe Badoit a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Or something like this in console : for i in /sys/devices/platform/gta02-led.0/leds/*/brightness; do echo 1 $i; sleep 1; echo 0 $i done OK, I just tried, they can

Re: LEDs

2008-07-16 Thread arne anka
well, every one of the leds has a file trigger below /sys/. once i got at least charging-full working by echoing the string into /sys/...led/../trigger, so the led lit up when the bar was full. after that i created /etc/sysfs.conf with basically the echos (well, w/o echo and as key=value) the

Re: LEDs

2008-07-16 Thread Christophe Badoit
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 julien cubizolles a écrit : OK, I just tried, they can blink but is the software using them ? As said Al Johnson : The LEDs work - you can control them by echoing values to the right part of /sys/devices/platform - but none of the apps in