| Summary: | CPU frequency scaling doesn't work | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Ákos Maróy <akos> |
| Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Ákos Maróy
2008-03-14 06:55:45 UTC
Please test with gentoo-sources and vanilla-sources to determine if it's specific to TuxOnIce or generic kernel problem. seems to have the same issue with gentoo-sources-2.6.24-r3 as well: # /etc/init.d/cpufreqd status * status: stopped # /etc/init.d/cpufreqd start * cpufreqd requires the kernel to be configured with CONFIG_CPU_FREQ fwnc1173 ~ # zcat /proc/config.gz | grep CPU_FREQ CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=m # CONFIG_CPU_FREQ_STAT_DETAILS is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y # uname -a Linux fwnc1173 2.6.24-gentoo-r3 #1 SMP PREEMPT Fri Mar 14 11:08:31 CET 2008 x86_64 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz GenuineIntel GNU/Linux looking at it, the same issue comes up with gentoo-sources-2.6.23-r9: # /etc/init.d/cpufreqd start * cpufreqd requires the kernel to be configured with CONFIG_CPU_FREQ # zcat /proc/config.gz | grep CPU_FREQ CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=m # CONFIG_CPU_FREQ_STAT_DETAILS is not set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y # uname -a Linux fwnc1173 2.6.23-gentoo-r9 #1 SMP PREEMPT Fri Mar 14 12:27:07 CET 2008 x86_64 Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz GenuineIntel GNU/Linux maybe I'm doing something totally trivial wrong? Guess this is a dupe of bug 152057. are there any known working kernels? as noted earlier, this really turns out to be a duplicate of bug 152057 please look there - basically the error message is misleading. now it works for me with the 2.6.24 kernels, both gentoo and tuxonice. *** This bug has been marked as a duplicate of bug 152057 *** |