####### # Sensors configuration file used by 'libsensors' for Tyan S2925 # # To support Nvidia MCP55 SMBus controller, lm-sensors 2.10.1 is at least # If using Linux Kernel 2.6, Linux Kernel 2.6.18 is at least # # Otherwise, user need edit the driver code and recompile it according to follow instruction # # 1. If Linux Kernel equal or above 2.6.18, go to step 4. # # 2. Add Nforce4 Device ID into driver code. # Edit file "driver/i2c/busses/i2c-nforce2.c", # # a) Look for structure "nforce2_ids", and add new member with # "{ PCI_VENDOR_ID_NVIDIA, 0x0368, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }," # or "{ # .vendor = PCI_VENDOR_ID_NVIDIA, # .device = 0x0368, # .subvendor = PCI_ANY_ID, # .subdevice = PCI_ANY_ID, # .driver_data = 0, # }", depend on Linux Kernel. # b) Change the following definition # "#define NFORCE_PCI_SMB1 0x50 # #define NFORCE_PCI_SMB2 0x54" # to # "#define NFORCE_PCI_SMB1 0x20 # #define NFORCE_PCI_SMB2 0x24" # # 3. recompile the i2c-nforce2 module(make modules and make modules_install) # # 4. To your /etc/modules.conf file, add the lines: # alias char-major-89 i2c-dev # (some Linux distribution already do this step) # # 5. To your /etc/rc.xxx files, add the lines: # (in some Linux distribution, please use file /etc/modprobe.conf.local) # modprobe i2c-nforce2 # modprobe lm85 force_adm1027=0,0x2e # sensors -s # # Then copy this file to /etc/sensors.conf # # Notes: # # Edited by: Raphael Deng 09/07/2006 # # As LM-Sensors not support the SMSC SCH5017 Chip, I use other similar chip # to instead of it. # ####### chip "adm1027-i2c-*-2e" ignore pwm1 ignore pwm2 ignore pwm3 ignore vid label in0 "Dimm Volt" label in1 "CPU Core Volt" label in2 "System 3.3V" label in3 "System 5V" label in4 "System 12V" label fan1 "CPU Fan" label fan2 "Chassis Fan 1" label fan3 "Chassis Fan 3" label fan4 "Chassis Fan 4" label temp1 "CPU Temp" label temp2 "System Temp 1" label temp3 "System Temp 2" compute in0 2*@ , @/2 set in0_min 1.8 * 0.95 set in0_max 1.8 * 1.05 set in1_min 1.35 * 0.95 set in1_max 1.35 * 1.05 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 * 0.95 set in4_max 12.0 * 1.05