Changeset 3312

Show
Ignore:
Timestamp:
05/27/06 16:53:31 (2 years ago)
Author:
khali
Message:

Comment out all set statements. This should prevent further
reports from new users experiencing beeps, instant shutdown etc. when
just installing lm_sensors.

Files:

Legend:

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

    r3277 r3312  
    208208# the 'hyst' value by several degrees. 
    209209# 
     210# All the set statements from this file are commented out by default. 
     211# The reason is that the proper limits are highly system-dependent, 
     212# and writing improper limits may have all sorts of weird effects, 
     213# from beeping to CPU throttling to instant reboot. If you want to 
     214# actually set the limits, remove the comment marks. 
     215# 
    210216# 
    211217# IGNORE LINES 
     
    320326# Here, we assume the VID readings are valid, and we use a max. 5% deviation 
    321327 
    322     set in0_min vid*0.95 
    323     set in0_max vid*1.05 
    324     set in1_min vid*0.95 
    325     set in1_max vid*1.05 
    326     set in2_min 3.3 * 0.95 
    327     set in2_max 3.3 * 1.05 
    328     set in3_min 5.0 * 0.95 
    329     set in3_max 5.0 * 1.05 
    330     set in4_min 12 * 0.95 
    331     set in4_max 12 * 1.05 
    332     set in5_max -12 * 0.95 
    333     set in5_min -12 * 1.05 
    334     set in6_max -5 * 0.95 
    335     set in6_min -5 * 1.05 
     328#    set in0_min vid*0.95 
     329#    set in0_max vid*1.05 
     330#    set in1_min vid*0.95 
     331#    set in1_max vid*1.05 
     332#    set in2_min 3.3 * 0.95 
     333#    set in2_max 3.3 * 1.05 
     334#    set in3_min 5.0 * 0.95 
     335#    set in3_max 5.0 * 1.05 
     336#    set in4_min 12 * 0.95 
     337#    set in4_max 12 * 1.05 
     338#    set in5_max -12 * 0.95 
     339#    set in5_min -12 * 1.05 
     340#    set in6_max -5 * 0.95 
     341#    set in6_min -5 * 1.05 
    336342 
    337343# Examples for lm78, lm78j, lm79 temperature limits 
     
    394400    compute in4 ((28/10)+1)*@  ,  @/((28/10)+1) 
    395401 
    396     set in0_min 2.0 * 0.95 
    397     set in0_max 2.0 * 1.05 
    398     set in1_min 2.0 * 0.95 
    399     set in1_max 2.0 * 1.05 
    400     set in2_min 3.3 * 0.95 
    401     set in2_max 3.3 * 1.05 
    402     set in3_min 5.0 * 0.95 
    403     set in3_max 5.0 * 1.05 
    404     set in4_min 12 * 0.95 
    405     set in4_max 12 * 1.05 
     402#    set in0_min 2.0 * 0.95 
     403#    set in0_max 2.0 * 1.05 
     404#    set in1_min 2.0 * 0.95 
     405#    set in1_max 2.0 * 1.05 
     406#    set in2_min 3.3 * 0.95 
     407#    set in2_max 3.3 * 1.05 
     408#    set in3_min 5.0 * 0.95 
     409#    set in3_max 5.0 * 1.05 
     410#    set in4_min 12 * 0.95 
     411#    set in4_max 12 * 1.05 
    406412 
    407413# 
     
    477483# set limits to 20% for the battery voltage 
    478484 
    479     set in0_min vid*0.95 
    480     set in0_max vid*1.05 
    481     set in1_min vid*0.95 
    482     set in1_max vid*1.05 
    483     set in2_min 3.3 * 0.95 
    484     set in2_max 3.3 * 1.05 
    485     set in3_min 5.0 * 0.95 
    486     set in3_max 5.0 * 1.05 
    487     set in4_min 12 * 0.90 
    488     set in4_max 12 * 1.10 
    489     set in5_max -12 * 0.90 
    490     set in5_min -12 * 1.10 
    491     set in6_max -5 * 0.95 
    492     set in6_min -5 * 1.05 
    493     set in7_min 5 * 0.95 
    494     set in7_max 5 * 1.05 
    495     set in8_min 3.0 * 0.80 
    496     set in8_max 3.0 * 1.20 
     485#    set in0_min vid*0.95 
     486#    set in0_max vid*1.05 
     487#    set in1_min vid*0.95 
     488#    set in1_max vid*1.05 
     489#    set in2_min 3.3 * 0.95 
     490#    set in2_max 3.3 * 1.05 
     491#    set in3_min 5.0 * 0.95 
     492#    set in3_max 5.0 * 1.05 
     493#    set in4_min 12 * 0.90 
     494#    set in4_max 12 * 1.10 
     495#    set in5_max -12 * 0.90 
     496#    set in5_min -12 * 1.10 
     497#    set in6_max -5 * 0.95 
     498#    set in6_min -5 * 1.05 
     499#    set in7_min 5 * 0.95 
     500#    set in7_max 5 * 1.05 
     501#    set in8_min 3.0 * 0.80 
     502#    set in8_max 3.0 * 1.20 
    497503 
    498504# set up sensor types (thermistor is default) 
     
    540546# set limits to 20% for the battery voltage 
    541547 
    542     set in0_min vid*0.95 
    543     set in0_max vid*1.05 
    544     set in2_min 3.3 * 0.95 
    545     set in2_max 3.3 * 1.05 
    546     set in3_min 5.0 * 0.95 
    547     set in3_max 5.0 * 1.05 
    548     set in4_min 12 * 0.90 
    549     set in4_max 12 * 1.10 
    550     set in5_max -12 * 0.90 
    551     set in5_min -12 * 1.10 
    552     set in6_max -5 * 0.95 
    553     set in6_min -5 * 1.05 
     548#   set in0_min vid*0.95 
     549#   set in0_max vid*1.05 
     550#   set in2_min 3.3 * 0.95 
     551#   set in2_max 3.3 * 1.05 
     552#   set in3_min 5.0 * 0.95 
     553#   set in3_max 5.0 * 1.05 
     554#   set in4_min 12 * 0.90 
     555#   set in4_max 12 * 1.10 
     556#   set in5_max -12 * 0.90 
     557#   set in5_min -12 * 1.10 
     558#   set in6_max -5 * 0.95 
     559#   set in6_min -5 * 1.05 
    554560 
    555561# set up sensor types (thermistor is default) 
     
    608614#               vvv 
    609615 
    610     set in0_min 1.8 * 0.95 
    611     set in0_max 1.8 * 1.05 
    612  
    613     set in2_min 3.3 * 0.95 
    614     set in2_max 3.3 * 1.05 
    615     set in3_min 5.0 * 0.95 
    616     set in3_max 5.0 * 1.05 
    617     set in4_min 12 * 0.90 
    618     set in4_max 12 * 1.10 
    619     set in5_max -12 * 0.90 
    620     set in5_min -12 * 1.10 
    621     set in6_max -5 * 0.95 
    622     set in6_min -5 * 1.05 
    623     set in7_min 5 * 0.95 
    624     set in7_max 5 * 1.05 
    625     set in8_min 3.0 * 0.80 
    626     set in8_max 3.0 * 1.20 
     616#   set in0_min 1.8 * 0.95 
     617#   set in0_max 1.8 * 1.05 
     618 
     619#   set in2_min 3.3 * 0.95 
     620#   set in2_max 3.3 * 1.05 
     621#   set in3_min 5.0 * 0.95 
     622#   set in3_max 5.0 * 1.05 
     623#   set in4_min 12 * 0.90 
     624#   set in4_max 12 * 1.10 
     625#   set in5_max -12 * 0.90 
     626#   set in5_min -12 * 1.10 
     627#   set in6_max -5 * 0.95 
     628#   set in6_min -5 * 1.05 
     629#   set in7_min 5 * 0.95 
     630#   set in7_max 5 * 1.05 
     631#   set in8_min 3.0 * 0.80 
     632#   set in8_max 3.0 * 1.20 
    627633 
    628634# And for Tyan Trinity S2495 KT400 and Epox 8K3A and 8KHA+: 
     
    691697# if your vid is wrong, you'll need to adjust in0_min and in0_max 
    692698 
    693     set in0_min vid * 0.95 
    694     set in0_max vid * 1.05 
    695     set in1_min 12 * 0.90 
    696     set in1_max 12 * 1.10 
    697     set in2_min 3.3 * 0.95 
    698     set in2_max 3.3 * 1.05 
    699     set in3_min 5.0 * 0.95 
    700     set in3_max 5.0 * 1.05 
    701     set in4_min -12 * 1.10 
    702     set in4_max -12 * 0.90 
    703     set in7_min 5 * 0.95 
    704     set in7_max 5 * 1.05 
    705     set in8_min 3.0 * 0.80 
    706     set in8_max 3.0 * 1.20 
     699#   set in0_min vid * 0.95 
     700#   set in0_max vid * 1.05 
     701#   set in1_min 12 * 0.90 
     702#   set in1_max 12 * 1.10 
     703#   set in2_min 3.3 * 0.95 
     704#   set in2_max 3.3 * 1.05 
     705#   set in3_min 5.0 * 0.95 
     706#   set in3_max 5.0 * 1.05 
     707#   set in4_min -12 * 1.10 
     708#   set in4_max -12 * 0.90 
     709#   set in7_min 5 * 0.95 
     710#   set in7_max 5 * 1.05 
     711#   set in8_min 3.0 * 0.80 
     712#   set in8_max 3.0 * 1.20 
    707713 
    708714# set up sensor types (thermistor is default) 
     
    754760    label temp3 "Temp3" 
    755761 
    756     set in0_min 1.4 
    757     set in0_max 1.6 
    758     set in1_min 1.4 
    759     set in1_max 1.6 
    760     set in2_min 3.2 
    761     set in2_max 3.4 
    762     set in3_min 3.1 
    763     set in3_max 3.3 
    764     set in4_min 1.4 
    765     set in4_max 1.5 
    766     set in5_min 2.6 
    767     set in5_max 2.65 
    768     set in6_min 5 * 0.95 
    769     set in6_max 5 * 1.05 
    770     set in7_min 5 * 0.95 
    771     set in7_max 5 * 1.05 
    772     set in8_min 3 * 0.95 
    773     set in8_max 3 * 1.05 
     762#    set in0_min 1.4 
     763#    set in0_max 1.6 
     764#    set in1_min 1.4 
     765#    set in1_max 1.6 
     766#    set in2_min 3.2 
     767#    set in2_max 3.4 
     768#    set in3_min 3.1 
     769#    set in3_max 3.3 
     770#    set in4_min 1.4 
     771#    set in4_max 1.5 
     772#    set in5_min 2.6 
     773#    set in5_max 2.65 
     774#    set in6_min 5 * 0.95 
     775#    set in6_max 5 * 1.05 
     776#    set in7_min 5 * 0.95 
     777#    set in7_max 5 * 1.05 
     778#    set in8_min 3 * 0.95 
     779#    set in8_max 3 * 1.05 
    774780 
    775781# fan1 adjustments examples 
     
    855861# set limits to 20% for the battery voltage 
    856862 
    857     set in0_min vid*0.95 
    858     set in0_max vid*1.05 
    859     set in1_min vid*0.95 
    860     set in1_max vid*1.05 
    861     set in2_min 3.3 * 0.95 
    862     set in2_max 3.3 * 1.05 
    863     set in3_min 5.0 * 0.95 
    864     set in3_max 5.0 * 1.05 
    865     set in4_min 12 * 0.90 
    866     set in4_max 12 * 1.10 
    867     set in5_max -12 * 0.90 
    868     set in5_min -12 * 1.10 
    869     set in6_max -5 * 0.95 
    870     set in6_min -5 * 1.05 
     863#    set in0_min vid*0.95 
     864#    set in0_max vid*1.05 
     865#    set in1_min vid*0.95 
     866#    set in1_max vid*1.05 
     867#    set in2_min 3.3 * 0.95 
     868#    set in2_max 3.3 * 1.05 
     869#    set in3_min 5.0 * 0.95 
     870#    set in3_max 5.0 * 1.05 
     871#    set in4_min 12 * 0.90 
     872#    set in4_max 12 * 1.10 
     873#    set in5_max -12 * 0.90 
     874#    set in5_min -12 * 1.10 
     875#    set in6_max -5 * 0.95 
     876#    set in6_min -5 * 1.05 
    871877 
    872878# examples for temperature limits 
     
    905911  compute vin2 (197/47)*@  ,  @/(197/47) 
    906912 
    907   set vdd_min 4.8 
    908   set vdd_max 5.2 
    909   set vin1_min 3.20 
    910   set vin1_max 3.40 
    911   set vin2_min 11.0 
    912   set vin2_max 13.0 
    913   set vin3_min 2.10 
    914   set vin3_max 2.30 
     913#  set vdd_min 4.8 
     914#  set vdd_max 5.2 
     915#  set vin1_min 3.20 
     916#  set vin1_max 3.40 
     917#  set vin2_min 11.0 
     918#  set vin2_max 13.0 
     919#  set vin3_min 2.10 
     920#  set vin3_max 2.30 
    915921#  set fan1_off 0 
    916922#  set fan2_min 0 
     
    953959  compute vin4 (5*@)-(4*vdd) , (@+4*vdd)/5 
    954960 
    955   set vdd_min 4.8 
    956   set vdd_max 5.2 
    957   set vin1_min 3.20 
    958   set vin1_max 3.40 
    959   set vin2_min 11.0 
    960   set vin2_max 13.0 
    961   set vin3_min 2.10 
    962   set vin3_max 2.30 
     961#  set vdd_min 4.8 
     962#  set vdd_max 5.2 
     963#  set vin1_min 3.20 
     964#  set vin1_max 3.40 
     965#  set vin2_min 11.0 
     966#  set vin2_max 13.0 
     967#  set vin3_min 2.10 
     968#  set vin3_max 2.30 
    963969 
    964970 
     
    10051011    compute in6 (36/16.2)*(@ - in0) + @,  (@ + in0 * 36/16.2) / (1 + 36/16.2) 
    10061012 
    1007     set in0_min 5 * 0.95 
    1008     set in0_max 5 * 1.05 
     1013#    set in0_min 5 * 0.95 
     1014#    set in0_max 5 * 1.05 
    10091015# What is your VTT? It is probably not this value... 
    1010     set in1_min 2*0.95 
    1011     set in1_max 2*1.05 
    1012     set in2_min 3.3 * 0.95 
    1013     set in2_max 3.3 * 1.05 
     1016#    set in1_min 2*0.95 
     1017#    set in1_max 2*1.05 
     1018#    set in2_min 3.3 * 0.95 
     1019#    set in2_max 3.3 * 1.05 
    10141020# What is your VCore? It is probably not this value... 
    1015     set in3_min 1.9 * 0.95 
    1016     set in3_max 1.9 * 1.05 
    1017     set in4_min 12 * 0.95 
    1018     set in4_max 12 * 1.05 
    1019     set in5_min -12 * 1.05 
    1020     set in5_max -12 * 0.95 
    1021     set in6_min -5 * 1.05 
    1022     set in6_max -5 * 0.95 
     1021#    set in3_min 1.9 * 0.95 
     1022#    set in3_max 1.9 * 1.05 
     1023#    set in4_min 12 * 0.95 
     1024#    set in4_max 12 * 1.05 
     1025#    set in5_min -12 * 1.05 
     1026#    set in5_max -12 * 0.95 
     1027#    set in6_min -5 * 1.05 
     1028#    set in6_max -5 * 0.95 
    10231029 
    10241030# examples for lm80 temperature limits 
     
    11611167# Other voltage values are standard so we can enforce the limits. 
    11621168 
    1163     set in1_min 2.5 * 0.95 
    1164     set in1_max 2.5 * 1.05 
    1165     set in2_min 3.3 * 0.95 
    1166     set in2_max 3.3 * 1.05 
    1167     set in3_min 5 * 0.9 
    1168     set in3_max 5 * 1.1 
    1169     set in4_min 12 * 0.9 
    1170     set in4_max 12 * 1.1 
     1169#    set in1_min 2.5 * 0.95 
     1170#    set in1_max 2.5 * 1.05 
     1171#    set in2_min 3.3 * 0.95 
     1172#    set in2_max 3.3 * 1.05 
     1173#    set in3_min 5 * 0.9 
     1174#    set in3_max 5 * 1.1 
     1175#    set in4_min 12 * 0.9 
     1176#    set in4_max 12 * 1.1 
    11711177 
    11721178# Set your temp limits here.  Remember, 'tempX_over' is the temp at which an 
     
    11801186# due to noise.) 
    11811187 
    1182     set temp1_hyst 40 
    1183     set temp1_over 45 
    1184     set temp2_hyst 55 
    1185     set temp2_over 60 
    1186     set temp3_hyst 60 
    1187     set temp3_over 65 
     1188#    set temp1_hyst 40 
     1189#    set temp1_over 45 
     1190#    set temp2_hyst 55 
     1191#    set temp2_over 60 
     1192#    set temp3_hyst 60 
     1193#    set temp3_over 65 
    11881194 
    11891195# You could set your fan limits too, but the defaults should be fine. 
     
    13101316 
    13111317# Tolerate a 5% deviance for CPU power-supply 
    1312     set in1_min vid * 0.95 
    1313     set in1_max vid * 1.05 
     1318#    set in1_min vid * 0.95 
     1319#    set in1_max vid * 1.05 
    13141320# Tolerate a 10% deviance for other voltages 
    1315     set in0_min 2.5 * 0.90 
    1316     set in0_max 2.5 * 1.10 
    1317     set in2_min 3.3 * 0.90 
    1318     set in2_max 3.3 * 1.10 
    1319     set in3_min 5.0 * 0.90 
    1320     set in3_max 5.0 * 1.10 
    1321     set in4_min 12 * 0.90 
    1322     set in4_max 12 * 1.10 
    1323     set in5_min 3.3 * 0.90 
    1324     set in5_max 3.3 * 1.10 
     1321#    set in0_min 2.5 * 0.90 
     1322#    set in0_max 2.5 * 1.10 
     1323#    set in2_min 3.3 * 0.90 
     1324#    set in2_max 3.3 * 1.10 
     1325#    set in3_min 5.0 * 0.90 
     1326#    set in3_max 5.0 * 1.10 
     1327#    set in4_min 12 * 0.90 
     1328#    set in4_max 12 * 1.10 
     1329#    set in5_min 3.3 * 0.90 
     1330#    set in5_max 3.3 * 1.10 
    13251331 
    13261332# Depending on how your chipset is hardwired, you may or may not have 
     
    13351341    label temp1 "CPU Temp" 
    13361342    label temp2 "M/B Temp" 
    1337     set temp1_low 10 
    1338     set temp1_high 60 
    1339     set temp2_low 10 
    1340     set temp2_high 45 
     1343#    set temp1_low 10 
     1344#    set temp1_high 60 
     1345#    set temp2_low 10 
     1346#    set temp2_high 45 
    13411347 
    13421348 
     
    13821388#   label temp3 "AUX Temp" 
    13831389 
    1384    set Vccp1_min    vid * 0.95 
    1385    set Vccp1_max    vid * 1.05 
    1386    set "3.3V_min"   3.3 * 0.92 
    1387    set "3.3V_max"   3.3 * 1.08 
    1388    set "5V_min"       5 * 0.92 
    1389    set "5V_max"       5 * 1.08 
    1390    set "12V_min"     12 * 0.90 
    1391    set "12V_max"     12 * 1.10 
     1390#   set Vccp1_min    vid * 0.95 
     1391#   set Vccp1_max    vid * 1.05 
     1392#   set "3.3V_min"   3.3 * 0.92 
     1393#   set "3.3V_max"   3.3 * 1.08 
     1394#   set "5V_min"       5 * 0.92 
     1395#   set "5V_max"       5 * 1.08 
     1396#   set "12V_min"     12 * 0.90 
     1397#   set "12V_max"     12 * 1.10 
    13921398 
    13931399# These ones are mutually exclusive with temp3. If you have temp3, 
    13941400# comment out these lines as they will trigger errors on "sensors -s". 
    1395    set "2.5V_min"   2.5 * 0.92 
    1396    set "2.5V_max"   2.5 * 1.08 
    1397    set Vccp2_min    vid * 0.95 
    1398    set Vccp2_max    vid * 1.05 
     1401#   set "2.5V_min"   2.5 * 0.92 
     1402#   set "2.5V_max"   2.5 * 1.08 
     1403#   set Vccp2_min    vid * 0.95 
     1404#   set Vccp2_max    vid * 1.05 
    13991405 
    14001406# Increase fan clock dividers if your fans read 0 RPM while you know 
     
    14031409#   set fan2_div 4 
    14041410 
    1405    set fan1_min 3000 
    1406    set fan2_min 3000 
    1407  
    1408    set temp1_min   5 
    1409    set temp1_max  65 
    1410    set temp2_min   5 
    1411    set temp2_max  70 
     1411#   set fan1_min 3000 
     1412#   set fan2_min 3000 
     1413 
     1414#   set temp1_min   5 
     1415#   set temp1_max  65 
     1416#   set temp2_min   5 
     1417#   set temp2_max  70 
    14121418 
    14131419# Uncomment if you actually have temp3 (which means you don't have 2.5V 
     
    15621568    compute in7 ((6.8/10)+1)*@ ,  @/((6.8/10)+1) 
    15631569 
    1564     set in0_min 1.5 * 0.95 
    1565     set in0_max 1.5 * 1.05 
    1566     set in1_min 2.4 
    1567     set in1_max 2.6 
    1568     set in2_min 3.3 * 0.95 
    1569     set in2_max 3.3 * 1.05 
    1570     set in3_min 5.0 * 0.95 
    1571     set in3_max 5.0 * 1.05 
    1572     set in4_min 12 * 0.95 
    1573     set in4_max 12 * 1.05 
    1574     set in5_max -12 * 0.95 
    1575     set in5_min -12 * 1.05 
    1576     set in6_max -5 * 0.95 
    1577     set in6_min -5 * 1.05 
    1578     set in7_min 5 * 0.95 
    1579     set in7_max 5 * 1.05 
     1570#    set in0_min 1.5 * 0.95 
     1571#    set in0_max 1.5 * 1.05 
     1572#    set in1_min 2.4 
     1573#    set in1_max 2.6 
     1574#    set in2_min 3.3 * 0.95 
     1575#    set in2_max 3.3 * 1.05 
     1576#    set in3_min 5.0 * 0.95 
     1577#    set in3_max 5.0 * 1.05 
     1578#    set in4_min 12 * 0.95 
     1579#    set in4_max 12 * 1.05 
     1580#    set in5_max -12 * 0.95 
     1581#    set in5_min -12 * 1.05 
     1582#    set in6_max -5 * 0.95 
     1583#    set in6_min -5 * 1.05 
     1584#    set in7_min 5 * 0.95 
     1585#    set in7_max 5 * 1.05 
    15801586    #the chip does not support in8 min/max 
    15811587 
     
    15951601 
    15961602    label temp1       "M/B Temp" 
    1597     set   temp1_over  40 
    1598     set   temp1_low   15 
     1603#    set   temp1_over  40 
     1604#    set   temp1_low   15 
    15991605    label temp2       "CPU Temp" 
    1600     set   temp2_over  45 
    1601     set   temp2_low   15 
     1606#    set   temp2_over  45 
     1607#    set   temp2_low   15 
    16021608#   ignore temp3 
    16031609    label temp3       "Temp3" 
    1604     set   temp3_over  45 
    1605     set   temp3_low   15 
     1610#    set   temp3_over  45 
     1611#    set   temp3_low   15 
    16061612 
    16071613# The A7V8X-X has temperatures inverted, and needs a conversion for 
     
    16181624 
    16191625# Fans 
    1620     set fan1_min 0 
    1621     set fan2_min 3000 
     1626#   set fan1_min 0 
     1627#   set fan2_min 3000 
    16221628#   ignore fan3 
    1623     set fan3_min 3000 
     1629#   set fan3_min 3000 
    16241630 
    16251631# The following is for the Inside Technologies 786LCD which uses either a 
     
    17971803 
    17981804   ignore aout_enable 
    1799    set    aout_enable 1 
     1805#   set    aout_enable 1 
    18001806   label  aout        "Output" 
    1801    set    aout        0 
     1807#   set    aout        0 
    18021808 
    18031809chip "adm1021-*" "adm1023-*" "max1617-*" "max1617a-*" "thmc10-*" "lm84-*" "gl523sm-*" "mc1066-*" 
     
    18391845 
    18401846# change high and low limits to fit your needs 
    1841    set temp2_min   10 
    1842    set temp2_max   100 
     1847#   set temp2_min   10 
     1848#   set temp2_max   100 
    18431849 
    18441850# change critical limit and hysteresis to fit your needs 
    1845    set temp2_crit  50 
    1846    set temp2_hyst  40 
     1851#   set temp2_crit  50 
     1852#   set temp2_hyst  40 
    18471853 
    18481854 
     
    19942000#   set in1_min 2.5 * 0.95 
    19952001#   set in1_max 2.5 * 1.05 
    1996     set in2_min vid * 0.97 
    1997     set in2_max vid * 1.03 
    1998     set in3_min 5.0 * 0.95 
    1999     set in3_max 5.0 * 1.05 
    2000     set in4_min 12.0 * 0.90 
    2001     set in4_max 12.0 * 1.10 
    2002     set in5_min 3.3 * 0.95 
    2003     set in5_max 3.3 * 1.05 
     2002#   set in2_min vid * 0.97 
     2003#   set in2_max vid * 1.03 
     2004#   set in3_min 5.0 * 0.95 
     2005#   set in3_max 5.0 * 1.05 
     2006#   set in4_min 12.0 * 0.90 
     2007#   set in4_max 12.0 * 1.10 
     2008#   set in5_min 3.3 * 0.95 
     2009#   set in5_max 3.3 * 1.05 
    20042010 
    20052011    compute temp1  (@ - 65) / 0.9686,  (@ * 0.9686) + 65 
     
    20242030                   253 - (210 / (1 + (1 / (^ (((3435 * (25 - @)) / ((@ + 273.15) * 298.15))))))) 
    20252031 
    2026     set temp2_hyst 40 
    2027     set temp2_over 45 
    2028     set temp3_hyst 60 
    2029     set temp3_over 65 
    2030     set temp4_hyst 40 
    2031     set temp4_over 45 
    2032  
    2033     set fan1_min 3000 
    2034     set fan2_min 3000 
     2032#    set temp2_hyst 40 
     2033#    set temp2_over 45 
     2034#    set temp3_hyst 60 
     2035#    set temp3_over 65 
     2036#    set temp4_hyst 40 
     2037#    set temp4_over 45 
     2038 
     2039#    set fan1_min 3000 
     2040#    set fan2_min 3000 
    20352041 
    20362042chip "vt8231-*" 
     
    20892095#   set in2_max 2.0 * 1.05 
    20902096#   set in3_min 5.0 * 0.95 
    2091     set in3_max 5.0 * 1.05 
    2092     set in4_min 12.0 * 0.95 
    2093     set in4_max 12.0 * 1.05 
    2094     set in5_min 3.3 * 0.95 
    2095     set in5_max 3.3 * 1.05 
     2097#   set in3_max 5.0 * 1.05 
     2098#   set in4_min 12.0 * 0.95 
     2099#   set in4_max 12.0 * 1.05 
     2100#   set in5_min 3.3 * 0.95 
     2101#   set in5_max 3.3 * 1.05 
    20962102 
    20972103# For Intel CPU: 
     
    21492155 
    21502156    label in0 "+2.5V" 
    2151     set in0_min  2.5 * 0.95 
    2152     set in0_max  2.5 * 1.05 
     2157#    set in0_min  2.5 * 0.95 
     2158#    set in0_max  2.5 * 1.05 
    21532159 
    21542160    label in1 "VCore" 
    2155     set in1_min  vid * 0.95 
    2156     set in1_max  vid * 1.05 
     2161#    set in1_min  vid * 0.95 
     2162#    set in1_max  vid * 1.05 
    21572163 
    21582164    label in2 "+3.3V" 
    2159     set in2_min  3.3 * 0.95 
    2160     set in2_max  3.3 * 1.05 
     2165#    set in2_min  3.3 * 0.95 
     2166#    set in2_max  3.3 * 1.05 
    21612167 
    21622168    label in3 "+5V" 
    2163     set in3_min  5.0 * 0.95 
    2164     set in3_max  5.0 * 1.05 
     2169#    set in3_min  5.0 * 0.95 
     2170#    set in3_max  5.0 * 1.05 
    21652171 
    21662172    label in4 "+12V" 
    2167     set in4_min  12.0 * 0.95 
    2168     set in4_max  12.0 * 1.05 
     2173#    set in4_min  12.0 * 0.95 
     2174#    set in4_max  12.0 * 1.05 
    21692175 
    21702176    label in5 "VCC" 
    2171     set in5_min  3.3 * 0.95 
    2172     set in5_max  3.3 * 1.05 
     2177#    set in5_min  3.3 * 0.95 
     2178#    set in5_max  3.3 * 1.05 
    21732179 
    21742180    label in6 "+1.5V" 
    2175     set in6_min  1.5 * 0.95 
    2176     set in6_max  1.5 * 1.05 
     2181#    set in6_min  1.5 * 0.95 
     2182#    set in6_max  1.5 * 1.05 
    21772183#   ignore in6 
    21782184 
    21792185    label in7 "+1.8V" 
    2180     set in7_min  1.8 * 0.95 
    2181     set in7_max  1.8 * 1.05 
     2186#    set in7_min  1.8 * 0.95 
     2187#    set in7_max  1.8 * 1.05 
    21822188#   Haven't yet heard from any board that has 1.8V connected, so 
    21832189#   this might be more appropriate: 
     
    22042210 
    22052211    label in0 "VCore 1" 
    2206     set in0_min vid * 0.95 
    2207     set in0_max vid * 1.05 
     2212    #set in0_min vid * 0.95 
     2213    #set in0_max vid * 1.05 
    22082214 
    22092215    label in1 "VCore 2" 
    22102216    ignore in1 
    2211     set in1_min vid * 0.95 
    2212     set in1_max vid * 1.05 
     2217    #set in1_min vid * 0.95 
     2218    #set in1_max vid * 1.05 
    22132219 
    22142220    label in2 "+3.3V" 
    2215     set in2_min 3.3 * 0.95 
    2216     set in2_max 3.3 * 1.05 
     2221    #set in2_min 3.3 * 0.95 
     2222    #set in2_max 3.3 * 1.05 
    22172223 
    22182224    label in3 "+5V" 
    22192225    compute in3 1.68 * @ ,  @ / 1.68 
    2220     set in3_min 5.0 * 0.95 
    2221     set in3_max 5.0 * 1.05 
     2226    #set in3_min 5.0 * 0.95 
     2227    #set in3_max 5.0 * 1.05 
    22222228 
    22232229    label in4 "+12V" 
    22242230    compute in4 3.8 * @ , @ / 3.8 
    2225     set in4_min 12  * 0.90 
    2226     set in4_max 12  * 1.10 
     2231    #set in4_min 12  * 0.90 
     2232    #set in4_max 12  * 1.10 
    22272233 
    22282234    label in5 "-12V (reserved)" 
    22292235    #ignore in5 
    22302236    compute in5 -@ * 3.97 ,  -@ / 3.97 
    2231     set in5_max -12 * 0.90 
    2232     set in5_min -12 * 1.10 
     2237    #set in5_max -12 * 0.90 
     2238    #set in5_min -12 * 1.10 
    22332239 
    22342240    label in6 "-5V (reserved)" 
    22352241    #ignore in6 
    22362242    compute in6 -@ * 1.666 , -@ / 1.666 
    2237     set in6_max -5  * 0.95 
    2238     set in6_min -5  * 1.05 
     2243    #set in6_max -5  * 0.95 
     2244    #set in6_min -5  * 1.05 
    22392245 
    22402246    label temp1 "M/B Temp" 
    2241     set temp1_over 45 
    2242     set temp1_hyst 40 
     2247    #set temp1_over 45 
     2248    #set temp1_hyst 40 
    22432249 
    22442250    label temp2 "CPU Temp (Intel)" 
    22452251    #ignore temp2 
    2246     set temp2_over 60 
    2247     set temp2_hyst 50 
     2252    #set temp2_over 60 
     2253    #set temp2_hyst 50 
    22482254 
    22492255    # PWRTMP connector on P4S333, for external sensor 
    22502256    label temp3 "Power Temp" 
    22512257    #ignore temp3 
    2252     set temp3_over 45 
    2253     set temp3_hyst 40 
     2258    #set temp3_over 45 
     2259    #set temp3_hyst 40 
    22542260 
    22552261 
    22562262    # Used for Athlon diode, ignore for P4S333 
    22572263    label temp4 "CPU Temp (AMD)" 
    2258     set temp4_over 60 
    2259     set temp4_hyst 50 
     2264    #set temp4_over 60 
     2265    #set temp4_hyst 50 
    22602266    #ignore temp4 
    22612267 
    22622268    label fan1 "CPU Fan" 
    2263     set fan1_div 4 
    2264     set fan1_min 2000 
     2269    #set fan1_div 4 
     2270    #set fan1_min 2000 
    22652271 
    22662272    label fan2 "Chassis Fan" 
    2267     set fan2_div 2 
    2268     set fan2_min 4000 
     2273    #set fan2_div 2 
     2274    #set fan2_min 4000 
    22692275 
    22702276    label fan3 "Power Fan" 
    2271     set fan3_div 2 
    2272     set fan3_min 4000 
     2277    #set fan3_div 2 
     2278    #set fan3_min 4000 
    22732279 
    22742280# 
     
    22782284chip "lm85c-*" "adm1027-*" "adt7463-*" "lm85-*" "lm85b-*" 
    22792285 
    2280    set temp1_max 50 
     2286#   set temp1_max 50 
    22812287 
    22822288# Voltage inputs 
     
    23252331 
    23262332# Set voltage limits 
    2327    set in0_min  1.5 * 0.95 
    2328    set in0_max  1.5 * 1.05 
    2329    set in1_min  vid * 0.95 
    2330    set in1_max  vid * 1.05 
    2331    set in2_min  3.3 * 0.95 
    2332    set in2_max  3.3 * 1.05 
    2333    set in3_min  5.0 * 0.95 
    2334    set in3_max  5.0 * 1.05 
    2335    set in4_min   12 * 0.95 
    2336    set in4_max   12 * 1.05 
     2333#   set in0_min  1.5 * 0.95 
     2334#   set in0_max  1.5 * 1.05 
     2335#   set in1_min  vid * 0.95 
     2336#   set in1_max  vid * 1.05 
     2337#   set in2_min  3.3 * 0.95 
     2338#   set in2_max  3.3 * 1.05 
     2339#   set in3_min  5.0 * 0.95 
     2340#   set in3_max  5.0 * 1.05 
     2341#   set in4_min   12 * 0.95 
     2342#   set in4_max   12 * 1.05 
    23372343 
    23382344# Set Fan limits 
    2339    set fan1_min 4000 
     2345#   set fan1_min 4000 
    23402346 
    23412347# Set Temp Limits 
    2342    set temp1_min 10 
    2343    set temp1_max 50 
    2344    set temp2_min 10 
    2345    set temp2_max 35 
    2346    set temp3_min 10 
    2347    set temp3_max 35 
     2348#   set temp1_min 10 
     2349#   set temp1_max 50 
     2350#   set temp2_min 10 
     2351#   set temp2_max 35 
     2352#   set temp3_min 10 
     2353#   set temp3_max 35 
    23482354 
    23492355chip "pc87366-*" 
     
    23692375   set in8_min   3.0 
    23702376   set in8_max   3.6 
    2371    set in9_min   2.4 
    2372    set in9_max   3.6 
     2377#   set in9_min   2.4 
     2378#   set in9_max   3.6 
    23732379   set in10_min  3.0 
    23742380   set in10_max  3.6 
     
    23832389   label temp3_crit  "S-IO Crit" 
    23842390 
    2385    set temp1_min    0 
    2386    set temp1_max   70 
    2387    set temp1_crit  85 
    2388    set temp2_min    0 
    2389    set temp2_max   70 
    2390    set temp2_crit  85 
    2391    set temp3_min    0 
    2392    set temp3_max   70 
    2393    set temp3_crit  85 
     2391#   set temp1_min    0 
     2392#   set temp1_max   70 
     2393#   set temp1_crit  85 
     2394#   set temp2_min    0 
     2395#   set temp2_max   70 
     2396#   set temp2_crit  85 
     2397#   set temp3_min    0 
     2398#   set temp3_max   70 
     2399#   set temp3_crit  85 
    23942400 
    23952401# Thermistors 
     
    24322438#   ignore fan3 
    24332439 
    2434    set fan1_min 2000 
    2435    set fan2_min 2000 
    2436    set fan3_min 2000 
     2440#   set fan1_min 2000 
     2441#   set fan2_min 2000 
     2442#   set fan3_min 2000 
    24372443 
    24382444 
     
    24442450   label temp2_crit "CPU Crit" 
    24452451 
    2446    set temp1_max  60 
    2447    set temp2_max  70 
    2448    set temp1_crit 85 
    2449    set temp2_crit 85 
     2452#   set temp1_max  60 
     2453#   set temp2_max  70 
     2454#   set temp1_crit 85 
     2455#   set temp2_crit 85 
    24502456 
    24512457   label fan1 "CPU Fan" 
    24522458 
    2453    set fan1_min 2000 
     2459#   set fan1_min 2000 
    24542460 
    24552461 
     
    24632469   label temp3_crit "AUX Crit" 
    24642470 
    2465    set temp1_max  60 
    2466    set temp2_max  70 
    2467    set temp3_max  70 
    2468    set temp1_crit 85 
    2469    set temp2_crit 85 
    2470    set temp3_crit 85 
     2471#   set temp1_max  60 
     2472#   set temp2_max  70 
     2473#   set temp3_max  70 
     2474#   set temp1_crit 85 
     2475#   set temp2_crit 85 
     2476#   set temp3_crit 85 
    24712477 
    24722478   label fan1 "CPU Fan" 
    24732479   label fan2 "Case Fan" 
    24742480 
    2475    set fan1_min 2000 
    2476    set fan2_min 2000 
     2481#   set fan1_min 2000 
     2482#   set fan2_min 2000 
    24772483 
    24782484 
     
    25112517    compute in1 @*(1+(56/10)),  @/(1+(56/10)) 
    25122518    compute in6 @*(1+(22/10)),  @/(1+(22/10)) 
    2513     set in1_min   12.0*0.9 
    2514     set in1_max   12.0*1.1 
    2515     set in6_min   5.0*0.95 
    2516     set in6_max   5.0*1.05 
     2519#    set in1_min   12.0*0.9 
     2520#    set in1_max   12.0*1.1 
     2521#    set in6_min   5.0*0.95 
     2522#    set in6_max   5.0*1.05 
    25172523 
    25182524# Set the 3.3V 
    2519     set in2_min   3.3*0.95 
    2520     set in2_max   3.3*1.05 
    2521     set in3_min   3.3*0.95 
    2522     set in3_max   3.3*1.05 
    2523     set in7_min   3.3*0.95 
    2524     set in7_max   3.3*1.05 
    2525     set in8_min   3.3*0.95 
    2526     set in8_max   3.3*1.05 
     2525#    set in2_min   3.3*0.95 
     2526#    set in2_max   3.3*1.05 
     2527#    set in3_min   3.3*0.95 
     2528#    set in3_max   3.3*1.05 
     2529#    set in7_min   3.3*0.95 
     2530#    set in7_max   3.3*1.05 
     2531#    set in8_min   3.3*0.95 
     2532#    set in8_max   3.3*1.05 
    25272533 
    25282534# Fans 
     
    25322538#  ignore fan3 
    25332539#  ignore fan4 
    2534    set fan1_min    1200 
    2535    set fan2_min    1700 
     2540#  set fan1_min    1200 
     2541#  set fan2_min    1700 
    25362542 
    25372543# Temperatures 
     
    25702576   compute in8  @*(1+200/47),  @/(1+200/47) 
    25712577 
    2572    set in0_min  3.3 * 0.95 
    2573    set in0_max  3.3 * 1.05 
     2578   # in0 is the chip's own VCC. 
     2579   set in0_min  3.0 
     2580   set in0_max  3.6 
     2581 
    25742582   #set in1_min  1.2 * 0.95 
    25752583   #set in1_max  1.2 * 1.05