You are not logged in.

#1 2009-09-19 00:14:36

lewis1711
Member
Registered: 2009-09-14
Posts: 12

Laptop overheating, overworking, no sensors detected.

Hi all

I am having some issues with my laptop over heating and shutting itself down. My machine also sounds busy as heck no matter what it's doing.

Here is the output of "acpi -V"

Adapter 0: on-line
Cooling 0: LCD 0 of 10
Cooling 1: Processor 0 of 3
Cooling 2: Processor 0 of 10

From what I've read, it's supposed to tell me what the temperature is.

I was recommended to try lm_sensors. I downloaded it, and here is the output of "sensors detect."

# sensors-detect revision 5729 (2009-06-02 15:51:29 +0200)
# System: Hewlett-Packard HP Pavilion dv5 Notebook PC (laptop)
# Board: HP 3600

This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.

Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): y
Silicon Integrated Systems SIS5595...                       No
VIA VT82C686 Integrated Sensors...                          No
VIA VT8231 Integrated Sensors...                            No
AMD K8 thermal sensors...                                   No
AMD K10 thermal sensors...                                  No
Intel Core family thermal sensor...                         No
Intel AMB FB-DIMM thermal sensor...                         No
VIA C7 thermal and voltage sensors...                       No

Some Super I/O chips contain embedded sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no): y
Probing for Super-I/O at 0x2e/0x2f
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Fintek'...                       No
Trying family `ITE'...                                      No
Probing for Super-I/O at 0x4e/0x4f
Trying family `National Semiconductor'...                   No
Trying family `SMSC'...                                     No
Trying family `VIA/Winbond/Fintek'...                       No
Trying family `ITE'...                                      No

Some hardware monitoring chips are accessible through the ISA I/O ports.
We have to write to arbitrary I/O ports to probe them. This is usually
safe though. Yes, you do have ISA I/O ports even if you do not have any
ISA slots! Do you want to scan the ISA I/O ports? (YES/no): y
Probing for `National Semiconductor LM78' at 0x290...       No
Probing for `National Semiconductor LM79' at 0x290...       No
Probing for `Winbond W83781D' at 0x290...                   No
Probing for `Winbond W83782D' at 0x290...                   No

Lastly, we can probe the I2C/SMBus adapters for connected hardware
monitoring devices. This is the most risky part, and while it works
reasonably well on most systems, it has been reported to cause trouble
on some systems.
Do you want to probe the I2C/SMBus adapters now? (YES/no): y
Using driver `i2c-piix4' for device 0000:00:14.0: ATI Technologies Inc SB600 SMBus

Next adapter: SMBus PIIX4 adapter at 0b00 (i2c-0)
Do you want to scan it? (YES/no/selectively): y  
Client found at address 0x50
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 Yes
    (confidence 8, not a hardware monitoring chip)
Probing for `EDID EEPROM'...                                No
Client found at address 0x51
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 Yes
    (confidence 8, not a hardware monitoring chip)

Sorry, no sensors were detected.
This is relatively common on laptops, where thermal management is
handled by ACPI rather than the OS.

...which takes me back to ACPI...which also can't detect much. (I'm a little confused here, tbh).

Here are my modules from rc.conf

MOD_AUTOLOAD="yes"
MOD_BLACKLIST=(pcspkr snd-pcsp)
#MOD_BLACKLIST=() #deprecated
MODULES=(powernow-k8 cpufreq_ondemand cpufreq_powersave)

and my daemons

DAEMONS=(syslog-ng network netfs crond hal)

Excuse this long post, but I thought it'd be best to be thorough. If you help me solve this I will forever be indebted to you, your children, and your childrens children.

Last edited by lewis1711 (2009-09-19 00:15:43)

Offline

#2 2009-09-19 00:33:52

guzz46
Member
From: New Zealand
Registered: 2009-06-18
Posts: 190

Re: Laptop overheating, overworking, no sensors detected.

dont forget to add cpufreq to your daemons and to check your temp run acpi -t
also with some panels you can add a temp monitor and cpu monitor to it

Offline

#3 2009-09-19 03:22:08

lewis1711
Member
Registered: 2009-09-14
Posts: 12

Re: Laptop overheating, overworking, no sensors detected.

Thanks for the reply.

D'oh! I added cpufreq into my daemons. It's doing a lot better, not getting as ridiculously hot as it was before, I imagine because the cpu isn't working overtime when I'm just idling.

But still, if I did want to preform some process-intensive task for a few hours, I imagine the same problem would occur.

also, acpi -t returned nothing.

Is there anyway I can set up a temperature sensors, and use that to control my fans accordingly?

Last edited by lewis1711 (2009-09-19 03:25:12)

Offline

#4 2009-09-19 03:32:37

mutlu_inek
Member
From: all over the place
Registered: 2006-11-18
Posts: 683

Re: Laptop overheating, overworking, no sensors detected.

Certain laptops have specific acpi kernel modules, for example asus_acpi, toshiba_acpi or thinkpad_acpi. You might want to have a look into that.

Certainly have a look at this page: http://wiki.archlinux.org/index.php/ACPI_modules

Offline

#5 2009-09-19 04:35:01

guzz46
Member
From: New Zealand
Registered: 2009-06-18
Posts: 190

Re: Laptop overheating, overworking, no sensors detected.

sensors might give you a temp reading

i can't control my fans either, they are controlled by the bios, on average my temp sits around 50c and if i spend a few hours compiling something it goes up to around 80c but it has never overheated and shut down before, the fans just step up in speed

Offline

#6 2009-09-19 08:56:32

Denacke
Member
Registered: 2008-04-09
Posts: 106

Re: Laptop overheating, overworking, no sensors detected.

Another tip would be to try and remove the dust that your laptop has been collecting. Solves my overheating problems every time big_smile

Offline

Board footer

Powered by FluxBB