Jokah
|
2010-04-14
, 16:15
|
Posts: 53 |
Thanked: 8 times |
Joined on Apr 2010
@ Switzerland
|
#2711
|
|
2010-04-14
, 16:54
|
Posts: 44 |
Thanked: 5 times |
Joined on Apr 2010
|
#2712
|
The script run by itself when the phone is loading, so if you just added the script, simple reboot the phone and it will be loaded.
|
2010-04-14
, 18:31
|
Posts: 169 |
Thanked: 41 times |
Joined on Apr 2010
@ Portugal
|
#2713
|
I am running the maemo22 kernel with dsp default voltage, xlv stock voltage for cpu, having reduced the voltage for 900 MHz from 54 to 48. My range is 125-900. So far, so good.
Ah, and for safety, I have extracted the /etc/event.d/kernel-maemo tweaks in a script which I can manually launch after booting
|
2010-04-14
, 18:38
|
Posts: 25 |
Thanked: 2 times |
Joined on Jan 2010
@ Prague
|
#2714
|
|
2010-04-14
, 18:52
|
Posts: 362 |
Thanked: 113 times |
Joined on Feb 2010
|
#2715
|
It's basically five steps to get the maemo22-oc working.
1. make a backup of all your data. important!
2. make a file in "/etc/event.d/" named "kernel-maemo"
3. make a file in "/etc/default/" and name it "kernel"
4. edit the "/etc/default/kernel" file to your likening
5. write "start kernel-maemo" in the terminal to get OCd
The two files can be copied from here
UP_THRESHOLD=75
SAMPLING_RATE=150000
VDD1_OPPS_VSEL="30 30 30 30 33 38 45 45 48 48 54 54 60 72 72"
DSP_OPPS_RATE="90000000 90000000 180000000 360000000 400000000 430000000 430000000 430000000 430000000 500000000 500000000 500000000 500000000 520000000 520000000"
MIN_FREQ=500000
MAX_FREQ=850000
SMARTREFLEX_VDD1=0
SMARTREFLEX_VDD2=0
|
2010-04-14
, 19:01
|
|
Posts: 270 |
Thanked: 610 times |
Joined on Nov 2007
@ Leipzig/Germany
|
#2716
|
someone seems to have started working on a GUI for overclocking etc.
http://talk.maemo.org/showthread.php?t=49971
my current plan is to rename kernel-maemo to kernel-power (for power users)
as there are some trademark issues http://maemo.org/legal/terms_of_use/trademarks/.
I would upload the new kernel-*power packages and a tiny transition package "kernel-maemo-flasher maemo23" that would require kernel-flasher-power and could be removed after installation.
I also plan to change the DSP frequencies from Hz to MHz so that we don't need such long numbers.
For the upstart scripts I would create a new package "kernel-power-settings"
that we could develop independently.
In the future it could also contain a daemon that make sure that the min. frequency is preserved over phone calls.
If have suggestions for a better name, please let me know.
|
2010-04-14
, 22:08
|
Posts: 156 |
Thanked: 90 times |
Joined on Jan 2010
|
#2717
|
The Following User Says Thank You to rooted For This Useful Post: | ||
|
2010-04-14
, 22:25
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#2718
|
apt-get install kernel-flasher-maemo apt-get remove kernel-flasher-maemo
apt-get install kernel-power-flasher apt-get remove kernel-flasher-maemo
/usr/sbin/kernel-load /usr/share/kernel-power-settings/ideal
rm -f /etc/default/kernel-power ln -s /usr/share/kernel-power-settings/ideal /etc/default/kernel-power
rm -f /etc/default/kernel-power cp <filename> /etc/default/kernel-power
/usr/sbin/kernel-load
rm -f /etc/default/kernel-power
The Following 23 Users Say Thank You to titan For This Useful Post: | ||
|
2010-04-14
, 22:43
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#2719
|
I've renamed all packages to kernel-power* and made kernel-maemo-flasher
a transition package. I've never done this before in Maemo so I don't know whether
it will work in HAM.
Unable to install 'kernel-flasher-maemo' Conflict with application packages: kernel-modules-maemo kernel-maemo kernel-modules-maemo kernel-maemo
Unable to update 'kernel-power-flasher' Conflict with application packages: kernel-modules-maemo kernel-flasher-maemo (<= 2.6.28-maemo22) kernel-maemo kernel-modules-maemo kernel-maemo
|
2010-04-14
, 22:52
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#2720
|
|