##### # Sensors configuration file used by 'libsensors' for Tyan S2466-4M # # To your /etc/modules.conf file, add the lines: # alias char-major-89 i2c-dev # options w83781d force_w83782d=0,0x2d force_subclients=0,0x2d,0x48,0x49 force_w83627hf=0,0x2c force_subclients=0,0x2c,0x4a,0x4b init=0 # # To your /etc/rc.xxx files, add the lines: # modprobe i2c-amd756 # modprobe w83781d # modprobe eeprom # sensors -s # # Then copy this file to /etc/sensors.conf # # Edited by: kevin schlichter 05.16.03 # Update 07.30.03:kevin schlichter: add vid support # ##### chip "w83782d-*" ignore in0 ignore in1 ignore in5 ignore in7 ignore vid label in2 "AGP V" label in3 " +5 V" label in4 "DDR V" label in6 "3 VSB" label in8 "Bat V" label fan1 "chs1 Fan" label fan2 "chs2 Fan" label fan3 "chs3 Fan" label temp1 "VRM2 Temp" label temp2 "CPU1 Temp" label temp3 "CPU2 Temp" compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) # set limits to 5% for the critical voltages # set limits to 10% for the non-critical voltages # set limits to 20% for the battery voltage 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 in6_max 3.0 * 1.05 set in6_min 3.0 * 0.95 set in8_min 3.3 * 0.80 set in8_max 3.3 * 1.20 # thermal sensor types (do not adjust) set sensor1 2 set sensor2 2 set sensor3 2 # examples for temperature limits # set temp1_over 40 # set temp1_hyst 60 # set temp2_over 70 # set temp2_hyst 80 # set temp3_over 70 # set temp3_hyst 80 chip "w83627hf-*" ignore in3 ignore in6 ignore in7 ignore in8 ignore vid ignore fan3 label in0 "VCore1" label in1 "VCore2" label in2 "+3.3 V" label in4 " +12 V" label in5 " -12 V" label temp1 "VRM1 Temp" label temp2 "AGP Temp" label temp3 "DDR Temp" label fan1 "CPU1 Fan" label fan2 "CPU2 Fan" compute in4 ((3.8/1)+1)*@ , @/((3.8/1)+1) compute in5 (5.14*@)-14.91 , (@+14.91)/5.14 # set limits to 5% for the critical voltages # set limits to 10% for the non-critical voltages # set limits to 20% for the battery voltage set in0_min vid*0.95 set in0_max vid*1.05 set in1_min vid*0.95 set in1_max vid*1.05 set in2_min 3.3*0.95 set in2_max 3.3*1.05 set in4_max 12 * 0.90 set in4_min 12 * 1.10 set in5_max -12 * 0.90 set in5_min -12 * 1.10 # thermal sensor types (do not adjust) set sensor1 2 set sensor2 2 set sensor3 2 # examples for temperature limits # set temp1_over 40 # set temp1_hyst 37 # set temp2_over 52 # set temp2_hyst 47 # set temp3_over 52 # set temp3_hyst 47 set beep_enable 0