|
2010-04-15
, 00:52
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#2722
|
the new kernel has been uploaded is ready to brick your devices
DSP frequencies are now specified as MHz, it includes squashfs, Matan's LED fixes,
and two more crytpo modules.
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. It worked for me with
alternatively,Code:apt-get install kernel-flasher-maemo apt-get remove kernel-flasher-maemo
the new package kernel-power-settings contains the upstart script andCode:apt-get install kernel-power-flasher apt-get remove kernel-flasher-maemo
kernel configurations. it is experimental and may totally brick your device!
it will automatically move your old kernel or kernel-maemo upstart scripts to /root
Ideally, you would install it and then
to try a configuration (you can replace "ideal" with default, lv, ulv, xlv
or specify a file you created based on the template /usr/share/kernel-power-settings/default )
to permanently install a default configurationCode:sudo /usr/sbin/kernel-load /usr/share/kernel-power-settings/ideal
or your own configCode:sudo ln -sf /usr/share/kernel-power-settings/ideal /etc/default/kernel-power
and to immediately apply itCode:sudo cp <filename> /etc/default/kernel-power
Have fun! (and remember not to try >600MHz unless you want to fry your device)Code:sudo /usr/sbin/kernel-load
|
2010-04-15
, 00:58
|
Posts: 5,795 |
Thanked: 3,151 times |
Joined on Feb 2007
@ Agoura Hills Calif
|
#2723
|
|
2010-04-15
, 01:08
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#2724
|
|
2010-04-15
, 01:16
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#2725
|
|
2010-04-15
, 01:29
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#2726
|
|
2010-04-15
, 02:06
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#2727
|
|
2010-04-15
, 02:46
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#2728
|
Ok now I'm getting this error whie running kernel-load /usr/share/kernel-power/settings/ulv
$ sudo /usr/sbin/kernel-load /usr/share/kernel-power-settings/ulv
/usr/sbin/kernel-load: line 11: cannot create /sys/power/vdd1_opps_vsel: nonexistent directory
/usr/sbin/kernel-load: line 12: cannot create /sys/power/dsp_opps_rate: nonexistent directory
~ $
|
2010-04-15
, 02:51
|
Posts: 9 |
Thanked: 6 times |
Joined on Mar 2010
|
#2729
|
|
2010-04-15
, 03:08
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#2730
|
|
Will there be an app with a GUI to do all of this x-terminal stuff coming any time soon?