Bug 59821
Summary: | Dell M4600 CPU cores locked at 800MHz | ||
---|---|---|---|
Product: | Power Management | Reporter: | George B. (list1) |
Component: | cpufreq | Assignee: | cpufreq |
Status: | CLOSED DOCUMENTED | ||
Severity: | normal | CC: | aaron.lu, tianyu.lan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Debian 3.9.4-1 x86_64 GNU/Linux | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
grep . /sys/devices/system/cpu/cpu*/cpufreq/*
cat /proc/cpuinfo grep . /sys/devices/system/cpu/cpu*/cpufreq/* (CONFIG_X86_INTEL_PSTATE) htop screenshot (couln't find a way of getting text out) powertop output |
Description
George B.
2013-06-17 10:52:41 UTC
Created attachment 104951 [details]
cat /proc/cpuinfo
This should be a cpufreq bug and reassign to the correct category. Could you try intel_pstate driver? Please provide the output of acpidump. Thanks. (In reply to comment #2) > Could you try intel_pstate driver? Not sure how to do this - can you please provide steps? > Please provide the output of acpidump. Thanks. root@deli:~ # acpidump Linux version not implemented yet Could not get ACPI tables, AE_SUPPORT (In reply to comment #3) > (In reply to comment #2) > > Could you try intel_pstate driver? > Not sure how to do this - can you please provide steps? Change kernel config file set CONFIG_X86_INTEL_PSTATE unset CONFIG_X86_ACPI_CPUFREQ > > Please provide the output of acpidump. Thanks. > root@deli:~ # acpidump > Linux version not implemented yet > Could not get ACPI tables, AE_SUPPORT Which kernel version you are using? root@deli:~ # uname -a Linux deli 3.9-1-amd64 #1 SMP Debian 3.9.4-1 x86_64 GNU/Linux Created attachment 105021 [details]
grep . /sys/devices/system/cpu/cpu*/cpufreq/* (CONFIG_X86_INTEL_PSTATE)
Seeing similar behaviour after compiling with CONFIG_X86_INTEL_PSTATE enabled, except when problem occurs CPU speed will go as high as 897000 and when problem cleared with s2ram as high as 3381000.
Also, many more values are seen in between these, whereas with CONFIG_X86_ACPI_CPUFREQ the speed is mostly (maybe even always) either 800000 or 3200000.
Could you provide what powertop and htop show during CPU cores are stuck at 800Mhz.? (including these powertop's tabs, Overview Idle stats Frequency stats, Device stats, Tunables). Created attachment 105821 [details]
htop screenshot (couln't find a way of getting text out)
Created attachment 105831 [details]
powertop output
Do you need me to provide any more information? (Bug is still tagged with "NEEDINFO".) I have now disabled SpeedStep in the BIOS and the problem went away. Sorry for later response. This seems a Bios issue. Is there newer Bios verison. This bug is a Bios issue and can't resolve in the kernel. So close it. |