geneven
|
2010-04-10
, 08:11
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#2061
|
The Following User Says Thank You to geneven For This Useful Post: | ||
|
2010-04-10
, 08:21
|
Posts: 256 |
Thanked: 98 times |
Joined on Jan 2010
|
#2062
|
|
2010-04-10
, 08:45
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#2063
|
I've installed titan's latest ulv using wget and dpkg...
When I do an apt-get upgrade, it looks to upgrade kernel-maemo and kernel-flasher-maemo. I assume this is the normal voltage kernel from extras-testing, and allowing this to go ahead will lose the ulv benefits?
echo kernel-flasher-maemo hold | dpkg --set-selections echo kernel-maemo hold | dpkg --set-selections
echo kernel-flasher-maemo install | dpkg --set-selections echo kernel-maemo install | dpkg --set-selections
The Following User Says Thank You to titan For This Useful Post: | ||
|
2010-04-10
, 08:50
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#2064
|
Tintan Please ...
Put it here> http://www.saunalahti.fi/crailt/ A kernel zImage-1000MHz and
zImage-1000Mhz-500dsp
|
2010-04-10
, 09:14
|
Posts: 151 |
Thanked: 82 times |
Joined on Sep 2008
|
#2065
|
ULV should improve battery life and reduce CPU damage but it may be less stable.
current low voltage kernels:
http://talk.maemo.org/showpost.php?p...postcount=2004
The Following User Says Thank You to fixfox For This Useful Post: | ||
|
2010-04-10
, 09:20
|
Posts: 97 |
Thanked: 12 times |
Joined on Feb 2010
|
#2066
|
I have uploaded two new low voltage kernels.
Both are the same as the maemo20 kernel in extras-devel except for the lower voltages,
i.e. they preserve your freq. limits over phone calls and don't lock to 600Mhz during phone calls.
The default limits are 250-600 MHz.
A new feature in all maemo20 kernels is the bq27x00_battery module by Matan
which gives you more info about the battery in /sys/class/power_supply/bq27200-0/
The ultralow voltage (ulv) kernel is inspired by Letho's settings.
The less extreme low voltage (lv) kernel is inspired by Matan's settings.
Download ULV:
Download LV:Code:wget http://maemory.com/N900/overclock/ulv/kernel-maemo_2.6.28-maemo20_armel.deb wget http://maemory.com/N900/overclock/ulv/kernel-modules-maemo_2.6.28-maemo20_armel.deb wget http://maemory.com/N900/overclock/ulv/kernel-flasher-maemo_2.6.28-maemo20_armel.deb
InstallationCode:wget http://maemory.com/N900/overclock/lv/kernel-maemo_2.6.28-maemo20_armel.deb wget http://maemory.com/N900/overclock/lv/kernel-modules-maemo_2.6.28-maemo20_armel.deb wget http://maemory.com/N900/overclock/lv/kernel-flasher-maemo_2.6.28-maemo20_armel.deb
To enable 125Mhz use 124999 for scaling_min_freq.Code:dpkg -i kernel-m* dpkg -i kernel-f* halt
According to BlackDiamond you should
"echo 1 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load"
for 125MHz http://talk.maemo.org/showpost.php?p...&postcount=185
Also try the hint by nightfire http://talk.maemo.org/showpost.php?p...&postcount=170 for improved responsiveness.
The warning "WARNING: at /home/builder1/maemo-fremantle-armel-extras-devel/work/kernel-maemo-2.6.28/arch/arm/mach-omap2/clock34xx.c:443" some people see in dmesg indicates that we don't really know what we're doing
The same applies to the DSP settings - it is not clear whether Letho's and my kernel actually set them to >430MHz. Someone familiar with frequency selection should have a look at the code...
so far the ULV kernel works fine for me with [125,600] Mhz till 850 MHz. 900 crashed it. EDIT: I just increased the 900 voltage in an update
EDIT2: another update replaced 800 by 810MHz in ULV and LV kernels
|
2010-04-10
, 09:25
|
Posts: 255 |
Thanked: 109 times |
Joined on Dec 2009
|
#2067
|
|
2010-04-10
, 09:26
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#2068
|
downloaded the ulv and installed it
have only 600MHz...
do I need to edit somewhere something??
echo 124999 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq echo 599000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
The Following 2 Users Say Thank You to titan For This Useful Post: | ||
|
2010-04-10
, 09:28
|
|
Posts: 290 |
Thanked: 165 times |
Joined on Sep 2009
|
#2069
|
For me, Lehto's ulv versions were stable but the idle period battery drain of the ulv kernels (specifically the 1000, which was running at the default 800mhz ) was woeful.
I've returned to Lehto's 800mhz kernel this morning.
It's much much easier on the battery for me!
|
2010-04-10
, 09:35
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#2070
|
The Following 2 Users Say Thank You to titan For This Useful Post: | ||
|