View Single Post
Old 03-18-2018, 09:17 AM   #111
baskerville
Evangelist
baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.
 
baskerville's Avatar
 
Posts: 446
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
Quote:
Originally Posted by gilali View Post
Code:
12:20 root@koboH2O2:/mnt/onboard/.adds/koreader> ls -d /sys/class/backlight/*
/sys/class/backlight/lm3630a_led      /sys/class/backlight/lm3630a_leda     /sys/class/backlight/lm3630a_ledb     /sys/class/backlight/mxc_msp430_fl.0
12:20 root@koboH2O2:/mnt/onboard/.adds/koreader> ls /sys/class/backlight/*/color
/sys/class/backlight/lm3630a_led/color
That's unfortunate, it means that lm3630a_led cannot be the correct led.

The following command:
Code:
echo 0 > /sys/class/backlight/lm3630a_led/brightness
should fail, can you confirm that?

Could you provide the output of the following command:
Code:
lsof | grep nickel
while Nickel is running?
baskerville is offline   Reply With Quote