Federico Di Pierro
Federico Di Pierro
> It also says that it is killing uPower. Is that maybe the issue? Nope, but that's actually a feature. In the latest versions Clight kills UPower support if it...
> Did I maybe set the timeout too high with 1 second? It could be, maybe the ALS device does not allow for that frequent pings? That's weird though! >...
> On my laptop I have a trans step of 0.001 so I barely ever realize that it is doing something. On a phone you should also not realize it,...
Btw i find really stunning that we are actually talking about a phone! I mean, with geoclue, upower whatever! It's incredible!
It's crazy! I saw that too, fingers crossed for it to be a success!
Clightd returns EIO when no capture succedeed (ie: none of clight conf.num_captures returned a value !=0). Try to check dmesg if there is any message about the iio device! Clightd...
Latest Clight allows back UPower module to run on Pinephone too :) (ie: on all devices, not laptops only!)
> What does UPower do exactly? UPower allows to manage ac states; ie: on battery, longer timeouts will be set, while on AC shorter ones (by default). This is good...
Yup, that's the point ;)
Hi! Are you comfortable with building clightd with some modifications? You could try to add a `printf("xxx %s\n", val);` right after line 79 in als.c sensor plugin: https://github.com/FedeDP/Clightd/blob/master/src/modules/sensors/als.c#L79, and then...