All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] First shot at Asus M2N-SLI Deluxe config file
@ 2008-02-21  0:30 Matt Roberds
  2008-02-21  7:27 ` Jean Delvare
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Matt Roberds @ 2008-02-21  0:30 UTC (permalink / raw)
  To: lm-sensors

[-- Attachment #1: Type: TEXT/PLAIN, Size: 164 bytes --]

All,

Here's a first shot at a config file for an Asus M2N-SLI Deluxe
motherboard.  It may also work for other versions of the M2N-SLI; I
don't know.

Matt Roberds

[-- Attachment #2: Asus M2N-SLI Deluxe config --]
[-- Type: TEXT/PLAIN, Size: 1717 bytes --]

# First cut at a minimal sensors3.conf for Asus M2N-SLI Deluxe motherboard
# Matt Roberds, 20 Feb 2008


chip "it8716-*"

# Voltages

    label  in0  "VCore"
    label  in1  "VDDR"
    ignore in2             # 3.3 V?
    label  in3  "+5V"      # VCC
    label  in4  "+12V"
    label  in5  "-12V"
    label  in6  "-5V"
    label  in7  "5VSB"     # VCCH
    label  in8  "VBat"

    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)

# in5 and in6 appear to be wrong (I get around -17 V and -9 V with these
# 'compute' lines), but I'm not sure how to adjust the 'compute' lines.

    compute in5  (1+232/56)*@ - 4.096*232/56 , (@ + 4.096*232/56)/(1+232/56)
    compute in6  (1+120/56)*@ - 4.096*120/56 , (@ + 4.096*120/56)/(1+120/56)

# Temperatures

# Not sure.  temp1 always reads close to what k8temp reports for Core0.
# temp3 always reads approximate ambient temperature.  temp2 is between
# temp1 and temp3.

# Fans

    label  fan1 "CPU Fan"
    label  fan2 "Chassis Fan 1"
    label  fan3 "Power Supply Fan"


chip "ADT7475-*"

# For some reason, ignoring vccp, remote1, and remote2 doesn't work.  Is
# it because they have ALARM set?

# Voltages

    ignore vccp
    label  vcc  "+3.3V"

# Temperatures

# Not 100% sure.  remote1 and 2 don't appear to be hooked up; local is
# on board the adt7475 chip itself.

    ignore remote1
    ignore remote2

# Fans

    label  fan1 "Chassis Fan 4"
    label  fan2 "Chassis Fan 2"
    label  fan3 "Chassis Fan 3"
    ignore fan4


chip "k8temp-*"

   label temp1 "Core0 Temp"
   label temp3 "Core1 Temp"


[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2008-03-30 19:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21  0:30 [lm-sensors] First shot at Asus M2N-SLI Deluxe config file Matt Roberds
2008-02-21  7:27 ` Jean Delvare
2008-02-21 10:41 ` Hans de Goede
2008-02-21 14:19 ` Matt Roberds
2008-02-26 18:36 ` Jordan Crouse
2008-02-26 19:06 ` Matt Roberds
2008-02-26 19:13 ` Matt Roberds
2008-02-26 19:33 ` Hans de Goede
2008-02-26 20:39 ` Hans de Goede
2008-02-26 20:43 ` Jordan Crouse
2008-02-26 20:46 ` Hans de Goede
2008-02-26 20:50 ` Jordan Crouse
2008-03-30 19:02 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.