|
2010-12-26
, 20:08
|
|
Posts: 378 |
Thanked: 206 times |
Joined on Dec 2009
@ Denmark
|
#52
|
The Following User Says Thank You to mthmob For This Useful Post: | ||
|
2010-12-26
, 20:32
|
|
Posts: 168 |
Thanked: 206 times |
Joined on Apr 2010
@ Finland
|
#53
|
|
2010-12-26
, 21:42
|
Posts: 318 |
Thanked: 49 times |
Joined on Nov 2009
|
#54
|
Are you using Titans Power Kernel?
What do you get if you write
Code:ls -la /lib/modules/current
|
2010-12-27
, 00:40
|
Posts: 318 |
Thanked: 49 times |
Joined on Nov 2009
|
#55
|
|
2010-12-27
, 11:20
|
|
Posts: 168 |
Thanked: 206 times |
Joined on Apr 2010
@ Finland
|
#56
|
sudo gainroot
apt-get install kernel-power-flasher kernel-power kernel-power-modules
apt-get install kernel-power-settings
|
2010-12-28
, 00:55
|
Posts: 318 |
Thanked: 49 times |
Joined on Nov 2009
|
#57
|
Try via terminal:
Code:sudo gainrootCode:apt-get install kernel-power-flasher kernel-power kernel-power-modulesand then boot (power-off) the device.Code:apt-get install kernel-power-settings
|
2010-12-28
, 07:22
|
|
Posts: 168 |
Thanked: 206 times |
Joined on Apr 2010
@ Finland
|
#58
|
uname -r
ls -l /lib/modules
sudo gainroot cd /lib/modules rm current ln -s 2.6.28.10power46 current
|
2010-12-28
, 13:02
|
Posts: 318 |
Thanked: 49 times |
Joined on Nov 2009
|
#59
|
sudo gainroot
cd /lib/modules
rm current
ln -s 2.6.28.10power46 current
|
2010-12-28
, 13:53
|
|
Posts: 168 |
Thanked: 206 times |
Joined on Apr 2010
@ Finland
|
#60
|
What do you get if you write