All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] Configuration MSI 975X Platinum (MS-7246)
@ 2010-10-10  2:52 "Leonardo Marín"
  2010-10-23 15:43 ` Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: "Leonardo Marín" @ 2010-10-10  2:52 UTC (permalink / raw)
  To: lm-sensors


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

# lm_sensors configuration file for the MSI 975X Platinum (MS-7246), Bios (v1.40)
# Sensor Chip, Winbond W83627EHF/EHG

#######################
### sensors3.conf ###

chip "w83627ehf-*" "w83627dhg-*"

 label in0 "VCore" # CPU Core Voltage
 label in1 "VPCIEx" # PCI Express Voltage
 label in2 "AVCC"
 label in3 "3VCC"
 label in6 "+ 5V" # +5V, or so i think
 label in7 "3VSB"
 label in8 "VBAT"
 label in9 "+12V" # +12V, or so i think

## +12V is in9 and +5V is in6 ##
 compute in9 @*(1+(56/10)), @/(1+(56/10))
 compute in6 @*(1+(22/10)), @/(1+(22/10))

 set in9_min 12.0*0.9
 set in9_max 12.0*1.1
 set in6_min 5.0*0.9
 set in6_max 5.0*1.1

 set in0_min 0.9
 set in0_max 1.7
 set in1_min 1.4
 set in1_max 2.0
 set in2_min 3.3*0.9
 set in2_max 3.3*1.1
 set in3_min 3.3*0.9
 set in3_max 3.3*1.1
 set in7_min 3.3*0.9
 set in7_max 3.3*1.1
 set in8_min 3.3*0.9
 set in8_max 3.3*1.1

 ignore in4
 ignore in5

## Temperatures ##

 label temp1 "Sys Temp"
 label temp2 "CPU Temp"
 label temp3 "AUX Temp"

 set temp1_max 55
 set temp1_max_hyst 48
 set temp2_max 55
 set temp2_max_hyst 47
 set temp3_max 55
 set temp3_max_hyst 50

## Fans ##

 label fan1 "PWR Fan"
 label fan2 "CPU Fan"
 label fan3 "NB Fan"
 label fan4 "Sys Fan"

 set fan2_min 800

 ignore fan1
 ignore fan3
 ignore fan4
 ignore fan5

### end of sensors3.conf ###
############################

############
### demo ###
#
# root@LM # sensors
# w83627ehf-isa-0290
# Adapter: ISA adapter
# VCore: +1.24 V (min = +0.90 V, max = +1.70 V) 
# VPCIEx: +1.54 V (min = +1.40 V, max = +2.00 V) 
# AVCC: +3.30 V (min = +2.98 V, max = +3.63 V) 
# 3VCC: +3.30 V (min = +2.98 V, max = +3.63 V) 
# + 5V: +5.02 V (min = +4.51 V, max = +5.50 V) 
# 3VSB: +3.25 V (min = +2.98 V, max = +3.63 V) 
# VBAT: +2.99 V (min = +2.98 V, max = +3.63 V) 
# +12V: +12.14 V (min = +10.82 V, max = +13.20 V) 
# CPU Fan: 3515 RPM (min = 803 RPM, div = 16)
# Sys Temp: +39.0°C (high = +55.0°C, hyst = +48.0°C) sensor = thermistor
# CPU Temp: +35.5°C (high = +55.0°C, hyst = +47.0°C) sensor = diode
# AUX Temp: +46.0°C (high = +55.0°C, hyst = +50.0°C) sensor = thermistor
# cpu0_vid: +1.288 V
#
#### end demo ###
#################



L.J.Marín
Linux Counter # 447624

[-- Attachment #1.2: Type: text/html, Size: 4464 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] 2+ messages in thread

* Re: [lm-sensors] Configuration MSI 975X Platinum (MS-7246)
  2010-10-10  2:52 [lm-sensors] Configuration MSI 975X Platinum (MS-7246) "Leonardo Marín"
@ 2010-10-23 15:43 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2010-10-23 15:43 UTC (permalink / raw)
  To: lm-sensors

Hi Leonardo,

On Sat, 09 Oct 2010 22:52:01 -0400, Leonardo Marín wrote:
> # lm_sensors configuration file for the MSI 975X Platinum (MS-7246), Bios (v1.40)
> # Sensor Chip, Winbond W83627EHF/EHG
> 
> #######################
> ### sensors3.conf ###
> 
> chip "w83627ehf-*" "w83627dhg-*"
> 
>  label in0 "VCore" # CPU Core Voltage
>  label in1 "VPCIEx" # PCI Express Voltage
>  label in2 "AVCC"
>  label in3 "3VCC"
>  label in6 "+ 5V" # +5V, or so i think
>  label in7 "3VSB"
>  label in8 "VBAT"
>  label in9 "+12V" # +12V, or so i think
> 
> ## +12V is in9 and +5V is in6 ##
>  compute in9 @*(1+(56/10)), @/(1+(56/10))
>  compute in6 @*(1+(22/10)), @/(1+(22/10))

How did you differentiate between the two?

> 
>  set in9_min 12.0*0.9
>  set in9_max 12.0*1.1
>  set in6_min 5.0*0.9
>  set in6_max 5.0*1.1
> 
>  set in0_min 0.9
>  set in0_max 1.7

Quite a large range...

>  set in1_min 1.4
>  set in1_max 2.0

Ditto.

>  set in2_min 3.3*0.9
>  set in2_max 3.3*1.1
>  set in3_min 3.3*0.9
>  set in3_max 3.3*1.1
>  set in7_min 3.3*0.9
>  set in7_max 3.3*1.1
>  set in8_min 3.3*0.9
>  set in8_max 3.3*1.1

Vbat is supposed to be 3.0V nominal, not 3.3V!

> 
>  ignore in4
>  ignore in5
> 
> ## Temperatures ##
> 
>  label temp1 "Sys Temp"
>  label temp2 "CPU Temp"
>  label temp3 "AUX Temp"
> 
>  set temp1_max 55
>  set temp1_max_hyst 48
>  set temp2_max 55
>  set temp2_max_hyst 47

This is a large difference between max and max_hyst, I see no good
reason for this.

>  set temp3_max 55
>  set temp3_max_hyst 50
> 
> ## Fans ##
> 
>  label fan1 "PWR Fan"

If you mean power supply, the usual name for it is "PSU Fan".

>  label fan2 "CPU Fan"
>  label fan3 "NB Fan"
>  label fan4 "Sys Fan"
> 
>  set fan2_min 800
> 
>  ignore fan1
>  ignore fan3
>  ignore fan4
>  ignore fan5

As some of these are actually available on the board and just not used
in your personal case, we don't want to ignore them: other users may be
using them.

> 
> ### end of sensors3.conf ###
> ############################
> 
> ############
> ### demo ###
> #
> # root@LM # sensors
> # w83627ehf-isa-0290
> # Adapter: ISA adapter
> # VCore: +1.24 V (min = +0.90 V, max = +1.70 V) 
> # VPCIEx: +1.54 V (min = +1.40 V, max = +2.00 V) 
> # AVCC: +3.30 V (min = +2.98 V, max = +3.63 V) 
> # 3VCC: +3.30 V (min = +2.98 V, max = +3.63 V) 
> # + 5V: +5.02 V (min = +4.51 V, max = +5.50 V) 
> # 3VSB: +3.25 V (min = +2.98 V, max = +3.63 V) 
> # VBAT: +2.99 V (min = +2.98 V, max = +3.63 V) 
> # +12V: +12.14 V (min = +10.82 V, max = +13.20 V) 
> # CPU Fan: 3515 RPM (min = 803 RPM, div = 16)
> # Sys Temp: +39.0°C (high = +55.0°C, hyst = +48.0°C) sensor = thermistor
> # CPU Temp: +35.5°C (high = +55.0°C, hyst = +47.0°C) sensor = diode
> # AUX Temp: +46.0°C (high = +55.0°C, hyst = +50.0°C) sensor = thermistor
> # cpu0_vid: +1.288 V
> #
> #### end demo ###
> #################

The output of "sensors -c /dev/null" would be helpful to validate your
work.

Thanks for your contribution, I've added your configuration file to the
wiki. It can be amended at any time if you improve it.

http://www.lm-sensors.org/wiki/Configurations/MSI/975X-Platinum

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

end of thread, other threads:[~2010-10-23 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-10  2:52 [lm-sensors] Configuration MSI 975X Platinum (MS-7246) "Leonardo Marín"
2010-10-23 15:43 ` 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.