public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* sensors.conf for winbond/amd system
@ 2002-11-13 19:32 Robert L. Harris
  0 siblings, 0 replies; 2+ messages in thread
From: Robert L. Harris @ 2002-11-13 19:32 UTC (permalink / raw)
  To: Linux-Kernel


  Finally got sensors up and happy, looks very nice except for a few
things such as the readings on my cpu/board temps.

  I'm digging through the sensors.conf very slowly but I'm wondering if
someone with a similar config can send me thiers if they've tweaked and
tuned it.  Yeah it might not be "right" but it would give me another
datapoint to look at.

For reference:
--------------------------------------------------------
root@rharris-build1.acs:~# sensors
w83627hf-i2c-0-2c
Adapter: SMBus AMD768 adapter at 80e0
Algorithm: Non-I2C SMBus adapter

root@rharris-build1.acs:~# lsmod
Module                  Size  Used by
w83781d                21252   0  (unused)
i2c-proc                6608   0  [w83781d]
i2c-amd756              3844   0
i2c-dev                 4236   0
--------------------------------------------------------

Thanks,
  Robert


:wq!
---------------------------------------------------------------------------
Robert L. Harris                     | PGP Key ID: FC96D405
                               
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


^ permalink raw reply	[flat|nested] 2+ messages in thread
* Re: sensors.conf for winbond/amd system
@ 2002-11-14 19:13 Dieter Nützel
  0 siblings, 0 replies; 2+ messages in thread
From: Dieter Nützel @ 2002-11-14 19:13 UTC (permalink / raw)
  To: Robert L. Harris; +Cc: Linux Kernel List, lm78

Here comes mine:

dual Athlon MP 1900+
MSI MS-6501 (aka K7D Master-L), AMD 768MPX
1 GB DDR 266, CL2, (2x 512 MB)

Linux 2.5.47-mm1

/home/nuetzel> sensors
w83627hf-isa-0290
Adapter: ISA adapter
Algorithm: ISA algorithm
VCore 1:   +1.71 V  (min =  +1.61 V, max =  +1.77 V)
VCore 2:   +2.49 V  (min =  +2.36 V, max =  +2.62 V)
+3.3V:     +3.34 V  (min =  +3.13 V, max =  +3.45 V)
+5V:       +4.94 V  (min =  +4.72 V, max =  +5.24 V)
+12V:     +12.16 V  (min = +10.79 V, max = +13.19 V)
-12V:     -12.65 V  (min = -13.21 V, max = -10.90 V)
-5V:       -5.10 V  (min =  -5.26 V, max =  -4.76 V)
V5SB:      +5.38 V  (min =  +4.72 V, max =  +5.24 V)
VBat:      +3.42 V  (min =  +2.40 V, max =  +3.60 V)
U160:     2376 RPM  (min = 1500 RPM, div = 4)
CPU 0:    4218 RPM  (min = 3000 RPM, div = 2)
CPU 1:    4192 RPM  (min = 3000 RPM, div = 2)
System:   +32.0°C   (limit = +40°C, hysteresis = +37°C) sensor = thermistor
CPU 1:    +43.0°C   (limit = +52°C, hysteresis = +47°C) sensor = 3904 
transistor
CPU 0:    +43.0°C   (limit = +52°C, hysteresis = +47°C) sensor = 3904 
transistor
vid:      +18.50 V
alarms:   Chassis intrusion detection
beep_enable:
          Sound alarm disabled

[-]
chip "w83782d-*" "w83783s-*" "w83627hf-*"

# Same as above for w83781d except that in5 and in6 are computed differently.
# Rather than an internal inverting op amp, the 82d/83s use standard positive
# inputs and the negative voltages are level shifted by a 3.6V reference.
# The math is convoluted, so we hope that your motherboard
# uses the recommended resistor values.

    label in0 "VCore 1"
    label in1 "VCore 2"
    label in2 "+3.3V"
    label in3 "+5V"
    label in4 "+12V"
    label in5 "-12V"
    label in6 "-5V"
    label in7 "V5SB"
    label in8 "VBat"
    label fan1 "U160"
    label fan2 "CPU 0"
    label fan3 "CPU 1"
    label temp1 "System"
    label temp2 "CPU 1"
    label temp3 "CPU 0"

    compute in3 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
    compute in4 ((28/10)+1)*@  ,  @/((28/10)+1)
    compute in5 (5.14 * @) - 14.91  ,  (@ + 14.91) / 5.14
    compute in6 (3.14 * @) -  7.71  ,  (@ +  7.71) / 3.14
    compute in7 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)

    set fan1_div 4
    set fan2_div 2
    set fan3_div 2
    set fan1_min 1500
    set fan2_min 3000
    set fan3_min 3000

    set temp1_over 40
    set temp1_hyst 37
    set temp2_over 52
    set temp2_hyst 47
    set temp3_over 52
    set temp3_hyst 47

# set limits to  5% for the critical voltages
# set limits to 10% for the non-critical voltages
# set limits to 20% for the battery voltage

    set in0_min 1.7*0.95
    set in0_max 1.7*1.05
    set in1_min 2.5*0.95
    set in1_max 2.5*1.05
    set in2_min 3.3 * 0.95
    set in2_max 3.3 * 1.05
    set in3_min 5.0 * 0.95
    set in3_max 5.0 * 1.05
    set in4_min 12 * 0.90
    set in4_max 12 * 1.10
    set in5_max -12 * 0.90
    set in5_min -12 * 1.10
    set in6_max -5 * 0.95
    set in6_min -5 * 1.05
    set in7_min 5 * 0.95
    set in7_max 5 * 1.05
    set in8_min 3.0 * 0.80
    set in8_max 3.0 * 1.20

# set up sensor types (thermistor is default)
# 1 = PII/Celeron Diode; 2 = 3904 transistor;
# 3435 = thermistor with Beta = 3435
# If temperature changes very little, try 1 or 2.
   set sensor1 3435
   set sensor2 2
   set sensor3 2
[-]

Regards,
	Dieter

BTW Isn't it the right time for 2.5.x inclusion?
-- 
Dieter Nützel
Graduate Student, Computer Science

University of Hamburg
Department of Computer Science
@home: Dieter.Nuetzel at hamburg.de (replace at with @)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-11-14 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-13 19:32 sensors.conf for winbond/amd system Robert L. Harris
  -- strict thread matches above, loose matches on Subject: below --
2002-11-14 19:13 Dieter Nützel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox