Changeset 1120
- Timestamp:
- 06/04/01 01:21:23 (12 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/etc/sensors.conf.eg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/etc/sensors.conf.eg
r1112 r1120 310 310 # 311 311 # SiS5595 temperature calculation 312 # The driver does NOT includea calculation due to the wide312 # The driver currently includes a calculation due to the wide 313 313 # variation in thermistor types on SiS5595 motherboards. 314 # The driver currently has a calculation of t = (.83x + 52.12). 315 # One user reports the correct formula of t = (.345x - 12). 316 # So you want to put a compute line in sensors.conf that has 317 # the inverse of the driver formula, and put your formula on top of it. 318 # The inverse of the driver formula is x = (1.20t - 62.77) 319 # So the final formula is newt = (.345(1.20t - 62.77)) - 12). 320 # Put this in the sensors.conf file as 321 # compute temp ((.345 * ((1.20 * @) - 62.77)) - 12), ... 322 # where ... is the inverse function I leave to you. 323 # 314 324 # Look in your 'Vendor.ini' file to see which one is present 315 325 # on your motherboard. Look for the line like: 316 326 # [Temp1] 317 327 # ThermistorType = NTC-10KC15-1608-1P 318 # Uncomment the correct 'compute' line below to match your319 # thermistor type.328 # Fix up a 'compute' line to match your thermistor type. 329 # Warning. You still don't have enough information to do this. 320 330 # ThermistorType = NTC-10KC15-1608-1P (10K at 25C; Beta = 3435) 321 # ThermistorType = NTC-103KC15-1608-1P 331 # compute temp ((X * ((1.20 * @) - 62.77)) - Y), ... 332 # ThermistorType = NTC-103KC15-1608-1P (??) 333 # compute temp ((X * ((1.20 * @) - 62.77)) - Y), ... 322 334 # ThermistorType = NTC-103AT-2 (10K at 25C; Beta = 3435) 335 # compute temp ((X * ((1.20 * @) - 62.77)) - Y), ... 323 336 # ThermistorType = NTC-103JT (10K at 25C; Beta = 3435) 337 # compute temp ((X * ((1.20 * @) - 62.77)) - Y), ... 324 338 325 339 # examples for sis5595 temperature limits; 326 # for sis5595, temp_h ist is really the low limit, not a hysteresis value340 # for sis5595, temp_hyst is really the low limit, not a hysteresis value 327 341 # set temp_over 40 328 342 # set temp_hyst 37
