Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154335 - [DE] cpudyn does not work properly when started in runlevel default
Summary: [DE] cpudyn does not work properly when started in runlevel default
Status: RESOLVED WONTFIX
Alias: None
Product: Doc Translations
Classification: Unclassified
Component: [DE] (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Docs Team
URL: http://www.gentoo.org/doc/de/gentoo-a...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-07 02:55 UTC by Christian Zimmer
Modified: 2007-05-13 15:14 UTC (History)
0 users

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 Christian Zimmer 2006-11-07 02:55:16 UTC
3.) Hardware

(...)
"Wie nutze ich Cool'n'Quiet/Powernow-Funktionen?

Sie m
Comment 1 Christian Zimmer 2006-11-07 02:55:16 UTC
3.) Hardware

(...)
"Wie nutze ich Cool'n'Quiet/Powernow-Funktionen?

Sie müssen ihren Kernel mit Unterstützung für diese Funktionen kompilieren. Sie müssen nur folgende Optionen aktivieren: 

Befehlsauflistung 3.1: Kerneloptionen für Cool'n'Quiet/Powernow
 
Power management options --->
  [*] Power Management support
CPU Frequency scaling --->
  [*] CPU Frequency scaling
  [*] CPU frequency table helpers
  [*] AMD Opteron/Athlon64 PowerNow!
 

Dann führen Sie emerge cpudyn aus und editieren /etc/conf.d/cpudyn mit Ihrem bevorzugten Editor. 

Befehlsauflistung 3.2: Beispiel der /etc/conf.d/cpudyn
 
INTERVAL=1
CPU_UP=0.5
CPU_DOWN=0.9
THROTTLING_LOW=7
CPUFREQ_25="/sys/devices/system/cpu/cpu0/cpufreq /sysfs/devices/system/cpu/cpu0/cpufreq"
CPUFREQ_ACPI="/proc/acpi/processor/CPU0/throttling"
 

Jetzt müssen Sie nur rc-update add cpudyn default ausführen um sicherzustellen, dass es bei jedem Start des Systems gestartet wird."

Der letzte Satz ist insofern fehlerhaft, als Runlevel "boot" anstatt "default" angegeben werden muß, also rc-update add cpudyn boot
Comment 2 Tobias Heinlein (RETIRED) gentoo-dev 2007-05-13 15:14:37 UTC
The original document says "default" as well. So this is not a mistake of the 
translated document.