HighTemperatures

Differences between revisions 11 and 14 (spanning 3 versions)
Revision 11 as of 2014-01-02 19:50:53
Size: 6765
Editor: penalvch
Comment: 2) RM'ed = Known issues = noted as Fix Released. 3) RM'ed 2x spaces. 4) Minor presentation fixes.
Revision 14 as of 2014-01-03 16:44:50
Size: 4199
Editor: penalvch
Comment: Minor grammar fixes.
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
There are a number of causes of high temperatures and excessive fan use being reported by a systems sensors. This page intends to provide background information on how you might better isolate the real cause of the issue, to help prevent conflation of issues onto a single bug; a bug which says '''my machine is too hot''' will simply collect duplicates and me-toos and become useless. This page also aims to record known issues in this area so that the most appropriate bug can be found, these are arranged by release. This debugging article is for those who have utilized the techniques noted [[https://help.ubuntu.com/community/PowerManagement/ReducedPower|here]] and it still does not offer significant relief for your high temperatures and overheating. This is due to how there are numerous, different root causes of high temperatures and excessive fan use being reported by a systems sensors. This page intends to provide background information on how you might better isolate the real cause of the issue, to help prevent conflation of issues onto a single bug; a bug which says '''my machine is too hot''' will simply collect duplicates and me-toos and become useless.
Line 8: Line 8:
We would request that all suffers any temperature or fan related issue file a '''new''' bug and attach their machine information to it. Filing this bug using {{{ubuntu-bug linux}}} from a terminal window (menu item Applications/Accessories/Terminal). We can then look at these bugs and acertain whether they are duplicates of existing issues or not. Having the full hardware information for each instance greatly improves our chances of finding and fixing these issues. Once the bug is filed please ensure it is tagged {{{kernel-therm}}}. Please ensure you file a '''new''' bug and attach your machine information to it following [[https://wiki.ubuntu.com/ReportingBugs|this article]]. Filing this bug using {{{ubuntu-bug linux}}} from a terminal window (menu item Applications/Accessories/Terminal), allows the report to be fully reviewed and ascertained whether this would be considered a duplicate of another outstanding report. Having the full hardware information for each instance maximizes your chance of getting the root cause addressed. Once the bug is filed please ensure it is tagged {{{kernel-therm}}}.
Line 17: Line 17:
Please ensure your bug is tagged {{{kernel-therm}}}.
Line 25: Line 23:
A simple way to get a visual feel for the current temperatures is to run the following command in a terminal window (menu item Applications/Accessories/Terminal): A simple way to get a visual feel for the current temperatures is to run the following command in a terminal window (menu item Applications/Accessories/Terminal): {{{
cd /proc/acpi/thermal_zone && watch grep temperature */*}}}
Line 27: Line 26:
    {{{
cd /proc/acpi/thermal_zone && watch grep temperature */*
}}}

This will display a constantly updating listing of your current temperatures:

   
{{{
This will display a constantly updating listing of your current temperatures: {{{
Line 38: Line 31:
TZ02/temperature:temperature: 0 C
}}}
TZ02/temperature:temperature: 0 C}}}
Line 41: Line 33:
To provide a permanent record of this information you can paste the command below into a terminal:

   
{{{
To provide a permanent record of this information you can paste the command below into a terminal: {{{
Line 49: Line 39:
done ) | tee LOG
}}}
done ) | tee LOG}}}
Line 52: Line 41:
This will provide a log of the temperatures over time in a file called LOG. Which can be attached to a launchpad bug report:

   
{{{
This will provide a log of the temperatures over time in a file called LOG. Which can be attached to a launchpad bug report: {{{
Line 60: Line 47:
Thu May 20 11:14:30 BST 2010: 051 048 000
}}}
Thu May 20 11:14:30 BST 2010: 051 048 000}}}
Line 64: Line 50:

Below are a list of known temperature/fan related bugs with releated information:
Line 71: Line 55:
To confirm this is your issue, it would be good to get temperature readings from a previous release (you can use live CD for this) and from Lucid. Also installing fgrlx binary drivers from Jockey (menu item System/Administration/Hardware Drivers) and comparing temperatures before and after would be useful. Please report back on the bug should you have this issue.

= Working around overheat =

While your bug report is being addressed, one may proactively address potential overheat in the interim. One helpful tool is to monitor the hardware temperatures via [[https://launchpad.net/ubuntu/+source/lm-sensors|lm-sensors]]. For more on this, please see [[https://help.ubuntu.com/community/SensorInstallHowto]].

== ASPM power management for Precise and onwards ==

Please be advised that as of Precise, a patch has been issued to help address overheat. For more on this, please see [[https://wiki.ubuntu.com/Kernel/PowerManagementASPM]].
 
== CPU governor ==

One may governor their CPU via the cpufreq-selector command, provided by the package [[https://launchpad.net/ubuntu/+source/gnome-applets|gnome-applets]]. For example, if one had a dual core CPU, one could execute at a terminal: {{{
sudo cpufreq-selector --cpu=0 --governor=powersave && sudo cpufreq-selector --cpu=1 --governor=powersave }}}
This will change your CPU setting from ondemand, to powersave. Then, you could verify the CPU governor status by executing at a terminal: {{{
cpufreq-info }}} This is provided by the package [[https://launchpad.net/ubuntu/+source/cpufrequtils|cpufrequtils]].

== AMD Graphics Cards ==

=== FGLRX proprietary driver ===

Certain AMD graphics cards may have better heat profiles using the proprietary AMD driver fglrx, versus the default open source ones. The Ubuntu repositories offer both [[https://launchpad.net/ubuntu/+source/fglrx-installer|fglrx-installer]] and [[https://launchpad.net/ubuntu/+source/fglrx-installer-updates|fglrx-installer-updates]].

=== Radeon open source driver ===

For the [[http://www.x.org/wiki/RadeonFeature#KMS_Power_Management_Options|radeon driver]], one may perform: {{{
sudo su
sudo echo low > /sys/class/drm/card0/device/power_profile
exit
}}}

One may verify the new profile via:
{{{
cat /sys/class/drm/card0/device/power_profile
low
}}}

== Increase fan speed ==

=== Dell Inspiron laptops ===

For Dell Inspiron laptops, one may use i8kmon to increase the fan speed. This utility is provided by the package [[https://launchpad.net/ubuntu/+source/i8kutils|i8kutils]]. For instructions on using this, please see the [[http://manpages.ubuntu.com/manpages/precise/man1/i8kmon.1.html|man page]].

== Power Saving Tweaks ==

For more power saving tweaks, please see [[https://wiki.ubuntu.com/Kernel/PowerManagement/PowerSavingTweaks]].

== General maintenance ==

Use a can of air to regularly blow out the dust that may accumulate in the computer exhaust area. As well, do not obstruct the exhaust areas.
To confirm this is your issue, please file a new report. In this new report, please obtain temperature readings from a previous release (you can use a live environment for this) and from the [[http://cdimage.ubuntu.com/daily-live/current/|latest development release]]. Also installing fgrlx binary drivers from Jockey (menu item System/Administration/Hardware Drivers) and comparing temperatures before and after would be useful.

This debugging article is for those who have utilized the techniques noted here and it still does not offer significant relief for your high temperatures and overheating. This is due to how there are numerous, different root causes of high temperatures and excessive fan use being reported by a systems sensors. This page intends to provide background information on how you might better isolate the real cause of the issue, to help prevent conflation of issues onto a single bug; a bug which says my machine is too hot will simply collect duplicates and me-toos and become useless.

Filing a Bug

Please ensure you file a new bug and attach your machine information to it following this article. Filing this bug using ubuntu-bug linux from a terminal window (menu item Applications/Accessories/Terminal), allows the report to be fully reviewed and ascertained whether this would be considered a duplicate of another outstanding report. Having the full hardware information for each instance maximizes your chance of getting the root cause addressed. Once the bug is filed please ensure it is tagged kernel-therm.

Required Information

Where you believe you have a difference in thermal behaviour between two kernels or between two releases, please ensure you have your own bug and use the scripts in Monitoring System Sensors to produce logs of the temperature over time for both the before and after scenarios. Include this data with a clear description of the two test cases.

Where the issue is between releases you can use the live CDs for the previous release to attempt to recreate the before scenario.

Diagnostic Techniques

Monitoring System Sensors

Often bugs are characterised by a feeling that the machine is worse now than sometime in the past. To confirm this it is sensible to get concrete information using the system sensors.

A simple way to get a visual feel for the current temperatures is to run the following command in a terminal window (menu item Applications/Accessories/Terminal):

cd /proc/acpi/thermal_zone && watch grep temperature */*

This will display a constantly updating listing of your current temperatures:

Every 2.0s: grep temperature TZ00/cooling_mode TZ00...  Thu May 20 11:06:27 2010

TZ00/temperature:temperature:             52 C
TZ01/temperature:temperature:             47 C
TZ02/temperature:temperature:             0 C

To provide a permanent record of this information you can paste the command below into a terminal:

( cd /proc/acpi/thermal_zone && \
while :; do \
  line="`date`:`grep temperature */* | awk '{ printf(\" %03d\", $2) }'`"; \
  echo "$line"; \
  sleep 10; \
done ) | tee LOG

This will provide a log of the temperatures over time in a file called LOG. Which can be attached to a launchpad bug report:

Thu May 20 11:13:40 BST 2010: 051 047 000
Thu May 20 11:13:50 BST 2010: 051 047 000
Thu May 20 11:14:00 BST 2010: 051 047 000
Thu May 20 11:14:10 BST 2010: 051 047 000
Thu May 20 11:14:20 BST 2010: 051 048 000
Thu May 20 11:14:30 BST 2010: 051 048 000

Known Issues

ATI Radeon based systems running hot since upgrades to Lucid

563156 -- There are a number of reports of systems running hot, often with fans running constantly on systems with ATI Graphics. There are reports that switching to fgrlx binary graphics drivers returns fan control to normal.

To confirm this is your issue, please file a new report. In this new report, please obtain temperature readings from a previous release (you can use a live environment for this) and from the latest development release. Also installing fgrlx binary drivers from Jockey (menu item System/Administration/Hardware Drivers) and comparing temperatures before and after would be useful.

Kernel/Debugging/HighTemperatures (last edited 2014-01-03 16:44:50 by penalvch)