Re: cpufreq changes unwanted

2017-02-09 Thread David Christensen
On 02/09/17 09:16, Hans wrote: I discovered, that the cpu frequency is been set automatically to "high", although I forced it to stay low. To do this, I wrote a script: --- #!/bin/sh cpufreq-set -c 0 -u 1000MHz cpufreq-set -c 1 -u 1000MHz --- This script, executed with root permissions, is se

cpufreq changes unwanted

2017-02-09 Thread Hans
Hello list, I discovered, that the cpu frequency is been set automatically to "high", although I forced it to stay low. To do this, I wrote a script: --- #!/bin/sh cpufreq-set -c 0 -u 1000MHz cpufreq-set -c 1 -u 1000MHz --- This script, executed with root permissions, is setting the cpu frequ