Show
Ignore:
Timestamp:
03/20/01 02:44:39 (11 years ago)
Author:
mds
Message:

add a sample configuration for the Tyan 2510 board which has

two (differently-connected) MTP008 chips.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/etc/sensors.conf.eg

    r1034 r1038  
    689689chip "mtp008-*" 
    690690     
    691 # The values below should be correct if you own a Tyan S1834D motherboard.  If 
    692 # not, please contact us, so we can figure out better readings. 
     691# The values below should be correct if you own a Tyan S1834D motherboard. 
     692# If not, please contact us, so we can figure out better readings. 
     693# FOR TYAN S2510 SEE END OF THIS SECTION. 
    693694 
    694695# For positive voltages outside the 0..4.09V range (in2..in4), two resistors 
     
    714715    label in6 "Vtt" 
    715716 
    716     label fan1 "CPUFAN1" 
    717     label fan2 "CPUFAN2" 
    718     label fan3 "CPUFAN3" 
     717    label fan1 "CPU1 Fan" 
     718    label fan2 "CPU2 Fan" 
     719    label fan3 "fan3" 
    719720 
    720721    label temp1 "CPU1 Temp" 
     
    733734#    set temp3_hyst 47   
    734735 
     736# End of standard mtp008 configuration 
     737 
     738# TYAN S2510 INFORMATION 
     739# This motherboard has two mtp008's which are hooked up differently, 
     740# so they must be configured separately. 
     741# For this motherboard, COMMENT OUT the above mtp008 section and 
     742# UNCOMMENT the following two sections. 
     743# 
     744#chip mtp008-i2c-*-2c 
     745#    label in0 "VCore1" 
     746#    set in0_min 1.60 
     747#    set in0_max 1.80 
     748#    label in1 "+3.3V" 
     749#    label in2 "+12V" 
     750#    label in3 "Vcore2" 
     751#    set in3_min 1.60 
     752#    set in3_max 1.80 
     753#    ignore in4 
     754#    label in5 "-12V" 
     755#    label in6 "Vtt" 
     756#    label fan1 "CPU1 Fan" 
     757#    label fan2 "CPU2 Fan" 
     758#    label fan3 "fan3" 
     759#    label temp1 "CPU1 Temp" 
     760#    label temp2 "CPU2 Temp" 
     761#    ignore temp3 
     762#    compute in2 @ * 38 / 10,           @ * 10 / 38 
     763#    compute in5 (@ * 36 - 118.61) / 7, (118.61 + 7 * @) / 36 
     764# 
     765#chip mtp008-i2c-*-2e 
     766#    ignore in0 
     767#    label in1 "+3.3V" 
     768#    ignore in2 
     769#    label in3 "+5V" 
     770#    set in3_min 4.50 
     771#    set in3_max 5.50 
     772#    ignore in4 
     773#    label in5 "+3.3V" 
     774#    ignore in6 
     775#    label fan1 "fan4" 
     776#    label fan2 "fan5" 
     777#    label fan3 "fan6" 
     778#    ignore temp1 
     779#    label temp2 "MB Temp" 
     780#    set temp2_over 52   
     781#    set temp2_hyst 47   
     782#    ignore temp3 
    735783 
    736784chip "adm1025-*"