* [lm-sensors] sensors.conf for the Supermicro PDSMi+
@ 2008-05-06 12:41 Romain Dolbeau
2008-05-06 14:40 ` Jean Delvare
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: Romain Dolbeau @ 2008-05-06 12:41 UTC (permalink / raw)
To: lm-sensors
[-- Attachment #1: Type: text/plain, Size: 108 bytes --]
Same device than the X7DBE, but used differently.
--
Romain Dolbeau
<romain.dolbeau@caps-entreprise.com>
[-- Attachment #2: PDSMi+.conf --]
[-- Type: text/plain, Size: 1600 bytes --]
# settings for the supermicro PDSMi+
#
# Notes:
# 1) as of linux 2.4.21, temp6 is read by lm-sensors but doesn't actually
# seem to exist in the chip (?), so an error is displayed...
#
# Originally written by Romain Dolbeau <romain@dolbeau.org>
# Uses at your own risk !
chip "w83793-i2c-*-2f"
# 0x10, CPU Core
label in0 "CPU Core"
# 0x11, unconnected according to support, 1.5V in BIOS ?
label in1 "+1.5V"
set in1_min 1.5*0.95
set in1_max 1.5*1.05
# 0x12, unconnected according to support, VTT=1.2V in BIOS ?
label in2 "VTT"
set in2_min 1.2*0.95
set in2_max 1.2*1.05
# 0x14, -12V
label in3 "-12V"
compute in3 (((@/8)*18500)/256)-16, (((@+16)*256)/18500)*8
set in3_min -12*1.05
set in3_max -12*0.95
# 0x15, DIMM
label in4 "DIMM"
# 0x16, +3.3V
label in5 "+3.3V"
set in5_min 3.3*0.95
set in5_max 3.3*1.05
# 0x17, +12V
label in6 "+12V"
compute in6 @*12,@/12
set in6_min 12*0.95
set in6_max 12*1.05
# Ox18, +5V
label in7 "+5V"
compute in7 @-0.15,@+0.15
set in7_min 5*0.95
set in7_max 5*1.05
# 0x19, 5VSB
label in8 "5VSB"
compute in8 @-0.15,@+0.15
set in8_min 5*0.95
set in8_max 5*1.05
# 0x1a, Battery Voltage
label in9 "VBAT"
label temp1 "CPU Temp"
ignore temp2
ignore temp3
ignore temp4
label temp5 "System Temp"
ignore temp6
label fan1 "fan1"
label fan2 "fan2"
label fan3 "fan3"
label fan4 "fan4"
label fan5 "fan5"
ignore fan6
label fan7 "CPU fan"
ignore fan8
ignore fan9
ignore fan10
ignore fan12
ignore fan12
[-- 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] 9+ messages in thread
* Re: [lm-sensors] sensors.conf for the Supermicro PDSMi+
2008-05-06 12:41 [lm-sensors] sensors.conf for the Supermicro PDSMi+ Romain Dolbeau
@ 2008-05-06 14:40 ` Jean Delvare
2008-05-06 14:55 ` Romain Dolbeau
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Jean Delvare @ 2008-05-06 14:40 UTC (permalink / raw)
To: lm-sensors
Hi Romain,
On Tue, 06 May 2008 14:41:12 +0200, Romain Dolbeau wrote:
> Same device than the X7DBE, but used differently.
I have a configuration file for this board as well:
http://khali.linux-fr.org/devel/lm-sensors/sensors-Supermicro-PDSMi+.conf
It seems that we agree on most settings, except:
* -12V compute formula. Where did you get yours? Mine gives a better
value on my system (which doesn't mean it's correct, of course.)
* +5V and 5VSB compute formula. You cancel the 150 mV offset which the
driver is adding on purpose. Why? Both values were OK on my system
with the offset.
* The connector for the 6th fan. I thought it was fan6 but you seem to
believe it's fan7. My system only had 2 fans so I will trust you.
--
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] 9+ messages in thread
* Re: [lm-sensors] sensors.conf for the Supermicro PDSMi+
2008-05-06 12:41 [lm-sensors] sensors.conf for the Supermicro PDSMi+ Romain Dolbeau
2008-05-06 14:40 ` Jean Delvare
@ 2008-05-06 14:55 ` Romain Dolbeau
2008-05-06 15:12 ` Romain Dolbeau
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Romain Dolbeau @ 2008-05-06 14:55 UTC (permalink / raw)
To: lm-sensors
Jean Delvare wrote:
> * -12V compute formula. Where did you get yours? Mine gives a better
> value on my system (which doesn't mean it's correct, of course.)
From a snippet of code sent by supermicro support, but it may have been
a generic one or maybe even calid only for the X7DBE.
I haven't tried your version, but mine seems a little low (in absolute
value).
> * +5V and 5VSB compute formula. You cancel the 150 mV offset which the
> driver is adding on purpose. Why? Both values were OK on my system
> with the offset.
Mmm, this one is even more mysterious (I did that in last august !),
because I have two PDSMi+ running linux, and those 2 lines are in only
one of the file ... I suspect a PIBKAC on my part, sorry.
> * The connector for the 6th fan. I thought it was fan6 but you seem to
> believe it's fan7. My system only had 2 fans so I will trust you.
Mine have 3 in a 1U, I suspect this is a leftover from the X7DBE.
I'll check some more on my systems and update in the wiki.
Also, maybe you should add a link to your files / the directory from the
wiki...
--
Romain Dolbeau
<romain.dolbeau@caps-entreprise.com>
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [lm-sensors] sensors.conf for the Supermicro PDSMi+
2008-05-06 12:41 [lm-sensors] sensors.conf for the Supermicro PDSMi+ Romain Dolbeau
2008-05-06 14:40 ` Jean Delvare
2008-05-06 14:55 ` Romain Dolbeau
@ 2008-05-06 15:12 ` Romain Dolbeau
2008-05-06 15:38 ` Jean Delvare
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Romain Dolbeau @ 2008-05-06 15:12 UTC (permalink / raw)
To: lm-sensors
Romain Dolbeau wrote:
> Jean Delvare wrote:
>> * The connector for the 6th fan. I thought it was fan6 but you seem to
>> believe it's fan7. My system only had 2 fans so I will trust you.
>
> Mine have 3 in a 1U, I suspect this is a leftover from the X7DBE.
Fans are at 23, 25, 27, 29, 2B and 2F according to AllSuperD.ini, so it
seems I had done my homework properly back then :-)
--
Romain Dolbeau
<romain.dolbeau@caps-entreprise.com>
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [lm-sensors] sensors.conf for the Supermicro PDSMi+
2008-05-06 12:41 [lm-sensors] sensors.conf for the Supermicro PDSMi+ Romain Dolbeau
` (2 preceding siblings ...)
2008-05-06 15:12 ` Romain Dolbeau
@ 2008-05-06 15:38 ` Jean Delvare
2008-05-06 15:41 ` Romain Dolbeau
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Jean Delvare @ 2008-05-06 15:38 UTC (permalink / raw)
To: lm-sensors
On Tue, 06 May 2008 17:12:38 +0200, Romain Dolbeau wrote:
> Romain Dolbeau wrote:
> > Jean Delvare wrote:
> >> * The connector for the 6th fan. I thought it was fan6 but you seem to
> >> believe it's fan7. My system only had 2 fans so I will trust you.
> >
> > Mine have 3 in a 1U, I suspect this is a leftover from the X7DBE.
>
> Fans are at 23, 25, 27, 29, 2B and 2F according to AllSuperD.ini, so it
> seems I had done my homework properly back then :-)
Hmm, do we have the same AllSuperD.ini file? Mine says:
[Item]
BusType=1
Item_Nameún6/CPU Fan Speed
Comp_Nameún6/CPU
Item_ID=Item_FAN6
Item_CatúN
ChipCode\x11
Slave/
Offset- <--
ParaIndex1=Divisor6
ParaIndex2úN6H
Monitor=TRUE
Source=0
This is with file V.131 (10/06/06) - if you have a newer one, can you
please send it to me in private? Thanks.
--
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] 9+ messages in thread
* Re: [lm-sensors] sensors.conf for the Supermicro PDSMi+
2008-05-06 12:41 [lm-sensors] sensors.conf for the Supermicro PDSMi+ Romain Dolbeau
` (3 preceding siblings ...)
2008-05-06 15:38 ` Jean Delvare
@ 2008-05-06 15:41 ` Romain Dolbeau
2008-05-06 15:49 ` Jean Delvare
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Romain Dolbeau @ 2008-05-06 15:41 UTC (permalink / raw)
To: lm-sensors
Jean Delvare wrote:
> This is with file V.131 (10/06/06) - if you have a newer one, can you
> please send it to me in private? Thanks.
<ftp://ftp.supermicro.com/utility/Supero_Doctor_II/Linux/Beta/SD2_2.38.193_080425.tar.gz>
includes a version V.193 (04/23/08), which I used to check my values (I
post this to the ML so that it can be useful to other hackers).
--
Romain Dolbeau
<romain.dolbeau@caps-entreprise.com>
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [lm-sensors] sensors.conf for the Supermicro PDSMi+
2008-05-06 12:41 [lm-sensors] sensors.conf for the Supermicro PDSMi+ Romain Dolbeau
` (4 preceding siblings ...)
2008-05-06 15:41 ` Romain Dolbeau
@ 2008-05-06 15:49 ` Jean Delvare
2008-05-06 16:00 ` Jean Delvare
2008-05-06 16:12 ` Jean Delvare
7 siblings, 0 replies; 9+ messages in thread
From: Jean Delvare @ 2008-05-06 15:49 UTC (permalink / raw)
To: lm-sensors
On Tue, 06 May 2008 17:41:16 +0200, Romain Dolbeau wrote:
> Jean Delvare wrote:
>
> > This is with file V.131 (10/06/06) - if you have a newer one, can you
> > please send it to me in private? Thanks.
>
> <ftp://ftp.supermicro.com/utility/Supero_Doctor_II/Linux/Beta/SD2_2.38.193_080425.tar.gz>
>
> includes a version V.193 (04/23/08), which I used to check my values (I
> post this to the ML so that it can be useful to other hackers).
OK... there's this in the changelog:
;; 10/21/06: Change PDSMI+ Fan6 setting because Hardware Change
That explains the difference.
--
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] 9+ messages in thread
* Re: [lm-sensors] sensors.conf for the Supermicro PDSMi+
2008-05-06 12:41 [lm-sensors] sensors.conf for the Supermicro PDSMi+ Romain Dolbeau
` (5 preceding siblings ...)
2008-05-06 15:49 ` Jean Delvare
@ 2008-05-06 16:00 ` Jean Delvare
2008-05-06 16:12 ` Jean Delvare
7 siblings, 0 replies; 9+ messages in thread
From: Jean Delvare @ 2008-05-06 16:00 UTC (permalink / raw)
To: lm-sensors
On Tue, 6 May 2008 17:49:03 +0200, Jean Delvare wrote:
> OK... there's this in the changelog:
>
> ;; 10/21/06: Change PDSMI+ Fan6 setting because Hardware Change
>
> That explains the difference.
Also of interest is:
;; 01/08/07: Change System Temperature to Offset! for PDSMU, PDSM4+, PDSMA+, PDSML+, PDSMI+, PDSMI-LN4+
Which changes the System temperature from temp5 to temp6. This matches
the fact that a BIOS update enabled temp6 on that board.
--
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] 9+ messages in thread
* Re: [lm-sensors] sensors.conf for the Supermicro PDSMi+
2008-05-06 12:41 [lm-sensors] sensors.conf for the Supermicro PDSMi+ Romain Dolbeau
` (6 preceding siblings ...)
2008-05-06 16:00 ` Jean Delvare
@ 2008-05-06 16:12 ` Jean Delvare
7 siblings, 0 replies; 9+ messages in thread
From: Jean Delvare @ 2008-05-06 16:12 UTC (permalink / raw)
To: lm-sensors
On Tue, 06 May 2008 16:55:05 +0200, Romain Dolbeau wrote:
> Jean Delvare wrote:
>
> > * -12V compute formula. Where did you get yours? Mine gives a better
> > value on my system (which doesn't mean it's correct, of course.)
>
> From a snippet of code sent by supermicro support, but it may have been
> a generic one or maybe even calid only for the X7DBE.
>
> I haven't tried your version, but mine seems a little low (in absolute
> value).
OTOH -12V isn't terribly useful these days as far as I know, so it
probably doesn't really matter.
>
> > * +5V and 5VSB compute formula. You cancel the 150 mV offset which the
> > driver is adding on purpose. Why? Both values were OK on my system
> > with the offset.
>
> Mmm, this one is even more mysterious (I did that in last august !),
> because I have two PDSMi+ running linux, and those 2 lines are in only
> one of the file ... I suspect a PIBKAC on my part, sorry.
>
> > * The connector for the 6th fan. I thought it was fan6 but you seem to
> > believe it's fan7. My system only had 2 fans so I will trust you.
>
> Mine have 3 in a 1U, I suspect this is a leftover from the X7DBE.
>
> I'll check some more on my systems and update in the wiki.
>
> Also, maybe you should add a link to your files / the directory from the
> wiki...
It's a wiki and you have an account now ;) Feel free to add links to my
files or directory or even copy the contents to the wiki. I've not done
this due to a lack of time and also because I don't think that a wiki
is terribly convenient to download configuration files from, but if
someone thinks it's useful and wants to do the work, I have no
objection.
--
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] 9+ messages in thread
end of thread, other threads:[~2008-05-06 16:12 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 12:41 [lm-sensors] sensors.conf for the Supermicro PDSMi+ Romain Dolbeau
2008-05-06 14:40 ` Jean Delvare
2008-05-06 14:55 ` Romain Dolbeau
2008-05-06 15:12 ` Romain Dolbeau
2008-05-06 15:38 ` Jean Delvare
2008-05-06 15:41 ` Romain Dolbeau
2008-05-06 15:49 ` Jean Delvare
2008-05-06 16:00 ` Jean Delvare
2008-05-06 16:12 ` 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.