View Single Post
Posts: 458 | Thanked: 783 times | Joined on Jan 2010 @ France
#601
Originally Posted by Flandry View Post
bq27x00_battery 5264 0
power_supply 7044 1 b27x00_battery

What are you looking for?
Ok, next step, can you put here result of this command now (from a terminal with root access) :

Code:
lshal -u /org/freedesktop/Hal/devices/computer_power_supply_battery_bq27200_0 | grep battery.charge_level.percentage | awk '{print "Battery reported by driver b27x00_battery : "$3"%"}' ; lshal -u /org/freedesktop/Hal/devices/bme | grep battery.charge_level.percentage | awk '{print "Battery reported by Nokia bme binary : "$3"%"}'
A++

Last edited by colin.stephane; 2011-05-17 at 13:49.
 

The Following 2 Users Say Thank You to colin.stephane For This Useful Post: