View Single Post
Posts: 15 | Thanked: 26 times | Joined on Feb 2013 @ Leipzig
#157
@ int_ua, probably upower service wasn't running: systemctl start upower.service or systemctl enable upower.service will start it for a session or permanently. upower -e as shown in my screenshot will then list (enumerate) power devices and upower -i /org/freedesktop/UPower/devices/battery_bq27200_0 will show actual battery data like charging/discharging status, native path in the filesystem etc.

Originally Posted by int_ua View Post
Älä hakkaa, what's the upower command? Just upower gives me nothing and I can't see anything useful in the man page.

Update:

One line would be
Code:
cat /sys/class/power_supply/*/status
Interesting, there we have another link to the actual device. But either way only reads out battery status. For charging, the known failure with musb modules at first boot occurs on my setup too, but shutdown -r now does the trick. With that workaround at hand, it's a low-priority bug I'd say.
 

The Following 2 Users Say Thank You to Älä hakkaa For This Useful Post: