Bug 9181
Summary: | cpu frequency governer does not change cpu frequency after hibernation and comeback | ||
---|---|---|---|
Product: | Power Management | Reporter: | Bhasker C V (bhasker) |
Component: | cpufreq | Assignee: | cpufreq (cpufreq) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | davej, lenb, trenn |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.21 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Bhasker C V
2007-10-18 04:32:04 UTC
Can you try a bit more.., e.g.: does it work with ondemand governor after conservative governor broke, does switching to other governors, e.g. powersave, performance still work? These are the easy to test..., if you know how to compile and a kernel it would be great if you could test the latest 2.6.23.1 or -git kernel. Then also enable CONFIG_CPU_FREQ_DEBUG=y (or similar), boot with cpufreq.debug=7 (or enable it at runtime: "echo 7 >/sys/module/cpufreq/parameters/debug") and attach syslog/klog output. Not sure, but I think I saw a report with ondemand governor breaking away after suspend..., I try to find it. This bug is a duplicate of #8581. If you're alright with compiling your own kernel, please try the patch I've uploaded to fix #8581. |