View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#3588
I thought about this...
I created this one, changed to 600000 and rebooted...
Woalla and it work after reboot
Code:
# min_freq.conf
# put this file in to /etc/init/apps directory
description "Min frequency changer."
author "Schturman"
stop on core_shutdown
console none
respawn
respawn limit 3 300
normal exit 0

exec echo 600000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
 

The Following User Says Thank You to Schturman For This Useful Post: