Comment 45 for bug 344252

Revision history for this message
johanhelgesson (johanhelgesson) wrote :

I also have this bug. The cpufreq govenor is always set to performance selecting the maximum freq (1.83GHz) for my 2 cores. I have to execute

sudo cpufreq-set -g ondemand -d 1000000 -u 1833000 -c 0
sudo cpufreq-set -g ondemand -d 1000000 -u 1833000 -c 1

to get to ondemand.

Annoyingly it does not help to add the commands to /etc/rc.local as they are reset after a while.