Incorrect temperature readings

phiber

Expert Member
Joined
Dec 7, 2005
Messages
4,304
Reaction score
49
Hi Guys,

Running Ubuntu server 64 (9.04) on an AMD 64 3500+. When i run
Code:
 more /proc/acpi/thermal_zone/THRM/temperature

i only get back 40 degrees. I can tell you now, that can't be right because the box is actually getting quite hot now, and I am pretty sure its sitting at close to 60. Any other way to check temp? Get the following with acpi -V
Code:
acpi -V
     Thermal 0: ok, 40.0 degrees C
     Cooling 0: Processor 0 of 0
     Cooling 1: Fan 1 of 1

Anyone got any ideas?
 
~$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +40.0°C (crit = +75.0°C)

k8temp-pci-00c3
Adapter: PCI adapter
Core0 Temp: +41.0°C
Core1 Temp: +45.0°C

That adapter being virtual device seems a bit wrong, not too sure, never really check this out before. (i dont consider myself an advanced linux user either, so dont take anything for granted :P)
 
Do this as root:
sensors-detect

Follow the instructions and after it is finished it will give you a list of modules to load. Load these modules with modprobe [modulename].

Now try sensors again:
/etc/init.d/lm_sensors restart
sensors
 
sensors-detect will offer to add modules to /etc/modules so check content of /etc/modules before you accept. If you already did setup there will be something like:

# Generated by sensors-detect on Mon Jul 13 10:15:39 2009
# Chip drivers
it87
k8temp
 
Code:
it8712-isa-0290
Adapter: ISA adapter
VCore 1:     +1.36 V  (min =  +0.00 V, max =  +4.08 V)   
VCore 2:     +0.00 V  (min =  +0.00 V, max =  +4.08 V)   ALARM
+3.3V:       +3.30 V  (min =  +0.00 V, max =  +4.08 V)   
+5V:         +5.03 V  (min =  +0.00 V, max =  +6.85 V)   
+12V:       +11.71 V  (min =  +0.00 V, max = +16.32 V)   
-12V:        -4.17 V  (min = -27.36 V, max =  +3.93 V)   
-5V:        -13.64 V  (min = -13.64 V, max =  +4.03 V)   ALARM
Stdby:       +4.81 V  (min =  +0.00 V, max =  +6.85 V)   
VBat:        +3.07 V
fan1:       1739 RPM  (min =  811 RPM, div = 8)
fan2:          0 RPM  (min =    0 RPM, div = 8)
fan3:          0 RPM  (min =    0 RPM, div = 8)
M/B Temp:    +46.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = thermistor
[B]CPU Temp:    +49.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = thermistor[/B]
Temp3:       +29.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = thermistor
cpu0_vid:   +0.875 V

Works now, thanks MyWorld and Bule :)
 
Top
Sign up to the MyBroadband newsletter
X