I am running an unmodified BP6 (standard caps and all) from 1998 with two 400MHz Celerons in it, at 466MHz. The BIOS is the latest one from Abit. I am running Linux (Debian), now with the latest 2.6.5 kernel and it is simply rock solid and stable. The system is on 24/7 and I do make it work hard (as an Enemy Territory server amongst other things). It has not crashed once on me.
Anyhow, after overclocking it and compiling the 2.6.5 kernel I installed support for I2C and got sensors working. I just want to get some feedback on the values that I am getting:
Code: Select all
[davidt@loki]:~$ sensors
eeprom-i2c-0-51
Adapter: SMBus PIIX4 adapter at 5000
Memory type:            SDR SDRAM DIMM
Memory size (MB):       256
eeprom-i2c-0-50
Adapter: SMBus PIIX4 adapter at 5000
Memory type:            SDR SDRAM DIMM
Memory size (MB):       256
w83782d-i2c-0-2d
Adapter: SMBus PIIX4 adapter at 5000
VCore 1:   +1.98 V  (min =  +1.90 V, max =  +2.10 V)
VCore 2:   +1.46 V  (min =  +1.90 V, max =  +2.10 V)
+3.3V:     +3.30 V  (min =  +3.14 V, max =  +3.46 V)
+5V:       +5.05 V  (min =  +4.73 V, max =  +5.24 V)
+12V:     +12.10 V  (min = +10.82 V, max = +13.19 V)
-12V:     -11.87 V  (min = -13.18 V, max = -10.88 V)
-5V:       -5.05 V  (min =  -5.25 V, max =  -4.75 V)
V5SB:      +5.13 V  (min =  +4.73 V, max =  +5.24 V)
VBat:      +2.00 V  (min =  +2.40 V, max =  +3.60 V)
fan1:        0 RPM  (min =    0 RPM, div = 2)
fan2:        0 RPM  (min = 3000 RPM, div = 2)
fan3:        0 RPM  (min = 3000 RPM, div = 2)
temp1:       +39 C  (high =   -68 C, hyst =   -97 C)   sensor = thermistor
temp2:     +37.5 C  (high =   +80 C, hyst =   +75 C)   sensor = thermistor
temp3:     +48.0 C  (high =   +80 C, hyst =   +75 C)   sensor = thermistor
vid:      +2.000 V
alarms:
beep_enable:
          Sound alarm disabled
What I would like is to get some feedback on the temperatures. Temp1 and 2 are the cpu's while the third is the system. High? Low? Justabout right? Anybody know where the system temp is measured?? I am a bit surprised by that one because my harddrive temp is much lower than that:
Code: Select all
[davidt@loki]:~$ hddtemp /dev/hda
/dev/hda: ST340014A: 34 C
Third thing is the fan values. Is it possible to get readings lower than 3000rpm?

