Summary: | sys-power/cpufreqd-2.0.0 won't start | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | jieryn <jieryn> |
Component: | Current packages | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
Status: | VERIFIED UPSTREAM | ||
Severity: | major | CC: | edward.og |
Priority: | Normal | ||
Version: | 2005.1 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
URL: | http://bugzilla.kernel.org/show_bug.cgi?id=6063 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge info
zgrep CPU_FREQ /proc/config.gz |
Description
jieryn
2006-02-05 11:08:58 UTC
Created attachment 78951 [details]
emerge info
emerge info
Created attachment 78952 [details]
zgrep CPU_FREQ /proc/config.gz
zgrep CPU_FREQ /proc/config.gz
I take it neither /proc/cpufreq nor /sys/devices/system/cpu/cpu0/cpufreq exists on your system? neither of those files exist on my system.. how to get them? Reopening. AMD64 herd: Can you confirm that the CPU in question (AMD Athlon(tm) 64 Processor 3200+) supports setting different CPU frequecies? I'm getting this bug as well, but on x86 (Pentium M). CONFIG_CPU_FREQ=y in my .config, and I was using the conservative governor, but in wanting to change to something else, I installed cpufreqd and ran into this bug. I have neither /proc/cpufreq nor /sys/devices/system/cpu/cpu0/cpufreq, but I used to on a similar fresh install 6 months ago. i filed a bug for this over at the linux kernel bugzilla: http://bugzilla.kernel.org/show_bug.cgi?id=6063 Regarding the x86 bug: Setting CONFIG_X86_SPEEDSTEP_CENTRINO=y CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y CONFIG_X86_SPEEDSTEP_ICH=y fixed my problem (setting anything other than CONFIG_X86_SPEEDSTEP_ICH wasn't self-evident to me) Will track upstream bug report, thanks. Is this bug really solved? I still have this problem with linux-2.6.19.* and linux-2.6.18.* (In reply to comment #9) > Setting > CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI=y where have you found this option? with linux-2.6.19.1 if I search "CENTRINO_ACPI" in "make menuconfig" I get this: if I search CENTRINO_ACPI Symbol: X86_SPEEDSTEP_CENTRINO_ACPI [=n] Prompt: Use ACPI tables to decode valid frequency/voltage pairs Defined at arch/i386/kernel/cpu/cpufreq/Kconfig:123 Depends on: !X86_VOYAGER && CPU_FREQ && X86_SPEEDSTEP_CENTRINO && ACPI_PROCESSOR && (X86_ Location: -> Power management options (ACPI, APM) -> CPU Frequency scaling -> CPU Frequency scaling (CPU_FREQ [=y]) -> Intel Enhanced SpeedStep (X86_SPEEDSTEP_CENTRINO [=y]) but I'm unable to enable the X86_SPEEDSTEP_CENTRINO_ACPI option |