All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] SuperMicro X7SPE-HF configuration
@ 2010-08-30 20:55 Scott Shanafelt
  2010-08-30 22:18 ` Jeff Rickman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Scott Shanafelt @ 2010-08-30 20:55 UTC (permalink / raw)
  To: lm-sensors

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

Hi,

I am attaching my working SuperMicro X7SPE-HF configuration file for addition to your configurations section on the wiki (I do not have an account).  I found that none of the existing super micro config were accurate for this newer board, so I spent a fair amount of time getting this right.  Hope others will benefit.

This should also be exactly accurate for a SuperMicro X7SPA-HF, and is also likely the same for the X7SPA-L, X7SPA-H, X7SPE-H.

Regards,
Scott Shanafelt



[-- Attachment #2: sensors3.conf --]
[-- Type: application/octet-stream, Size: 578 bytes --]

chip "w83627dhg-*"

	label in0 "Vcore"
	label in1 "Vnbcore"
	label in2 "AVCC"
	label in3 "3VCC"
		set in3_min 3.3 * 0.90
		set in3_max 3.3 * 1.10
	label in4 "VDIMM"
	label in5 "+5V"
		compute in5 @*4, @/4
	label in6 "+12V"
		compute in6 @*16, @/16
		set in6_min 12 * 0.90
		set in6_max 12 * 1.10
	label in7 "VSB"
	label in8 "Vbat"

	label fan1 "fan1"
		ignore fan1
	label fan2 "fan2"
		ignore fan2
	label fan3 "fan3"
		ignore fan3
	label fan4 "Case Fan"
	label fan5 "fan5"
		ignore fan5

	label temp1 "MB Temp"
	label temp2 "CPU Temp"
	label temp3 "Case Temp"

	ignore cpu0_vid

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

* Re: [lm-sensors] SuperMicro X7SPE-HF configuration
  2010-08-30 20:55 [lm-sensors] SuperMicro X7SPE-HF configuration Scott Shanafelt
@ 2010-08-30 22:18 ` Jeff Rickman
  2010-09-04 13:42 ` Jean Delvare
  2010-09-04 15:25 ` Scott Shanafelt
  2 siblings, 0 replies; 4+ messages in thread
From: Jeff Rickman @ 2010-08-30 22:18 UTC (permalink / raw)
  To: lm-sensors

> Hi,
>
> I am attaching my working SuperMicro X7SPE-HF configuration file for
> addition to your configurations section on the wiki (I do not have an
> account).  I found that none of the existing super micro config were
> accurate for this newer board, so I spent a fair amount of time getting
> this right.  Hope others will benefit.
>
> This should also be exactly accurate for a SuperMicro X7SPA-HF, and is
> also likely the same for the X7SPA-L, X7SPA-H, X7SPE-H.
>
> Regards,
> Scott Shanafelt
>
Interesting....

I have a Supermicro X7SLA-H with the same monitoring chip, but my setup is
very slightly different. Perhaps I interpreted some input pins
incorrectly.

What values do you see in the BIOS and how to they "line up" against the
output from "Sensors"?

Have you tried Supermicro's "Super Doctor" program and examined it's
output? They have both a Linux and Windows version of the Supero Doctor
program.



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

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

