Feedback

type to search

My Laptop gets really really hot

Asked by [ Editor ]

I have been running SID on my laptop since past few months but recently its getting too hot even though i don’t have any application running?
The processor consumption is less than 5%.
What should i do ?


abdulkarim@localhost:~$ uname -a
Linux localhost 3.1.0-1-amd64 #1 SMP Fri Dec 23 16:37:11 UTC 2011 x86_64 GNU/Linux
abdulkarim@localhost:~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +79.0°C  (crit = +105.0°C)
or Cancel

1 answer

0

helmut [ Editor ]

Unordered ideas:

  • Is frequency scaling active? Install cpufrequtils, ask cpufreq-info for the governor. Setting it to ondemand should help with power consumption.
  • Is the fan running? (Do you hear that noise?) If yes, is it blocked by dust? If not, it might be disabled by faulty software. Some sensor drivers can confuse hardware monitoring chips when used simultaneously with acpi drivers. This can lead to turning fans off. The problem is mostly one of the past, but it may still occur when conflicting memory ranges are not declared correctly. Try booting the system without loading hardware monitoring kernel modules (i.e. blacklist them).
  • The powertop tool may help you power down other parts of the system reducing the overall heat.
  • A not-so-official way to reduce heat is to drive your CPU out of specs (also known as undervolting). There are kernel patches for various CPUs. They can reduce heat, but they can also damage hardware.

NN comments
abdulkarimmemon
-

-Frequency scaling is active and set to ‘ondemand’ -the fan is running and running almost for the entire time i’m on Debian. -i did try powertop but didn’t quite understand it -i’ll definitely give it a try…

or Cancel

Your answer

You need to join Debian to complete this action, click here to do so.