[mythtv-users] Cool'n'Quiet setup help

John Drescher drescherjm at gmail.com
Tue Feb 10 00:05:43 UTC 2009


> Try this instead:
> echo -n 10 | sudo tee
> /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
>

Are you sure that works? I just checjed and for me 11 is the minumum.

jmd1 ~ # echo -n 15 | tee
/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
jmd1 ~ # cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
        15
jmd1 ~ #
jmd1 ~ # echo -n 14 | tee
/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
jmd1 ~ # echo -n 11 | tee
/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
jmd1 ~ # echo -n 10 | tee
/sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
10tee: /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold:
Invalid argument
jmd1 ~ # cat /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold
11

John


More information about the mythtv-users mailing list