Changeset 4772
- Timestamp:
- 09/05/07 17:00:40 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/etc/sensors.conf.eg
r4755 r4772 173 173 # Sensor type adjustments (certain chips only): 174 174 # ...Set temp1 to processor's thermal diode: 175 # set sensor11 (Winbond chips)176 # set sensor13 (IT87xx and MTP008 chips)175 # set temp1_type 1 (Winbond chips) 176 # set temp1_type 3 (IT87xx and MTP008 chips) 177 177 # 178 178 # ...Set temp1 sensor to 3904 transistor: 179 # set sensor12 (Winbond chips)179 # set temp1_type 2 (Winbond chips) 180 180 # 181 181 # ...Set temp1 to thermistor: 182 # set sensor13435 (Winbond chips)183 # set sensor12 (IT87xx and MTP008 chips)182 # set temp1_type 3435 (Winbond chips) 183 # set temp1_type 2 (IT87xx and MTP008 chips) 184 184 # 185 185 # Often, a temperature sensor is disconnected; disable it with an ignore line: … … 199 199 # Here are some examples: 200 200 # 201 # set in0_max vid*1.05202 # set in0_min vid*0.95203 # set temp1_ over40204 # set temp1_ hyst 37201 # set in0_max cpu0_vid*1.05 202 # set in0_min cpu0_vid*0.95 203 # set temp1_max 40 204 # set temp1_max_hyst 37 205 205 # 206 206 # Think of tempx_over as 'alarm set' and tempx_hyst as 'alarm clear' … … 241 241 # There is one other feature: the 'bus' statement. An example is below. 242 242 # 243 # bus "i2c-0" "SMBus PIIX4 adapter at e800" "Non-I2C SMBus adapter"243 # bus "i2c-0" "SMBus PIIX4 adapter at e800" 244 244 # 245 245 # If we refer from now on to 'i2c-0' in 'chip' lines, this will run-time … … 325 325 # Here, we assume the VID readings are valid, and we use a max. 5% deviation 326 326 327 # set in0_min vid*0.95328 # set in0_max vid*1.05329 # set in1_min vid*0.95330 # set in1_max vid*1.05327 # set in0_min cpu0_vid*0.95 328 # set in0_max cpu0_vid*1.05 329 # set in1_min cpu0_vid*0.95 330 # set in1_max cpu0_vid*1.05 331 331 # set in2_min 3.3 * 0.95 332 332 # set in2_max 3.3 * 1.05 … … 335 335 # set in4_min 12 * 0.95 336 336 # set in4_max 12 * 1.05 337 # set in5_m ax-12 * 0.95338 # set in5_m in-12 * 1.05339 # set in6_m ax-5 * 0.95340 # set in6_m in-5 * 1.05341 342 # Examples for lm78, lm7 8j, lm79 temperature limits343 # set temp _over40344 # set temp _hyst 37337 # set in5_min -12 * 0.95 338 # set in5_max -12 * 1.05 339 # set in6_min -5 * 0.95 340 # set in6_max -5 * 1.05 341 342 # Examples for lm78, lm79 temperature limits 343 # set temp1_max 40 344 # set temp1_max_hyst 37 345 345 346 346 # Examples for w83781d temperature limits 347 # set temp1_ over40348 # set temp1_ hyst 37349 # set temp2_ over52350 # set temp2_ hyst 47351 # set temp3_ over52352 # set temp3_ hyst 47347 # set temp1_max 40 348 # set temp1_max_hyst 37 349 # set temp2_max 52 350 # set temp2_max_hyst 47 351 # set temp3_max 52 352 # set temp3_max_hyst 47 353 353 354 354 # Examples of fan low speed limits … … 365 365 # generally show the M/B temperature while the lm75 temp sensor will show 366 366 # the CPU temperature. 367 # label temp "M/B Temp"367 # label temp1 "M/B Temp" 368 368 369 369 # Uncomment the following line to enable beeps for all alarms on this chip … … 376 376 # Most boards don't need scaling. Following is 377 377 # for the Asus TX97-E. If it doesn't work for you, feel free to complain. 378 # compute temp @*2.0, @/2.0378 # compute temp1 @*2.0, @/2.0 379 379 380 380 # Examples for temperature limits 381 # set temp _over 70382 # set temp _hyst 65381 # set temp1_max 70 382 # set temp1_max_hyst 65 383 383 384 384 # In case a lm75 is used together with a lm78, the lm78 temp sensor will 385 385 # generally show the M/B temperature while the lm75 temp sensor will show 386 386 # the CPU temperature. 387 # label temp "CPU Temp"387 # label temp1 "CPU Temp" 388 388 389 389 … … 421 421 # So the final formula is newt = (.345(1.20t - 62.77)) - 12). 422 422 # Put this in the sensors.conf file as 423 # compute temp ((.345 * ((1.20 * @) - 62.77)) - 12), ...423 # compute temp1 ((.345 * ((1.20 * @) - 62.77)) - 12), ... 424 424 # where ... is the inverse function I leave to you. 425 425 # … … 431 431 # Warning. You still don't have enough information to do this. 432 432 # ThermistorType = NTC-10KC15-1608-1P (10K at 25C; Beta = 3435) 433 # compute temp ((X * ((1.20 * @) - 62.77)) - Y), ...433 # compute temp1 ((X * ((1.20 * @) - 62.77)) - Y), ... 434 434 # ThermistorType = NTC-103KC15-1608-1P (??) 435 # compute temp ((X * ((1.20 * @) - 62.77)) - Y), ...435 # compute temp1 ((X * ((1.20 * @) - 62.77)) - Y), ... 436 436 # ThermistorType = NTC-103AT-2 (10K at 25C; Beta = 3435) 437 # compute temp ((X * ((1.20 * @) - 62.77)) - Y), ...437 # compute temp1 ((X * ((1.20 * @) - 62.77)) - Y), ... 438 438 # ThermistorType = NTC-103JT (10K at 25C; Beta = 3435) 439 # compute temp ((X * ((1.20 * @) - 62.77)) - Y), ...439 # compute temp1 ((X * ((1.20 * @) - 62.77)) - Y), ... 440 440 441 441 # examples for sis5595 temperature limits; 442 442 # for sis5595, temp_hyst is really the low limit, not a hysteresis value 443 # set temp _over40444 # set temp _hyst 37443 # set temp1_max 40 444 # set temp1_max_hyst 37 445 445 446 446 … … 479 479 # set limits to 20% for the battery voltage 480 480 481 # set in0_min vid*0.95482 # set in0_max vid*1.05483 # set in1_min vid*0.95484 # set in1_max vid*1.05481 # set in0_min cpu0_vid*0.95 482 # set in0_max cpu0_vid*1.05 483 # set in1_min cpu0_vid*0.95 484 # set in1_max cpu0_vid*1.05 485 485 # set in2_min 3.3 * 0.95 486 486 # set in2_max 3.3 * 1.05 … … 502 502 # 3435 = thermistor with Beta = 3435 503 503 # If temperature changes very little, try 1 or 2. 504 # set sensor11505 # set sensor22506 # set sensor33435504 # set temp1_type 1 505 # set temp2_type 2 506 # set temp3_type 3435 507 507 508 508 # examples for temperature limits 509 # set temp1_ over40510 # set temp1_ hyst 37511 # set temp2_ over52512 # set temp2_ hyst 47513 # set temp3_ over52514 # set temp3_ hyst 47509 # set temp1_max 40 510 # set temp1_max_hyst 37 511 # set temp2_max 52 512 # set temp2_max_hyst 47 513 # set temp3_max 52 514 # set temp3_max_hyst 47 515 515 516 516 … … 539 539 # set limits to 20% for the battery voltage 540 540 541 # set in0_min vid*0.95542 # set in0_max vid*1.05541 # set in0_min cpu0_vid*0.95 542 # set in0_max cpu0_vid*1.05 543 543 # set in2_min 3.3 * 0.95 544 544 # set in2_max 3.3 * 1.05 … … 556 556 # 3435 = thermistor with Beta = 3435 557 557 # If temperature changes very little, try 1 or 2. 558 # set sensor11559 # set sensor22558 # set temp1_type 1 559 # set temp2_type 2 560 560 561 561 # examples for temperature limits 562 # set temp1_ over40563 # set temp1_ hyst 37564 # set temp2_ over52565 # set temp2_ hyst 47562 # set temp1_max 40 563 # set temp1_max_hyst 37 564 # set temp2_max 52 565 # set temp2_max_hyst 47 566 566 567 567 … … 641 641 # 3435 = thermistor with Beta = 3435 642 642 # If temperature changes very little, try 1 or 2. 643 # set sensor11644 # set sensor22645 # set sensor33435643 # set temp1_type 1 644 # set temp2_type 2 645 # set temp3_type 3435 646 646 647 647 # examples for temperature limits 648 # set temp1_ over40649 # set temp1_ hyst 37650 # set temp2_ over52651 # set temp2_ hyst 47648 # set temp1_max 40 649 # set temp1_max_hyst 37 650 # set temp2_max 52 651 # set temp2_max_hyst 47 652 652 653 653 … … 687 687 # if your vid is wrong, you'll need to adjust in0_min and in0_max 688 688 689 # set in0_min vid * 0.95690 # set in0_max vid * 1.05689 # set in0_min cpu0_vid * 0.95 690 # set in0_max cpu0_vid * 1.05 691 691 # set in1_min 12 * 0.90 692 692 # set in1_max 12 * 1.10 … … 706 706 # 3435 = thermistor with Beta = 3435 707 707 # If temperature changes very little, try 1 or 2. 708 # set sensor11709 # set sensor22710 # set sensor33435708 # set temp1_type 1 709 # set temp2_type 2 710 # set temp3_type 3435 711 711 712 712 label temp1 "M/B Temp" … … 715 715 716 716 # examples for temperature limits 717 # set temp1_ over40718 # set temp1_ hyst 37719 # set temp2_ over52720 # set temp2_ hyst 47721 # set temp3_ over52722 # set temp3_ hyst 47717 # set temp1_max 40 718 # set temp1_max_hyst 37 719 # set temp2_max 52 720 # set temp2_max_hyst 47 721 # set temp3_max 52 722 # set temp3_max_hyst 47 723 723 724 724 # ignore fan1 … … 776 776 # temp2 limits examples 777 777 778 # set temp2_ over42779 # set temp2_ hyst 37778 # set temp2_max 42 779 # set temp2_max_hyst 37 780 780 781 781 # ignore examples … … 881 881 # set limits to 20% for the battery voltage 882 882 883 # set in0_min vid*0.95884 # set in0_max vid*1.05885 # set in1_min vid*0.95886 # set in1_max vid*1.05883 # set in0_min cpu0_vid*0.95 884 # set in0_max cpu0_vid*1.05 885 # set in1_min cpu0_vid*0.95 886 # set in1_max cpu0_vid*1.05 887 887 # set in2_min 3.3 * 0.95 888 888 # set in2_max 3.3 * 1.05 … … 891 891 # set in4_min 12 * 0.90 892 892 # set in4_max 12 * 1.10 893 # set in5_m ax-12 * 0.90894 # set in5_m in-12 * 1.10895 # set in6_m ax-5 * 0.95896 # set in6_m in-5 * 1.05893 # set in5_min -12 * 0.90 894 # set in5_max -12 * 1.10 895 # set in6_min -5 * 0.95 896 # set in6_max -5 * 1.05 897 897 898 898 # examples for temperature limits 899 # set temp1_ over40900 # set temp1_ hyst 37901 # set temp2_ over52902 # set temp2_ hyst 47903 # set temp3_ over52904 # set temp3_ hyst 47899 # set temp1_max 40 900 # set temp1_max_hyst 37 901 # set temp2_max 52 902 # set temp2_max_hyst 47 903 # set temp3_max 52 904 # set temp3_max_hyst 47 905 905 906 906 … … 912 912 # reasonable values with EISCA connected Fan78 913 913 914 label vdd "+5V" 915 label vin1 "+3.3V" 916 label vin2 "+12V" 917 label vin3 "Vcore" 918 919 # vin2 depends on external resistors (4,7k and 15k assumed here) 920 # vin1 and vin3 require no scaling 921 922 compute vin2 (197/47)*@ , @/(197/47) 923 924 # set vdd_min 4.8 925 # set vdd_max 5.2 926 # set vin1_min 3.20 927 # set vin1_max 3.40 928 # set vin2_min 11.0 929 # set vin2_max 13.0 930 # set vin3_min 2.10 931 # set vin3_max 2.30 932 # set fan1_off 0 914 label in0 "+5V" 915 label in1 "+3.3V" 916 label in2 "+12V" 917 label in3 "Vcore" 918 919 # in2 depends on external resistors (4,7k and 15k assumed here) 920 # in1 and in3 require no scaling 921 922 compute in2 (197/47)*@ , @/(197/47) 923 924 # set in0_min 4.8 925 # set in0_max 5.2 926 # set in1_min 3.20 927 # set in1_max 3.40 928 # set in2_min 11.0 929 # set in2_max 13.0 930 # set in3_min 2.10 931 # set in3_max 2.30 933 932 # set fan2_min 0 934 935 # Do NOT uncomment the following line with the Linux 2.6 kernel driver,936 # as it'll raise an error.937 # set iterate 2938 933 939 934 … … 949 944 # at the same time. 950 945 951 # set two_temps 1 952 953 label vdd "+5V" 954 label vin1 "+3.3V" 955 label vin2 "+12V" 956 label vin3 "Vcore" 957 label vin4 "-12V" 958 959 # vin1 and vin3 require no scaling 960 # vin2 depends on external resistors (4,7k and 15k assumed) 961 962 # vin4 = ((R1+R2)/R2)*@ - (R1/R2)*vdd 946 label in0 "+5V" 947 label in1 "+3.3V" 948 label in2 "+12V" 949 label in3 "Vcore" 950 label in4 "-12V" 951 952 # in1 and in3 require no scaling 953 # in2 depends on external resistors (4,7k and 15k assumed) 954 955 # in4 = ((R1+R2)/R2)*@ - (R1/R2)*vdd 963 956 # 964 957 # -12 --| R1 |---t---| R2 |-- +5 … … 967 960 # 968 961 969 compute vin2 (197/47)*@ , @/(197/47)970 compute vin4 (5*@)-(4*vdd) , (@+4*vdd)/5971 972 # set vdd_min 4.8973 # set vdd_max 5.2974 # set vin1_min 3.20975 # set vin1_max 3.40976 # set vin2_min 11.0977 # set vin2_max 13.0978 # set vin3_min 2.10979 # set vin3_max 2.30962 compute in2 (197/47)*@ , @/(197/47) 963 compute in4 (5*@)-(4*in0) , (@+4*in0)/5 964 965 # set in0_min 4.8 966 # set in0_max 5.2 967 # set in1_min 3.20 968 # set in1_max 3.40 969 # set in2_min 11.0 970 # set in2_max 13.0 971 # set in3_min 2.10 972 # set in3_max 2.30 980 973 981 974 … … 1039 1032 # set in6_max -5 * 0.95 1040 1033 1041 # examples for lm80 temperature limits1042 # WARNING - nonstandard names and functions for the lm80!!!1043 1034 # All 4 of these limits apply to the single temperature sensor. 1044 # "hot" is like the standard alarm for most chips. 1045 # "os" is the threshold for the overtemperature shutdown output. 1046 # "os" may or may not do anything on your motherboard but it should 1047 # be set higher than the "hot" thresholds. 1048 # Note that the /proc file 'temp" also has five entries instead of 1049 # the usual three. 1050 # set temp_hot_hyst 45 1051 # set temp_hot_max 52 1052 # set temp_os_hyst 57 1053 # set temp_os_max 62 1035 # "crit" may or may not do anything on your motherboard but it should 1036 # be set higher than the "max" thresholds. 1037 # set temp1_max_hyst 45 1038 # set temp1_max 52 1039 # set temp1_crit_hyst 57 1040 # set temp1_crit 62 1054 1041 1055 1042 … … 1072 1059 # line below. 1073 1060 1074 label "2.0V""CPU core"1075 label "2.5V""+2.5V"1076 #ignore "2.5V"1077 label "3.3V""I/O"1078 label "5.0V""+5V"1079 label "12V""+12V"1061 label in0 "CPU core" 1062 label in1 "+2.5V" 1063 #ignore in1 1064 label in2 "I/O" 1065 label in3 "+5V" 1066 label in4 "+12V" 1080 1067 1081 1068 label fan1 "CPU Fan" … … 1126 1113 # due to noise.) 1127 1114 1128 # set temp1_ hyst 401129 # set temp1_ over451130 # set temp2_ hyst 551131 # set temp2_ over601132 # set temp3_ hyst 601133 # set temp3_ over651115 # set temp1_max_hyst 40 1116 # set temp1_max 45 1117 # set temp2_max_hyst 55 1118 # set temp2_max 60 1119 # set temp3_max_hyst 60 1120 # set temp3_max 65 1134 1121 1135 1122 # You could set your fan limits too, but the defaults should be fine. … … 1179 1166 1180 1167 # examples for temperature limits 1181 # set temp1_ over401182 # set temp1_ hyst 371183 # set temp2_ over521184 # set temp2_ hyst 471185 # set temp3_ over521186 # set temp3_ hyst 471168 # set temp1_max 40 1169 # set temp1_max_hyst 37 1170 # set temp2_max 52 1171 # set temp2_max_hyst 47 1172 # set temp3_max 52 1173 # set temp3_max_hyst 47 1187 1174 1188 1175 # End of standard mtp008 configuration … … 1230 1217 # ignore temp1 1231 1218 # label temp2 "MB Temp" 1232 # set temp2_ over521233 # set temp2_ hyst 471219 # set temp2_max 52 1220 # set temp2_max_hyst 47 1234 1221 # ignore temp3 1235 1222 … … 1253 1240 1254 1241 # Tolerate a 5% deviance for CPU power-supply 1255 # set in1_min vid * 0.951256 # set in1_max vid * 1.051242 # set in1_min cpu0_vid * 0.95 1243 # set in1_max cpu0_vid * 1.05 1257 1244 # Tolerate a 10% deviance for other voltages 1258 1245 # set in0_min 2.5 * 0.90 … … 1278 1265 label temp1 "CPU Temp" 1279 1266 label temp2 "M/B Temp" 1280 # set temp1_ low101281 # set temp1_ high601282 # set temp2_ low101283 # set temp2_ high451267 # set temp1_min 10 1268 # set temp1_max 60 1269 # set temp2_min 10 1270 # set temp2_max 45 1284 1271 1285 1272 … … 1312 1299 # with double quotes. 1313 1300 1314 label "2.5V""+2.5V"1315 label Vccp1"VCore"1316 label "3.3V""+3.3V"1317 label "5V""+5V"1318 label "12V""+12V"1319 # label Vccp2"VCore2"1301 label in0 "+2.5V" 1302 label in1 "VCore" 1303 label in2 "+3.3V" 1304 label in3 "+5V" 1305 label in4 "+12V" 1306 # label in5 "VCore2" 1320 1307 1321 1308 label fan1 "CPU Fan" 1322 1309 # label fan2 "Case Fan" 1323 1310 label temp1 "M/B Temp" 1324 label CPU_Temp"CPU Temp"1311 label temp2 "CPU Temp" 1325 1312 # label temp3 "AUX Temp" 1326 1313 1327 # set Vccp1_minvid * 0.951328 # set Vccp1_maxvid * 1.051329 # set "3.3V_min"3.3 * 0.921330 # set "3.3V_max"3.3 * 1.081331 # set "5V_min"5 * 0.921332 # set "5V_max"5 * 1.081333 # set "12V_min"12 * 0.901334 # set "12V_max"12 * 1.101314 # set in1_min cpu0_vid * 0.95 1315 # set in1_max cpu0_vid * 1.05 1316 # set in2_min 3.3 * 0.92 1317 # set in2_max 3.3 * 1.08 1318 # set in3_min 5 * 0.92 1319 # set in3_max 5 * 1.08 1320 # set in4_min 12 * 0.90 1321 # set in4_max 12 * 1.10 1335 1322 1336 1323 # These ones are mutually exclusive with temp3. If you have temp3, 1337 1324 # comment out these lines as they will trigger errors on "sensors -s". 1338 # set "2.5V_min"2.5 * 0.921339 # set "2.5V_max"2.5 * 1.081340 # set Vccp2_minvid * 0.951341 # set Vccp2_maxvid * 1.051325 # set in0_min 2.5 * 0.92 1326 # set in0_max 2.5 * 1.08 1327 # set in5_min cpu0_vid * 0.95 1328 # set in5_max cpu0_vid * 1.05 1342 1329 1343 1330 # Increase fan clock dividers if your fans read 0 RPM while you know … … 1365 1352 # Note that the Linux 2.6 driver needs no recompilation, it'll read the 1366 1353 # configuration from the chip. 1367 # label AIN1"-12V"1368 # label AIN2"-5V"1369 # set AIN1_min -12 * 0.951370 # set AIN2_min -5 * 0.951371 # set AIN1_max -12 * 1.051372 # set AIN2_max -5 * 1.051373 # compute AIN1(7.50 * @) - 21.45 , (@ + 21.45) / 7.501374 # compute AIN2(4.05 * @) - 10.07 , (@ + 10.07) / 4.051354 # label in6 "-12V" 1355 # label in7 "-5V" 1356 # set in6_min -12 * 0.95 1357 # set in7_min -5 * 0.95 1358 # set in6_max -12 * 1.05 1359 # set in7_max -5 * 1.05 1360 # compute in6 (7.50 * @) - 21.45 , (@ + 21.45) / 7.50 1361 # compute in7 (4.05 * @) - 10.07 , (@ + 10.07) / 4.05 1375 1362 1376 1363 chip "adm9240-*" "ds1780-*" "lm81-*" … … 1389 1376 # with double quotes. 1390 1377 # 1391 # label "2.5V""xxx"1392 # label Vccp1 "xxx"1393 # label "3.3V""xxx"1394 # label "5V""xxx"1395 # label "12V""xxx"1396 # label Vccp2"xxx"1378 # label in0 "xxx" 1379 # label in1 "xxx" 1380 # label in2 "xxx" 1381 # label in3 "xxx" 1382 # label in4 "xxx" 1383 # label in5 "xxx" 1397 1384 # label fan1 "xxx" 1398 1385 # label fan2 "xxx" 1399 # label temp "xxx"1400 # 1401 # set Vccp1_min xxx1402 # set "2.5V_min"xxx1403 # set "3.3V_min"xxx1404 # set "5V_min"xxx1405 # set "12V_min"xxx1406 # set Vccp2_min xxx1407 # 1408 # set Vccp1_max xxx1409 # set "2.5V_max"xxx1410 # set "3.3V_max"xxx1411 # set "5V_max"xxx1412 # set "12V_max"xxx1413 # set Vccp2_max xxx1386 # label temp1 "xxx" 1387 # 1388 # set in1_min xxx 1389 # set in0_min xxx 1390 # set in2_min xxx 1391 # set in3_min xxx 1392 # set in4_min xxx 1393 # set in5_min xxx 1394 # 1395 # set in1_max xxx 1396 # set in0_max xxx 1397 # set in2_max xxx 1398 # set in3_max xxx 1399 # set in4_max xxx 1400 # set in5_max xxx 1414 1401 # 1415 1402 # set fan1_div xxx Note: do not uncomment with kernel 2.6 driver … … 1417 1404 # set fan1_min xxx 1418 1405 # set fan2_min xxx 1419 # set temp1_ hyst xxx1420 # set temp1_ overxxx1421 1422 # compute "2.5V"xxx1423 # compute Vccp1 xxx1424 # compute "3.3V"xxx1425 # compute "5V"xxx1426 # compute "12V"xxx1427 # compute Vccp2xxx1428 # compute temp xxx1406 # set temp1_max_hyst xxx 1407 # set temp1_max xxx 1408 1409 # compute in0 xxx 1410 # compute in1 xxx 1411 # compute in2 xxx 1412 # compute in3 xxx 1413 # compute in4 xxx 1414 # compute in5 xxx 1415 # compute temp1 xxx 1429 1416 1430 1417 chip "adm1024-*" … … 1434 1421 label fan1 "CPU1 fan" 1435 1422 label fan2 "CPU2 fan" 1436 label temp "SYS Temp"1437 label temp 1"CPU2 Temp"1438 label temp 2"CPU1 Temp"1439 ignore "2.5V" # This register is also used for temp21440 ignore "Vccp1"1441 ignore "Vccp2"1423 label temp1 "SYS Temp" 1424 label temp2 "CPU2 Temp" 1425 label temp3 "CPU1 Temp" 1426 ignore in0 # This register is also used for temp3 1427 ignore in1 1428 ignore in5 1442 1429 1443 1430 … … 1457 1444 label in7 "Stdby" 1458 1445 label in8 "VBat" 1459 1460 # vid is not monitored by IT8705F1461 # comment out if you have IT87121462 ignore vid1463 1446 1464 1447 # Incubus Saturnus reports that the IT87 chip on Asus A7V8X-X seems … … 1531 1514 # 1532 1515 # 2 = thermistor; 3 = thermal diode; 0 = unused 1533 # set sensor131534 # set sensor231535 # set sensor331516 # set temp1_type 3 1517 # set temp2_type 3 1518 # set temp3_type 3 1536 1519 # If a given sensor isn't used, you will probably want to ignore it 1537 1520 # (see ignore statement right below). 1538 1521 1539 1522 label temp1 "M/B Temp" 1540 # set temp1_ over401541 # set temp1_ low151523 # set temp1_max 40 1524 # set temp1_min 15 1542 1525 label temp2 "CPU Temp" 1543 # set temp2_ over451544 # set temp2_ low151526 # set temp2_max 45 1527 # set temp2_min 15 1545 1528 # ignore temp3 1546 1529 label temp3 "Temp3" 1547 # set temp3_ over451548 # set temp3_ low151530 # set temp3_max 45 1531 # set temp3_min 15 1549 1532 1550 1533 # The A7V8X-X has temperatures inverted, and needs a conversion for … … 1600 1583 # set in7_max 5 * 1.05 1601 1584 # vid not monitored by IT8705F 1602 # ignore vid1585 # ignore cpu0_vid 1603 1586 1604 1587 # compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) … … 1638 1621 # If vid (nominal CPU voltage) isn't correct, hardcode the correct value 1639 1622 # instead. 1640 # set in0_min vid * 0.951641 # set in0_max vid * 1.051623 # set in0_min cpu0_vid * 0.95 1624 # set in0_max cpu0_vid * 1.05 1642 1625 # set in1_min 1.8 * 0.95 1643 1626 # set in1_max 1.8 * 1.05 … … 1664 1647 # 1665 1648 # 2 = thermistor; 3 = thermal diode; 0 = unused 1666 # set sensor131667 # set sensor231668 # set sensor331649 # set temp1_type 3 1650 # set temp2_type 3 1651 # set temp3_type 3 1669 1652 1670 1653 # If a given sensor isn't used, you will probably want to ignore it … … 1677 1660 # ignore temp3 1678 1661 1679 # set temp1_ over601680 # set temp1_ low101681 # set temp2_ over501682 # set temp2_ low101662 # set temp1_max 60 1663 # set temp1_min 10 1664 # set temp2_max 50 1665 # set temp2_min 10 1683 1666 1684 1667 # Fans … … 1712 1695 # Voltage 1713 1696 1714 label volt12"+12V"1715 label volt5"+5V"1716 label voltbatt"Battery"1697 label in0 "+12V" 1698 label in1 "+5V" 1699 label in2 "Battery" 1717 1700 1718 1701 … … 1738 1721 # Voltage 1739 1722 1740 label volt12"+12V"1741 label volt5"+5V"1742 label voltbatt"+3.3V"1723 label in0 "+12V" 1724 label in1 "+5V" 1725 label in2 "+3.3V" 1743 1726 1744 1727 … … 1768 1751 compute in2 (@ * (10 * 33) / 255) + (0 / 100), (@ - (0 / 100)) * 255 / (10 * 33) 1769 1752 1770 # Read documentation before enabling pwm settings1771 # (see the fscher driver documentation in the kernel tree)1772 # WARNING: IMPROPER VALUES MAY DAMAGE YOUR SYSTEM DUE TO OVERHEATING!1773 1774 # Allow fans to turn off1775 # set pwm1 01776 # set pwm2 01777 # set pwm3 01778 1779 # Min cooling1780 # set pwm1 21781 # set pwm2 11782 # set pwm3 11783 1784 # Max cooling1785 # set pwm1 2551786 # set pwm2 2551787 # set pwm3 2551788 1789 1753 1790 1754 chip "pcf8591-*" … … 1793 1757 # 1794 1758 # Analog inputs 1795 1796 ignore ain_conf1797 # Since Linux 2.6, input configuration is set as module parameter,1798 # so the line below is for older kernels only.1799 # set ain_conf 01800 1759 1801 1760 # You may discard ch2 and ch3 if you don't use them (depends on the input 1802 1761 # configuration) 1803 # ignore ch21804 # ignore ch31805 1806 label ch0 "Chan. 0"1807 label ch1 "Chan. 1"1808 label ch2 "Chan. 2"1809 label ch3 "Chan. 3"1762 # ignore in2 1763 # ignore in3 1764 1765 label in0 "Chan. 0" 1766 label in1 "Chan. 1" 1767 label in2 "Chan. 2" 1768 label in3 "Chan. 3" 1810 1769 1811 1770 # The driver assumes Vref = 2.56V and Agnd = 0V. If it doesn't match 1812 1771 # your hardware, you have to use compute lines. The example below is 1813 1772 # correct for Vref = 5.0V and Agnd = 0V. 1814 # compute ch0 (@ * 500 / 256), (@ * 256 / 500) 1815 # compute ch1 (@ * 500 / 256), (@ * 256 / 500) 1816 # compute ch2 (@ * 500 / 256), (@ * 256 / 500) 1817 # compute ch3 (@ * 500 / 256), (@ * 256 / 500) 1818 1819 # Analog output 1820 1821 ignore aout_enable 1822 # set aout_enable 1 1823 label aout "Output" 1824 # set aout 0 1773 # compute in0 (@ * 500 / 256), (@ * 256 / 500) 1774 # compute in1 (@ * 500 / 256), (@ * 256 / 500) 1775 # compute in2 (@ * 500 / 256), (@ * 256 / 500) 1776 # compute in3 (@ * 500 / 256), (@ * 256 / 500) 1777 1825 1778 1826 1779 chip "adm1021-*" "adm1023-*" "max1617-*" "max1617a-*" "thmc10-*" "lm84-*" "gl523sm-*" "mc1066-*" 1827 1780 1828 label temp "Board Temp"1829 label remote_temp"CPU Temp"1830 # set temp _low401831 # set temp _over701832 # set remote_temp_low401833 # set remote_temp_over701781 label temp1 "Board Temp" 1782 label temp2 "CPU Temp" 1783 # set temp1_min 40 1784 # set temp1_max 70 1785 # set temp2_min 40 1786 # set temp2_max 70 1834 1787 1835 1788 chip "lm83-*" … … 1845 1798 1846 1799 # change high limits to fit your needs 1847 # set temp1_ high551848 # set temp2_ high601849 # set temp3_ high651850 # set temp4_ high601800 # set temp1_max 55 1801 # set temp2_max 60 1802 # set temp3_max 65 1803 # set temp4_max 60 1851 1804 1852 1805 # change critical limit to fit your needs 1853 1806 # only one limit for all four temperatures 1854 1807 # should be higher than each of the high limits above 1855 # set t crit 851808 # set temp3_crit 85 1856 1809 1857 1810 … … 1866 1819 1867 1820 # change critical limit and hysteresis to fit your needs 1868 # set temp2_crit 501869 # set temp2_ hyst 401821 # set temp2_crit 50 1822 # set temp2_crit_hyst 40 1870 1823 1871 1824 … … 1874 1827 label temp1 "M/B Temp" 1875 1828 label temp2 "CPU Temp" 1876 label t crit1"M/B Crit"1877 label t crit2"CPU Crit"1829 label temp1_crit "M/B Crit" 1830 label temp2_crit "CPU Crit" 1878 1831 1879 1832 # change high and low limits to fit your needs 1880 # set temp1_ low101881 # set temp1_ high551882 # set temp2_ low101883 # set temp2_ high661833 # set temp1_min 10 1834 # set temp1_max 55 1835 # set temp2_min 10 1836 # set temp2_max 66 1884 1837 1885 1838 # change critical limits to fit your needs 1886 1839 # should be higher than the corresponding high limit above 1887 # set t crit1751888 # set t crit2851840 # set temp1_crit 75 1841 # set temp2_crit 85 1889 1842 1890 1843 # change the hysteresis values (to critical limits) to fit your needs … … 1894 1847 # between critical temperatures and respective absolute hysteresis can 1895 1848 # never exceed this value 1896 # set hyst1701849 # set temp1_crit_hyst 70 1897 1850 1898 1851 chip "lm99-*" … … 1900 1853 label temp1 "G/C Temp" 1901 1854 label temp2 "GPU Temp" 1902 label t crit1"G/C Crit"1903 label t crit2"GPU Crit"1855 label temp1_crit "G/C Crit" 1856 label temp2_crit "GPU Crit" 1904 1857 1905 1858 # note #1: only the LM99 needs this; for a LM89, comment the compute line … … 1911 1864 1912 1865 # change high and low limits to fit your needs 1913 # set temp1_ low101914 # set temp1_ high901915 # set temp2_ low101916 # set temp2_ high1001866 # set temp1_min 10 1867 # set temp1_max 90 1868 # set temp2_min 10 1869 # set temp2_max 100 1917 1870 1918 1871 # change critical limits to fit your needs 1919 1872 # should be higher than the corresponding high limit above 1920 # set t crit11001921 # set t crit21101873 # set temp1_crit 100 1874 # set temp2_crit 110 1922 1875 1923 1876 # change the hysteresis values (to critical limits) to fit your needs … … 1927 1880 # between critical temperatures and respective absolute hysteresis can 1928 1881 # never exceed this value 1929 # set hyst11051882 # set temp1_crit_hyst 105 1930 1883 1931 1884 … … 1938 1891 1939 1892 # Change limits to fit your needs. Note that temp2_crit is read-only. 1940 # set temp1_ high501941 # set temp2_ low101942 # set temp2_ high701893 # set temp1_max 50 1894 # set temp2_min 10 1895 # set temp2_max 70 1943 1896 # set temp2_crit_hyst 75 1944 1897 # set fan1_min 2000 … … 1946 1899 1947 1900 chip "vt1211-*" 1948 1949 # 1 for temp, 0 for volt.1950 # Sensor Voltage Mode Temp Mode config bit1951 # -------- ------------ --------- --------------1952 # Reading 1 temp11953 # Reading 3 temp21954 # UCH1/Reading2 in0 temp3 0x04 (4)1955 # UCH2 in1 temp4 0x08 (8)1956 # UCH3 in2 temp5 0x10 (16)1957 # UCH4 in3 temp6 0x20 (32)1958 # UCH5 in4 temp7 0x40 (64)1959 # 3.3V in51960 1961 # Set uch1-2 to temp mode, uch3-5 to voltage mode. This works only1962 # for the 2.4 driver. For the 2.6 driver use the uch_config module parameter.1963 # If the value doesn't match the hardware wiring, you'll get weird readings!1964 # set config 121965 1966 # The 2.6 driver will automatically ignore the inputs which are not1967 # configured, but the 2.4 driver will not so you'll need to add ignore1968 # statements depending on the config value above.1969 # ignore in01970 # ignore in11971 # ignore temp31972 # ignore temp41973 ignore temp51974 ignore temp61975 ignore temp71976 1901 1977 1902 label in0 "+3.3V" … … 2013 1938 # set in1_max 2.5 * 1.05 2014 1939 # If your vid is wrong, hardcode the CPU voltage (e.g. 1.4) 2015 # set in2_min vid * 0.972016 # set in2_max vid * 1.031940 # set in2_min cpu0_vid * 0.97 1941 # set in2_max cpu0_vid * 1.03 2017 1942 # set in3_min 5.0 * 0.95 2018 1943 # set in3_max 5.0 * 1.05 … … 2062 1987 2.2 / (1 + (^ (3435 / 298.15 - 3435 / (273.15 + @)))) 2063 1988 2064 # set temp1_ hyst 802065 # set temp1_ over852066 # set temp2_ hyst 602067 # set temp2_ over652068 # set temp3_ hyst 602069 # set temp3_ over652070 # set temp4_ hyst 402071 # set temp4_ over451989 # set temp1_max_hyst 80 1990 # set temp1_max 85 1991 # set temp2_max_hyst 60 1992 # set temp2_max 65 1993 # set temp3_max_hyst 60 1994 # set temp3_max 65 1995 # set temp4_max_hyst 40 1996 # set temp4_max 45 2072 1997 2073 1998 # set fan1_min 3000 … … 2075 2000 2076 2001 chip "vt8231-*" 2077 #2078 # 1 for temp, 0 for volt.2079 # Sensor Voltage Mode Temp Mode config bit2080 # -------- ------------ --------- --------------2081 # Reading 1 temp12082 # UCH1 in0 temp2 0x04 (4)2083 # UCH2 in1 temp3 0x08 (8)2084 # UCH3 in2 temp4 0x10 (16)2085 # UCH4 in3 temp5 0x20 (32)2086 # UCH5 in4 temp6 0x40 (64)2087 # 3.3V in52088 #2089 # Hardware default is UCH1 in temp mode, UCH2-5 in voltage mode2090 # Note that the Linux 2.6 driver will not let you change the channel2091 # configuration. In theory, the BIOS should have done it properly.2092 # set config 42093 2094 # ignore in02095 # ignore temp32096 # ignore temp42097 # ignore temp52098 # ignore temp62099 2002 2100 2003 label in1 "+2.5V" … … 2153 2056 2.2 / (1 + (^ (3435 / 298.15 - 3435 / (273.15 + @)))) 2154 2057 2155 # set temp1_ hyst 602156 # set temp1_ over652157 # set temp2_ hyst 402158 # set temp2_ over452058 # set temp1_max_hyst 60 2059 # set temp1_max 65 2060 # set temp2_max_hyst 40 2061 # set temp2_max 45 2159 2062 2160 2063 # set fan1_min 3000 … … 2193 2096 2194 2097 label in1 "VCore" 2195 # set in1_min vid * 0.952196 # set in1_max vid * 1.052098 # set in1_min cpu0_vid * 0.95 2099 # set in1_max cpu0_vid * 1.05 2197 2100 2198 2101 label in2 "+3.3V" … … 2242 2145 2243 2146 label in0 "VCore 1" 2244 #set in0_min vid * 0.952245 #set in0_max vid * 1.052147 #set in0_min cpu0_vid * 0.95 2148 #set in0_max cpu0_vid * 1.05 2246 2149 2247 2150 label in1 "VCore 2" 2248 2151 ignore in1 2249 #set in1_min vid * 0.952250 #set in1_max vid * 1.052152 #set in1_min cpu0_vid * 0.95 2153 #set in1_max cpu0_vid * 1.05 2251 2154 2252 2155 label in2 "+3.3V" … … 2277 2180 2278 2181 label temp1 "M/B Temp" 2279 #set temp1_ over452280 #set temp1_ hyst 402182 #set temp1_max 45 2183 #set temp1_max_hyst 40 2281 2184 2282 2185 label temp2 "CPU Temp (Intel)" 2283 2186 #ignore temp2 2284 #set temp2_ over602285 #set temp2_ hyst 502187 #set temp2_max 60 2188 #set temp2_max_hyst 50 2286 2189 2287 2190 # PWRTMP connector on P4S333, for external sensor 2288 2191 label temp3 "Power Temp" 2289 2192 #ignore temp3 2290 #set temp3_ over452291 #set temp3_ hyst 402193 #set temp3_max 45 2194 #set temp3_max_hyst 40 2292 2195 2293 2196 2294 2197 # Used for Athlon diode, ignore for P4S333 2295 2198 label temp4 "CPU Temp (AMD)" 2296 #set temp4_ over602297 #set temp4_ hyst 502199 #set temp4_max 60 2200 #set temp4_max_hyst 50 2298 2201 #ignore temp4 2299 2202 … … 2335 2238 # label fan4 "Fan4" 2336 2239 2337 # PWM Outputs2338 label pwm1 "CPU_PWM"2339 label pwm2 "Fan2_PWM"2340 label pwm3 "Fan3_PWM"2341 2342 2240 # Voltage scaling is done on-chip. No 'compute' directive 2343 2241 # should be necessary. If in0 has external scaling set … … 2348 2246 # Adjust fans speeds for actual pulses per rev 2349 2247 # compute fan1 @ * 2, @ / 2 # 1 pulse per rev 2350 # set fan1_ppr 1 # ADM1027 or ADT74632351 2248 # compute fan2 @ / 2, @ * 2 # 4 pulse per rev 2352 # set fan2_ppr 4 # ADM1027 or ADT74632353 2249 2354 2250 # Ignore fans you (or your motherboard) don't have … … 2360 2256 # set in0_min 1.5 * 0.95 2361 2257 # set in0_max 1.5 * 1.05 2362 # set in1_min vid * 0.952363 # set in1_max vid * 1.052258 # set in1_min cpu0_vid * 0.95 2259 # set in1_max cpu0_vid * 1.05 2364 2260 # set in2_min 3.3 * 0.95 2365 2261 # set in2_max 3.3 * 1.05 … … 2513 2409 chip "lm92-*" 2514 2410 2515 label temp "CPU Temp"2411 label temp1 "CPU Temp" 2516 2412 2517 2413 # Change limits as you see fit 2518 # set temp_low 14 2519 # set temp_high 60 2520 # set temp_crit 72 2521 # Hysteresis is computed from critical limit for Linux 2.6, 2522 # and from high limit for Linux 2.4. That might change in the future. 2523 # Whatever, the same relative hysteresis is used for all of low, high 2414 # set temp1_min 14 2415 # set temp1_max 60 2416 # set temp1_crit 72 2417 # Hysteresis is computed from critical limit 2418 # The same relative hysteresis is used for all of low, high 2524 2419 # and critical limits. 2525 # set temp_hyst 70 # Linux 2.6 2526 # set temp_hyst 58 # Linux 2.4 2420 # set temp1_crit_hyst 70 2527 2421 2528 2422 … … 2573 2467 2574 2468 # ignore temp3 2575 # set temp1_ over452576 # set temp1_ hyst 402577 # set temp2_ over452578 # set temp2_ hyst 402469 # set temp1_max 45 2470 # set temp1_max_hyst 40 2471 # set temp2_max 45 2472 # set temp2_max_hyst 40 2579 2473 2580 2474 … … 2638 2532 label temp3 "Aux Temp" 2639 2533 2640 #set temp1_max 602641 #set temp1_ hyst 582642 #set temp2_max 502643 #set temp2_ hyst 482644 #set temp3_max 502645 #set temp3_ hyst 482534 #set temp1_max 60 2535 #set temp1_max_hyst 58 2536 #set temp2_max 50 2537 #set temp2_max_hyst 48 2538 #set temp3_max 50 2539 #set temp3_max_hyst 48 2646 2540 2647 2541 … … 2739 2633 label fan6 "Fan6" 2740 2634 2741 # PWM Outputs2742 label pwm1 "CPU_PWM"2743 label pwm2 "Fan2_PWM"2744 label pwm3 "Fan3_PWM"2745 label pwm5 "Fan5_PWM"2746 label pwm6 "Fan6_PWM"2747 2748 2635 # Set voltage limits 2749 2636 # set in0_min 5.0 * 0.95
