Bug 842190

Summary: CPUfreq governor
Product: [Fedora] Fedora Documentation Reporter: h479627
Component: power-management-guideAssignee: Petr Bokoc <pbokoc>
Status: CLOSED EOL QA Contact: Fedora Docs QA <docs-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: develCC: jhradile, zach
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-11-07 15:29:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description h479627 2012-07-22 23:17:49 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 h479627 2012-07-22 23:31:18 UTC
Sorry, I hit enter on accident when filling out the title and it submitted the form before I could describe the bug.  It's not a big deal, but I'd suggest clarifying how to enable a governor in section 3.2.2.  Right now it's a bit unclear how to enable a particular governer. All it says is enter the following command:

echo [governor] > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

This is unclear to me because my first thought was to use "cpufreq_powersave" (or whatever governor I wanted to use) in place of [governor].  However, this didn't work and gave me the following error:

bash: echo: write error: Invalid argument

After googling I found the correct command to be the following:

echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

Maybe an example would help clarify how to do this correctly.


For reference, here's the page I was using:
http://docs.fedoraproject.org/en-US/Fedora/17/html/Power_Management_Guide/cpufreq_setup.html

Comment 2 Jack Reed 2012-10-25 04:08:09 UTC
Thanks for reporting this. I've updated Procedure 3.2 in commit 	d36218d91d98182861ddb5ebad0b37e8cca2f08b

As you suggested, I've given an example to illustrate what part of the full governor name is required in the command.

Comment 6 Petr Bokoc 2019-11-07 15:29:49 UTC
I'm closing this bug as part of a Bugzilla cleanup effort. The most likely reason is that the bug has been opened either against a component we no longer publish, or against Release Notes for an EOL release.