# Configuration file for lm_sensors. # # These settings are for a PC Chips main board model M810LR, PCB Rev 5.0, # which uses a IT8705F for monitoring with the SIS630. # BIOS identifier: AMI BIOS, ..... -SiS730S-M810LR-H # # Installation: copy this to /etc/sensors.conf # # Volker Kuhlmann, 31 Oct, 17 Dec 2005 # Note modprobe it87 no longer has a temp_type option. # Delete or comment out above it87 sections and uncomment the following. # This is based on the "Inside Technologies 786LCD which uses either a IT8705F # or a SIS950 for monitoring with the SIS630". chip "it87-*" label in0 "VCore 1" label in1 "VCore 2" label in2 "+3.3V" label in3 "+5V" label in4 "+12V" label in5 "3.3 Stdby" label in6 "-12V" label in7 "5 Stdby" label in8 "VBat" # in0 will depend on your processor VID value, set to voltage specified in # bios setup screen (Does this apply to my board? What's vid?) set in0_min 1.5 * 0.95 set in0_max 1.5 * 1.05 set in1_min 2.4 set in1_max 2.6 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_min 3.3 * 0.95 set in5_max 3.3 * 1.05 set in6_max -12 * 0.90 set in6_min -12 * 1.10 set in7_min 5 * 0.95 set in7_max 5 * 1.05 # vid not monitored by IT8705F ignore vid # computations compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) compute in4 ((30/10) +1)*@ , @/((30/10) +1) compute in6 (1+232/56)*@ - 4.096*232/56, (@ + 4.096*232/56)/(1+232/56) compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1) # Temperature label temp1 "Sys Temp" set temp1_over 40 set temp1_low 15 label temp2 "CPU Temp" set temp2_over 45 set temp2_low 15 ignore temp3 # Fans set fan1_min 3000 set fan2_min 0 ignore fan3