All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] Config for MSI GF615M-P33 (MS-7597)
@ 2011-07-14  3:55 John Smith
  2011-07-14  4:11 ` John Smith
  2011-07-16 13:07 ` Jean Delvare
  0 siblings, 2 replies; 3+ messages in thread
From: John Smith @ 2011-07-14  3:55 UTC (permalink / raw)
  To: lm-sensors


[-- Attachment #1.1: Type: text/plain, Size: 1753 bytes --]

Hello, this is a another configuration file for the MSI GF615M-P33 (MS-7597) motherboard, in case someone finds it usefull. ==========BEGIN sensors3.conf========== # lm_sensors configuration file for the MSI GF615M-P33 rev 1.3 (MS-7597)  # 2011-07-14 ,Kid from Belgrade
 # tweaked from config for MSI P35 Neo / MSI MS-7360 motherboard
 # 2007-09-21, Andre Jagusch
 # Comments welcome!

 chip "f71889ed-*"

 # Temperature
 label temp1 "CPU"
 label temp2 "System"
 ignore temp3

 # Fans
 label fan1 "CPU"
 label fan2 "System"
 label fan3 "Misc"
 # label fan3 "Power"
 # label fan4 "Aux"

 # sensors in2 in3 , in6 , in7 , in8 may be ignored since
 # they are not shown in BIOS for MS-7597
 # in6 is allways 0.00
 # Voltage
 label in0 "3.3V"
 label in1 "Vcore"
 # ignore in2
 # ignore in3
 label in2 "Vdimm"
 label in3 "Vchip"
 label in4 "+5V"
 ignore in6
 label in5 "12V"
 # ignore in7
 # ignore in8
 label in7 "3VSB"
 label in8 "Battery"

 # never change the in0, in7 and in8 compute, these are hardwired in the chip!
 # +5V +12V +3.3V computess looking fine for MS-7597 ,nothing changed
 compute in0 (@ * 2), (@ / 2)
 compute in2 (@ * 2), (@ / 2)
 compute in3 (@ * 2), (@ / 2)
 compute in4 (@ * 5.25), (@ / 5.25)
 compute in5 (@ * 11), (@ / 11)
 compute in6 (@ * 6.585), (@ / 6.585)
 compute in7 (@ * 2), (@ / 2)
 compute in8 (@ * 2), (@ / 2)


 # on fintek , first sensor is below or near the cpu socket (how to determine this?)
 # CPU temperature is also measurable by on-dye sensor on k10 series
 # now i have not find this anywhere and corection is corelated with fintek
 # tweaked for Athlon II x2 250 ,may defere for others
 chip "k10temp-*"

 label temp1 "CPU K10 Temp"

 compute temp1 (@ + 5.5), (@ - 5.5)

 ==========END sensors3.conf==========

[-- Attachment #1.2: Type: text/html, Size: 3890 bytes --]

[-- Attachment #2: 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] 3+ messages in thread

* Re: [lm-sensors] Config for MSI GF615M-P33 (MS-7597)
  2011-07-14  3:55 [lm-sensors] Config for MSI GF615M-P33 (MS-7597) John Smith
@ 2011-07-14  4:11 ` John Smith
  2011-07-16 13:07 ` Jean Delvare
  1 sibling, 0 replies; 3+ messages in thread
From: John Smith @ 2011-07-14  4:11 UTC (permalink / raw)
  To: lm-sensors

[-- Attachment #1: Type: text/plain, Size: 1984 bytes --]

Previous message was html
========BEGIN
# lm_sensors configuration file for the MSI GF615M-P33 rev 1.3 (MS-7597)
# 2011-07-14 ,Kid from Belgrade
# tweaked from config for MSI P35 Neo / MSI MS-7360 motherboard
# 2007-09-21, Andre Jagusch
# Comments welcome!

chip "f71889ed-*"

# Temperature
    label temp1       "CPU"
    label temp2       "System"
    ignore temp3

# Fans
    label fan1        "CPU"
    label fan2        "System"
    label fan3        "Misc"
#    label fan3        "Power"
#    label fan4        "Aux"

# sensors in2 in3    , in6    , in7 , in8  may be ignored since 
# they are not shown in BIOS for MS-7597
# in6 is allways 0.00
# Voltage
    label in0         "3.3V"
    label in1         "Vcore"
#    ignore in2
#    ignore in3
    label in2         "Vdimm"
    label in3         "Vchip"
    label in4         "+5V"
    ignore in6
    label in5         "12V"
#    ignore in7
#    ignore in8
    label in7         "3VSB"
    label in8         "Battery"

# never change the in0, in7 and in8 compute, these are hardwired in the chip!
# +5V +12V +3.3V computess looking fine for  MS-7597 ,nothing changed
    compute in0       (@ * 2), (@ / 2)
    compute in2       (@ * 2), (@ / 2)
    compute in3       (@ * 2), (@ / 2)
    compute in4       (@ * 5.25), (@ / 5.25)
    compute in5       (@ * 11), (@ / 11)
    compute in6       (@ * 6.585), (@ / 6.585)
    compute in7       (@ * 2), (@ / 2)
    compute in8       (@ * 2), (@ / 2)


# on fintek , first sensor is below or near the cpu socket (how to determine this?)
# CPU temperature is also measurable by on-dye sensor on k10 series
# now i have not find this anywhere and corection is corelated with fintek
# tweaked for Athlon II x2 250 ,may defere for others
chip "k10temp-*"

   label temp1 "CPU K10 Temp"

   compute temp1 (@ + 5.5), (@ - 5.5)
========END

[-- Attachment #2: Attachment: sensors33.conf --]
[-- Type: text/plain, Size: 1786 bytes --]

 
# lm_sensors configuration file for the MSI GF615M-P33 rev 1.3 (MS-7597)
# 2011-07-14 ,Kid from Belgrade
# tweaked from config for MSI P35 Neo / MSI MS-7360 motherboard
# 2007-09-21, Andre Jagusch
# Comments welcome!

chip "f71889ed-*"

# Temperature
    label temp1       "CPU"
    label temp2       "System"
    ignore temp3

# Fans
    label fan1        "CPU"
    label fan2        "System"
    label fan3        "Misc"
#    label fan3        "Power"
#    label fan4        "Aux"

# sensors in2 in3    , in6    , in7 , in8  may be ignored since 
# they are not shown in BIOS for MS-7597
# in6 is allways 0.00
# Voltage
    label in0         "3.3V"
    label in1         "Vcore"
#    ignore in2
#    ignore in3
    label in2         "Vdimm"
    label in3         "Vchip"
    label in4         "+5V"
    ignore in6
    label in5         "12V"
#    ignore in7
#    ignore in8
    label in7         "3VSB"
    label in8         "Battery"

# never change the in0, in7 and in8 compute, these are hardwired in the chip!
# +5V +12V +3.3V computess looking fine for  MS-7597 ,nothing changed
    compute in0       (@ * 2), (@ / 2)
    compute in2       (@ * 2), (@ / 2)
    compute in3       (@ * 2), (@ / 2)
    compute in4       (@ * 5.25), (@ / 5.25)
    compute in5       (@ * 11), (@ / 11)
    compute in6       (@ * 6.585), (@ / 6.585)
    compute in7       (@ * 2), (@ / 2)
    compute in8       (@ * 2), (@ / 2)


# on fintek , first sensor is below or near the cpu socket (how to determine this?)
# CPU temperature is also measurable by on-dye sensor on k10 series
# now i have not find this anywhere and corection is corelated with fintek
# tweaked for Athlon II x2 250 ,may defere for others
chip "k10temp-*"

   label temp1 "CPU K10 Temp"

   compute temp1 (@ + 5.5), (@ - 5.5)

[-- 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] 3+ messages in thread

* Re: [lm-sensors] Config for MSI GF615M-P33 (MS-7597)
  2011-07-14  3:55 [lm-sensors] Config for MSI GF615M-P33 (MS-7597) John Smith
  2011-07-14  4:11 ` John Smith
@ 2011-07-16 13:07 ` Jean Delvare
  1 sibling, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2011-07-16 13:07 UTC (permalink / raw)
  To: lm-sensors

On Thu, 14 Jul 2011 04:11:04 +0000, John Smith wrote:
> Previous message was html
> ====BEGIN
> # lm_sensors configuration file for the MSI GF615M-P33 rev 1.3 (MS-7597)
> # 2011-07-14 ,Kid from Belgrade
> # tweaked from config for MSI P35 Neo / MSI MS-7360 motherboard
> # 2007-09-21, Andre Jagusch
> # Comments welcome!
> (...)

Added to the wiki as:
http://www.lm-sensors.org/wiki/Configurations/MSI/GF615M-P33

Thanks for your contribution.

-- 
Jean Delvare

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

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

end of thread, other threads:[~2011-07-16 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-14  3:55 [lm-sensors] Config for MSI GF615M-P33 (MS-7597) John Smith
2011-07-14  4:11 ` John Smith
2011-07-16 13:07 ` 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.