Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123062 - Power Management Guide is missing two lines for /etc/cpufreqd.conf
Summary: Power Management Guide is missing two lines for /etc/cpufreqd.conf
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: nm (RETIRED)
URL: http://www.gentoo.org/doc/en/power-ma...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-16 10:33 UTC by Andrej Kacian (RETIRED)
Modified: 2006-02-16 10:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Kacian (RETIRED) gentoo-dev 2006-02-16 10:33:01 UTC
Henrik (brix) helped me the other day, when I was trying to get cpufreqd working on my laptop - cpufreqd-set and cpufreqd-get were saying "No cpufreqd socket found", despite cpufreqd running and working properly. The solution was to add these two lines to the [General] section of /etc/cpufreqd.conf:

enable_remote=1
remote_group=wheel

Please adjust the code listing 3.4 in the mentioned guide to include these two lines, thanks.
Comment 1 nm (RETIRED) gentoo-dev 2006-02-16 10:49:57 UTC
Fixed in CVS; much thanks for reporting and for the solution.