View Single Post
Posts: 40 | Thanked: 8 times | Joined on Apr 2010
#2621
Originally Posted by titan View Post
I have maemo22 from extras-devel installed
and turned it into the "ideal" kernel by creating /etc/event.d/kernel-maemo
WARNING: be careful, a tyop may brick your device!!
Code:
start on started dsme
stop on starting shutdown
service
console none
script
  echo 1 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load
  #echo 75 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
  #echo 150000 > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate
  # default
  #echo "30 30 38 48 54 48 60 60 60 60 60 60 60 72 72" > /sys/power/vdd1_opps_vsel
  #echo "90000000 90000000 180000000 360000000 400000000 430000000 430000000 430000000 430000000 500000000 500000000 500000000 500000000 520000000 520000000" > /sys/power/dsp_opps_rate
  # ideal
  echo "30 30 30 30 33 38 45 45 48 48 54 54 60 72 72" > /sys/power/vdd1_opps_vsel
  echo 500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
  echo 850000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
end script
with "start kernel-maemo" you can activate it without rebooting

I installed maemo22 kernel, and set it to ideal kernel, but after i make a call, the min cpu freq reset to 250mhz?