Ticket #2272 (assigned defect)

Opened 10 months ago

Last modified 4 months ago

Asus P5B Deluxe and bad info in lm_sensors 2.10.5

Reported by: ticket Assigned to: khali (accepted)
Priority: minor Milestone:
Component: sensors Version: 2.10.5
Keywords: Cc:

Description

I have bad result in sensors :

root@onion:~/lm_sensors-2.10.5# sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0:      +67°C  (high =  +100°C)

coretemp-isa-0001
Adapter: ISA adapter
Core 1:      +65°C  (high =  +100°C)

w83627dhg-isa-0290
Adapter: ISA adapter
VCore:     +1.20 V  (min =  +0.00 V, max =  +1.74 V)
in1:      +11.88 V  (min =  +8.13 V, max = +10.19 V) ALARM
AVCC:      +3.34 V  (min =  +0.78 V, max =  +2.13 V) ALARM
3VCC:      +3.34 V  (min =  +2.59 V, max =  +3.09 V) ALARM
in4:       +1.81 V  (min =  +0.51 V, max =  +0.09 V) ALARM
in5:       +1.60 V  (min =  +1.03 V, max =  +0.06 V) ALARM
in6:       +5.63 V  (min =  +3.28 V, max =  +2.38 V) ALARM
VSB:       +3.34 V  (min =  +2.13 V, max =  +2.08 V) ALARM
VBAT:      +3.28 V  (min =  +3.33 V, max =  +0.51 V) ALARM
Case Fan:    0 RPM  (min = 10546 RPM, div = 128) ALARM
CPU Fan:  3245 RPM  (min = 37500 RPM, div = 2) ALARM
Aux Fan:     0 RPM  (min = 3515 RPM, div = 128) ALARM
fan4:        0 RPM  (min = 10546 RPM, div = 128) ALARM
fan5:        0 RPM  (min = 5273 RPM, div = 128) ALARM
Sys Temp:    +52°C  (high =   +42°C, hyst =   -55°C)  [thermistor] ALARM
CPU Temp:  +40.0°C  (high = +80.0°C, hyst = +75.0°C)  [CPU diode ]
AUX Temp: +127.0°C  (high = +80.0°C, hyst = +75.0°C)  [thermistor] ALARM
vid:      +0.000 V

What i doing wrong ?

Change History

04/17/08 15:44:39 changed by khali

  • owner changed from somebody to khali.
  • status changed from new to assigned.
  • version set to 2.10.5.

These results look rather good to me, I don't know why you think they are not. All you need is a bit of tweaking in sensors.conf:

  • Ignore the fans you don't have.
  • Set a decent limit for the CPU Fan.
  • Ignore AUX Temp which is probably not wired.
  • Set a decent limit for Sys Temp.
chip "w83627dhg-isa-0290"

   ignore fan1
   ignore fan3
   ignore fan3
   ignore fan5

   set fan2_min 2500

   ignore temp3

   set temp1_over 60
   set temp1_hyst 58

Remember to run "sensors -s" to apply the "set" statements.

The voltages will need some more work if you care. First of all you'll have to find out the correct labels for some of the unknown ones, and maybe you'll also have to adjust the compute statements if your motherboard didn't use the standard resistor combinations for voltage scaling. in1 and in in6 are probably +12V and +5V, according to the default configuration file. You should compare with what the BIOS (or the Windows tool provided by Asus) displays to validate the results. in4 could be the memory module voltage if the system uses DDR2 SDRAM. in5 could be Vagp (a bit high though). I just can't tell for sure as every motherboard is different.

Also look at wiki:Configurations/Asus/P5B-E, the P5B-E and P5B Deluxe are using the same hardware monitoring chip and may have similar configurations.