[PATCH] CPU Frequency Scaling Broken

Bug #38133 reported by Richard Laager
This bug report is a duplicate of:  Bug #37252: Fails to set CPU governor. Edit Remove
6
Affects Status Importance Assigned to Milestone
laptop-mode-tools (Ubuntu)
New
Medium
Unassigned

Bug Description

CPU frequency scaling doesn't work. If you run /usr/sbin/laptop_mode by hand, you'll get an error on line 606 about writing an invalid value.

That line is currently:

echo $THIS_GOVERNOR > $THISCPU/cpufreq/scaling_governor

It should be (i.e. add _CPU):

echo $THIS_CPU_GOVERNOR > $THISCPU/cpufreq/scaling_governor

This makes the CPU scaling work properly.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.