View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#23
Originally Posted by peterleinchen View Post
I did not know we can disable the kb lights in preinit (could you point me? Do not have at hand right now)!
(could be a good advice, but only to knowledgeable people ...)
Code:
 echo active > /sys/devices/platform/gpio-switch/sleep_ind/state
but the very next line is
Code:
 awk '/sleep_ind/{ if ($2 == 1) { VALUE="active"; } else { VALUE="inactive"; } print VALUE > "sys/devices/platform/gpio-switch/sleep_ind/state" }' < /etc/pmconfig
(may contain typos as I just typed that by hand)

Meaning you don't even need to patch /sbin/preinit but simply make sure this appears on /etc/pmconfig:

Code:
sleep_ind 0
This way the kbd leds (sleep indicator) will be turned on but then immediately turned off.

Reading full repo in terminal is quite hard (even I am a 'terminalist' )
URl for app browsing?
e.g. http://maemo.org/packages/repository...el_free_armel/
 

The Following 4 Users Say Thank You to reinob For This Useful Post: