| pinochio |
2013-10-23 19:40 |
Re: [Announce] CSSU devel, it may eat your brain
Quote:
Originally Posted by pinochio
(Post 1381901)
I installed these four packages and after a reboot my cell indicates (signal) charging. After the expiry of the screen blinks yellow LED. I have CSSU stable. This cell had some short circuit in the USB. Now can be this checked diagnostically?
Now I can not run the script bq27200.sh
Quote:
Nokia-N900:~# bq27200.sh
LOOPMODE=0
Reading valuesError: Could not set address to 0x55: Device or resource busy
.Error: Could not set address to 0x55: Device or resource busy
(...)
.done.
/usr/bin/bq27200.sh: line 205: syntax error: * 3570 / 21 / 1000
|
|
In KP52 (from version KP48), bq27200 isn't enabled by default, furthermore, path allowing it to co-exist with bme was disabled.
The script bq27200.sh work right away. So, it's not possible to have both working at once. Now bq27x00_battery module is loaded at startup. Now that the calibration was possible, it must release it, by doing (as root):
Code:
modprobe -r bq27x00_battery
This is normal?
|