On Thu, 21 Feb 2008, Jean Delvare wrote: > On Wed, 20 Feb 2008 18:30:58 -0600 (CST), Matt Roberds wrote: >> Here's a first shot at a config file for an Asus M2N-SLI Deluxe >> motherboard. My second shot is attached. I have changed the name to inlclude the "deluxe" designation. This second shot also requires a small patch to Jordan Crouse's latest adt7475.c driver to work; a diff is attached as well. >> chip "it8716-*" >> >> ignore in2 # 3.3 V? > > I would be very surprised if +3.3V wasn't monitored. Doesn't it show > in the BIOS? It shows in the BIOS, but appears to be monitored by the adt7475 chip, not the it8716. This input always reads 0 V on the it8716. > Most modern motherboards do not monitor -5V, and in general they don't > monitor -12V either. Look in your BIOS, it probably doesn't display > these either. Running it with no compute lines gave 0 V, and the BIOS only reports VCore, +3.3V, +5V, and +12V values, so I set the -5V and -12V to ignore. >> # Not sure. temp1 always reads close to what k8temp reports for Core0. >> # temp3 always reads approximate ambient temperature. temp2 is between >> # temp1 and temp3. > > What does the BIOS display? It only displays two temperatures: CPU and MB. I have revised the labels based on the temperature readings and the labels in your M2N32-SLI configuration. >> chip "ADT7475-*" >> >> # For some reason, ignoring vccp, remote1, and remote2 doesn't work. >> # Is it because they have ALARM set? > > "vccp", "remote1" and "remote2" are not standard sysfs names, so I am > not surprised that libsensors doesn't recognize them. Should be in<N> > and temp<N>. Those names are coming from the adt7475 driver. I modified Jordan Crouse's latest driver to report the standard names; a diff is attached. >> label vcc "+3.3V" > > "vcc" isn't a standard name either, I guess that this label statement > has no effect? Correct. With the attached diff, it works again. Matt Roberds -------------- next part -------------- # Second cut at a minimal sensors3.conf for Asus M2N-SLI Deluxe motherboard # Based on existing entries in sensors3.conf and Jean Delvare's configuration # for the Asus M2N32-SLI # Matt Roberds, 21 Feb 2008 chip "it8716-*" # Voltages label in0 "VCore" label in1 "VDDR" # Not in BIOS ignore in2 # 3.3 V is monitored by adt7475 label in3 "+5V" # VCC label in4 "+12V" ignore in5 # -12 V not monitored ignore in6 # -5 V not monitored label in7 "5VSB" # Not in BIOS label in8 "VBat" # Not in BIOS # Vcore, VDDR, and Vbat are connected directly, so no compute # line is needed for these. For +5V, +12V and 5VSB, the default # resistors seem to have been used. compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1) compute in4 ((30/10)+1)*@ , @/((30/10)+1) compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1) # Temperatures # Not sure. temp1 always reads close to what k8temp reports for Core0, # and to what the BIOS reports as the CPU temperature. temp2 is between # temp1 and temp3; it is close to what the BIOS reports as the motherboard # temperature. temp3 always reads approximate ambient temperature. label temp1 "CPU Temp" label temp2 "MB Temp" label temp3 "MB Temp" # Fans label fan1 "CPU Fan" label fan2 "Chassis Fan 1" label fan3 "Power Supply Fan" # Ignore fans you don't have # ignore fan2 # ignore fan3 chip "adt7475-*" # Note: this section depends on some further hacks I have made to # Jordan Crouse's driver # Voltages ignore in1 label in2 "+3.3V" # Temperatures # temp1 and temp3 don't appear to be hooked up; temp2 is on board the # adt7475 chip itself. ignore temp1 label temp2 "ADT7475 Temp" ignore temp3 # Fans label fan1 "Chassis Fan 4" label fan2 "Chassis Fan 2" label fan3 "Chassis Fan 3" ignore fan4 # Ignore fans you don't have # ignore fan1 # ignore fan2 # ignore fan3 chip "k8temp-*" label temp1 "core0 temp" label temp3 "core1 temp" -------------- next part -------------- A non-text attachment was scrubbed... Name: adt7475.diff Type: text/x-diff Size: 1724 bytes Desc: Patch of J Crouse's adt7475.c; std sysfs names, ADT lowcase Url : http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20080221/cef3b74f/attachment.bin