View Single Post
Posts: 458 | Thanked: 783 times | Joined on Jan 2010 @ France
#1511
Originally Posted by Straycat View Post
No.

I just played around the repos pk48 version. I do want to test it?
Sure, but before trying it, can you please run this in terminal and put here the result :

Code:
-bash-2.05b# kernel-config show
current kernel configuration:
current frequency: 250
supported frequencies: 125 250 500 550 600 700 750 805 850 900 950 1000 1100 1150 
min. frequency: 125
max. frequency: 805
avoid frequencies: 125 
active frequencies: 0:30,90 250:38,180 500:48,360 550:54,400 600:60,430 700:60,430 750:60,430 805:60,430 850:60,500 900:60,500 950:60,500 1000:60,500 1100:72,520 1150:72,520 
SmartReflex VDD1=1, VDD2=1
governor ondemand: ignore nice load= 0, up threshold= 70, sampling rate= 300000, powersave bias= 20
-bash-2.05b#
Also, can you please run this as root in command line terminal :

Code:
clear && ID=$(id -un) ; if [ ${ID} != "root" ] ; then echo "You are not 'root', please use this command line as 'root' ..." ; else echo "Ok, you are 'root' ..." ; if grep -q "blacklist bq27x00_battery" /etc/modprobe.d/blacklist 2>/dev/null ; then echo "Patch already applyed, nothing to be done ..." ; echo "" ; else echo "Applying patch now ..." ; echo "blacklist bq27x00_battery" >>/etc/modprobe.d/blacklist ; echo "" ; echo "DONE, PLEASE REBOOT YOUR DEVICE ..." ; echo "" ; fi ; fi
At the end of this command line, if the message 'PLEASE REBOOT YOUR DEVICE ...' appear, don't reboot and proceed to the next step ...

Finally, after that, try installing kp48 from the post #.

Reboot, and step by step debug troubles ...


A++