View Single Post
Old 03-18-2018, 05:22 AM   #109
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:
  11: plato::frontlight::natural::NaturalFrontlight::set
             at src/frontlight/natural.rs:90
  12: plato::frontlight::natural::NaturalFrontlight::update
             at src/frontlight/natural.rs:112
  13: <plato::frontlight::natural::NaturalFrontlight as plato::frontlight::Frontlight>::set_intensity
             at src/frontlight/natural.rs:121
  14: plato::app::run
             at src/app.rs:142
  15: plato::main
             at /home/ice/projects/plato/<quick_main macros>:4
Thanks, that's helpful and strange: it would seem that lm3630a_led might not be the correct red led.

Could you run and provide the output of the following commands:
Code:
ls -d /sys/class/backlight/*
ls /sys/class/backlight/*/color
on your Aura H₂O 2?

I'm asking this because I noticed that, on the Aura ONE, I have 5 lm3630a directories and the ones that correspond to the white/red/green lights do not hold a color file. And if I try to write something to the brightness file of one of the other directories, it fails with: sh: write error: No such device or address.

Last edited by baskerville; 03-18-2018 at 05:29 AM.
baskerville is offline   Reply With Quote