# lm_sensors configuration file for the board # DFI LP MI P55-T36 # (The above name is reported by sensors-detect -A rev. 5818) # 2010-06-26, Lars Kr. Lundin chip "it8720-*" # (sensors-detect -A: Found `ITE IT8720F Super IO Sensors') # Voltages # These voltages match those listed in the BIOS: label in0 "Vcore" label in1 "Vtt" label in2 "+3.30V" label in5 "CPU PLL" label in6 "DRAM Voltage" # Contributed by Jean Delvare label in3 "+5V" label in4 "+12V" label in7 "5VSB" compute in3 @ * (6.8/10+1), @ / (6.8/10+1) compute in7 @ * (6.8/10+1), @ / (6.8/10+1) # Jean Delvare suggested to determine the in4 scaling empirically, # using the +12V BIOS readout and /sys/class/hwmon/hwmon*/device/in4_input. # The +12V BIOS readout changes in 64mV increments, e.g. 12.032V, # while the in4 readout changes in 16mV increments, e.g. 3008mV. # It is thus concluded that the +12V/in4 ratio is exactly 4. compute in4 4*@ , @/4 # Temperatures # (sensors-detect -A finds NVIDIA i2c adapter i2c-[012345] # with clients found for i2c-1 and i2c-5. # The GPU temperature sensor is however not detected). label temp1 "PCH Temp" label temp2 "PWM Temp" label temp3 "CPU Temp" # Default sensors output for temp3 is "disabled" and a too low temp shown. # From intel.com: # Digital Thermal Sensor (DTS) Provides for more efficient processor and platform thermal control, improving system acoustics. The DTS continuously measures the temperature at each processing core. The ability to continuously measure and detect variations in processor temperature enables system fans to spin only as fast as needed to cool the system. The combination of these technologies can result in significantly lower noise emissions from the PC. # True Shown # 18 4 # Correct the CPU temperature (at least at 18C): compute temp3 14+@, @-14 # With the above correction the CPU temperature looks meaningful # and well correlated with the PWM temperature for varying CPU loads # and CPU fan speeds. # However the CPU temperature sensor responds to changes in the # CPU load almost instantaneously. # The sensor type for the DTS sensor currently comes out as: disabled # Don't know what sensor type to use for DTS sensor, so leave the default # set temp3_type 0 # Fans ignore fan1 # The BIOS labels the PWM (Pulse Width Modulated) fan "CPU fan". # The BIOS labels the other, non-PWM fan "PWM fan". This may be # because this second fan is intended to cool the mainboards # MOSFET PWMs. label fan2 "PWM fan" label fan3 "CPU fan" # Example sensors output (CPU busy, board powered by MINI-Box PW-200-M): # it8720-isa-0a10 # Adapter: ISA adapter # Vcore: +1.15 V (min = +0.00 V, max = +4.08 V) # Vtt: +1.15 V (min = +0.00 V, max = +4.08 V) # +3.30V: +3.28 V (min = +0.00 V, max = +4.08 V) # +5V: +4.87 V (min = +0.00 V, max = +6.85 V) # +12V: +11.71 V (min = +0.00 V, max = +16.32 V) # CPU PLL: +1.81 V (min = +0.00 V, max = +4.08 V) # DRAM Voltage: +1.65 V (min = +0.00 V, max = +4.08 V) # 5VSB: +4.87 V (min = +0.00 V, max = +6.85 V) # Vbat: +3.38 V # PWM fan: 4560 RPM (min = 0 RPM) # CPU fan: 482 RPM (min = 0 RPM) # PCH Temp: +47.0°C (low = -1.0°C, high = +127.0°C) sensor = thermistor # PWM Temp: +48.0°C (low = -1.0°C, high = +127.0°C) sensor = thermistor # CPU Temp: +48.0°C (low = +13.0°C, high = +141.0°C) sensor = disabled # cpu0_vid: +1.300 V # Jean Delvare suggested to examine the ISA registers: # > $ sudo isadump -y -k 0x87,0x01,0x55,0x55 0x2e 0x2f 7 # > 0 1 2 3 4 5 6 7 8 9 a b c d e f # > 00: 00 00 00 00 00 00 00 07 00 00 00 00 00 00 00 00 # > 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # > 20: 87 20 08 00 00 01 fe 30 43 10 00 00 1f 00 00 00 # > 30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # > 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # > 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # > 60: 00 00 0a 20 0a 30 00 00 00 00 00 00 00 00 00 00 # > 70: 00 00 00 00 00 04 00 00 00 00 00 00 00 00 00 00 # > 80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # > 90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # > a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # > b0: 00 00 00 00 00 00 00 00 20 00 70 30 00 00 00 00 # > c0: 01 42 30 01 00 00 00 00 01 42 30 01 00 00 00 00 # > d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # > e0: 00 00 00 00 00 00 00 00 00 03 03 03 00 3e 3e 0c # > f0: 00 00 00 00 00 00 40 00 00 00 00 00 cf 00 00 00