Bug 45291
Summary: | high frequency causes thermal shutdown - Lenovo T410 | ||
---|---|---|---|
Product: | ACPI | Reporter: | Raymond Wooninck (tittiatcoke) |
Component: | Power-Thermal | Assignee: | Zhang Rui (rui.zhang) |
Status: | CLOSED INSUFFICIENT_DATA | ||
Severity: | high | CC: | lenb |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.4.x and 3.5.x | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Raymond Wooninck
2012-07-29 10:34:07 UTC
My guess is that you have a fan full of dust. When you clean it out, you'll not be able to reproduce this bug. (so don't clean it out till we fix the bug:-) I also venture that cpufreq and turbo mode are working properly, and it was "just luck" that they were screwed up and not running properly so that you ran artificially slow and thus didn't previously run into the thermal issue. But lets check... note thermal.nocrt=1 should simply disable the _action_ on hitting hot and critical trip points. Keep this parameter in place. Please show the output from grep . /sys/class/thermal/*/* or if you have one... grep . /proc/acpi/thermal_zone/*/* The question is if you have a passive trip point below the critical trip point where we should have throttled to prevent going critical. My guess is that you do, and that windows responded better to it than Linux did. If you attach the output from acpidump, that may also be helpful. Get turbostat from the kernel source tree, tools/power/x86/turbostat/ and use it to monitor temperature and frequency. Please invoke it with the -v option to show what frequency range this processor has, and then show its output with and without acpi-cpufreq loaded. Hi, Raymond, please follow len's suggestion in comments #1. And please check if the problem still exists in the latest upstream kernel, say 3.9-rc1. ping ... bug closed as there is no response from the bug reporter. Please feel free to re-open it if you can reproduce the problem again. |