Page 1 of 1

Turning the LED off

Posted: 12 Oct 2008, 16:45
by mad
Is it possible to turn the LED off?

I've figured out where to poke (/sys/devices/platform/bubbatwo/ledmode) but cant figure out what to write to it. Echoing "unlit" issued a write error and "off" had no effect what so ever...

Posted: 12 Oct 2008, 19:08
by shadowbox
This worked for me:

mount /dev/tape -t electrical /dev/led

Though, I'd rather have a more elegant solution ;)