* Re: [lm-sensors] SuperMicro X7SPE-HF configuration
  2010-08-30 20:55 [lm-sensors] SuperMicro X7SPE-HF configuration Scott Shanafelt
  2010-08-30 22:18 ` Jeff Rickman
@ 2010-09-04 13:42 ` Jean Delvare
  2010-09-04 15:25 ` Scott Shanafelt
  2 siblings, 0 replies; 4+ messages in thread
From: Jean Delvare @ 2010-09-04 13:42 UTC (permalink / raw)
  To: lm-sensors

Hi Scott,

On Mon, 30 Aug 2010 16:55:53 -0400, Scott Shanafelt wrote:
> chip "w83627dhg-*"
> 
> 	label in0 "Vcore"
> 	label in1 "Vnbcore"

This is "+1.05V" in SuperMicro's configuration file.

> 	label in2 "AVCC"
> 	label in3 "3VCC"
> 		set in3_min 3.3 * 0.90
> 		set in3_max 3.3 * 1.10
> 	label in4 "VDIMM"
> 	label in5 "+5V"
> 		compute in5 @*4, @/4
> 	label in6 "+12V"
> 		compute in6 @*16, @/16
> 		set in6_min 12 * 0.90
> 		set in6_max 12 * 1.10
> 	label in7 "VSB"

Better labelled as "3V3B".

> 	label in8 "Vbat"
> 
> 	label fan1 "fan1"
> 		ignore fan1
> 	label fan2 "fan2"
> 		ignore fan2
> 	label fan3 "fan3"
> 		ignore fan3
> 	label fan4 "Case Fan"
> 	label fan5 "fan5"
> 		ignore fan5

Most of these labels are pointless, they are double no-ops (once
because they don't carry any meaning, twice because you end up ignoring
the input anyway.) What we want is fan locations, like:

	label fan2 "CPU Fan"
	label fan4 "Case Fan"

We also don't want to ignore a fan which exists on the board but you
happen to not use. "ignore fan2" shouldn't be there.

> 
> 	label temp1 "MB Temp"
> 	label temp2 "CPU Temp"
> 	label temp3 "Case Temp"
> 
> 	ignore cpu0_vid

I've added an updated configuration file here:
http://www.lm-sensors.org/wiki/Configurations/SuperMicro/X7SPA

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

* Re: [lm-sensors] SuperMicro X7SPE-HF configuration
  2010-08-30 20:55 [lm-sensors] SuperMicro X7SPE-HF configuration Scott Shanafelt
  2010-08-30 22:18 ` Jeff Rickman
  2010-09-04 13:42 ` Jean Delvare
@ 2010-09-04 15:25 ` Scott Shanafelt
  2 siblings, 0 replies; 4+ messages in thread
From: Scott Shanafelt @ 2010-09-04 15:25 UTC (permalink / raw)
  To: lm-sensors

Thanks for the feedback, I'll adjust my implementation accordingly.

Scott

On Sep 4, 2010, at 9:42 AM, Jean Delvare wrote:

> Hi Scott,
> 
> On Mon, 30 Aug 2010 16:55:53 -0400, Scott Shanafelt wrote:
>> chip "w83627dhg-*"
>> 
>> 	label in0 "Vcore"
>> 	label in1 "Vnbcore"
> 
> This is "+1.05V" in SuperMicro's configuration file.
> 
>> 	label in2 "AVCC"
>> 	label in3 "3VCC"
>> 		set in3_min 3.3 * 0.90
>> 		set in3_max 3.3 * 1.10
>> 	label in4 "VDIMM"
>> 	label in5 "+5V"
>> 		compute in5 @*4, @/4
>> 	label in6 "+12V"
>> 		compute in6 @*16, @/16
>> 		set in6_min 12 * 0.90
>> 		set in6_max 12 * 1.10
>> 	label in7 "VSB"
> 
> Better labelled as "3V3B".
> 
>> 	label in8 "Vbat"
>> 
>> 	label fan1 "fan1"
>> 		ignore fan1
>> 	label fan2 "fan2"
>> 		ignore fan2
>> 	label fan3 "fan3"
>> 		ignore fan3
>> 	label fan4 "Case Fan"
>> 	label fan5 "fan5"
>> 		ignore fan5
> 
> Most of these labels are pointless, they are double no-ops (once
> because they don't carry any meaning, twice because you end up ignoring
> the input anyway.) What we want is fan locations, like:
> 
> 	label fan2 "CPU Fan"
> 	label fan4 "Case Fan"
> 
> We also don't want to ignore a fan which exists on the board but you
> happen to not use. "ignore fan2" shouldn't be there.
> 
>> 
>> 	label temp1 "MB Temp"
>> 	label temp2 "CPU Temp"
>> 	label temp3 "Case Temp"
>> 
>> 	ignore cpu0_vid
> 
> I've added an updated configuration file here:
> http://www.lm-sensors.org/wiki/Configurations/SuperMicro/X7SPA
> 
> 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] 4+ messages in thread

end of thread, other threads:[~2010-09-04 15:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 20:55 [lm-sensors] SuperMicro X7SPE-HF configuration Scott Shanafelt
2010-08-30 22:18 ` Jeff Rickman
2010-09-04 13:42 ` Jean Delvare
2010-09-04 15:25 ` Scott Shanafelt

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.