All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] sensors.conf for the Supermicro X7DBE
@ 2008-04-25  8:26 Romain Dolbeau
  2008-05-01 19:01 ` Jean Delvare
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Romain Dolbeau @ 2008-04-25  8:26 UTC (permalink / raw)
  To: lm-sensors

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

I forgot to post that one, it seems, as it doesn't appear in the website.

Maybe it can be of help to someone.

-- 
Romain Dolbeau
<romain@dolbeau.org>


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

# settings for the supermicro X7DBE
#
# 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 1
    label in0 "CPU Core 1"
# 0x11, CPU Core 2
    label in1 "CPU Core 2"
# 0x12 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 "P1V5"
# 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"
    set in7_min 5*0.95
    set in7_max 5*1.05
# 0x19, 5VSB
    label in8 "5VSB"
    set in8_min 5*0.95
    set in8_max 5*1.05
# 0x1a, Battery Voltage
    label in9 "VBAT"

    label temp1 "CPU1 Temp"
    label temp2 "CPU2 Temp"
    ignore temp3
    ignore temp4
    label temp5 "System Temp"
    ignore temp6

    label fan1 "fan1"
    label fan2 "fan2"
    label fan3 "fan3"
    label fan4 "fan4"
    ignore fan5
    ignore fan6
    label fan7 "CPU1 fan"
    label fan8 "CPU2 fan"
    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 X7DBE
  2008-04-25  8:26 [lm-sensors] sensors.conf for the Supermicro X7DBE Romain Dolbeau
@ 2008-05-01 19:01 ` Jean Delvare
  2008-05-02  5:47 ` Hans de Goede
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Jean Delvare @ 2008-05-01 19:01 UTC (permalink / raw)
  To: lm-sensors

Hi Romain,

On Fri, 25 Apr 2008 10:26:22 +0200, Romain Dolbeau wrote:
> I forgot to post that one, it seems, as it doesn't appear in the website.
> 
> Maybe it can be of help to someone.

Thanks for your contribution. I've added it to the wiki:
http://www.lm-sensors.org/wiki/Configurations/SuperMicro/X7DBE

-- 
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 X7DBE
  2008-04-25  8:26 [lm-sensors] sensors.conf for the Supermicro X7DBE Romain Dolbeau
  2008-05-01 19:01 ` Jean Delvare
@ 2008-05-02  5:47 ` Hans de Goede
  2008-05-02 13:57 ` Daniel Lucio
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Hans de Goede @ 2008-05-02  5:47 UTC (permalink / raw)
  To: lm-sensors

Jean Delvare wrote:
> Hi Romain,
> 
> On Fri, 25 Apr 2008 10:26:22 +0200, Romain Dolbeau wrote:
>> I forgot to post that one, it seems, as it doesn't appear in the website.
>>
>> Maybe it can be of help to someone.
> 
> Thanks for your contribution. I've added it to the wiki:
> http://www.lm-sensors.org/wiki/Configurations/SuperMicro/X7DBE
> 

Yes thanks, can you perhaps also send us the output of the dmidecode 
command, we plan to automatically match motherboards and config files in 
the future based on their dmi identification strings.

Thanks & Regards,

Hans


_______________________________________________
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 X7DBE
  2008-04-25  8:26 [lm-sensors] sensors.conf for the Supermicro X7DBE Romain Dolbeau
  2008-05-01 19:01 ` Jean Delvare
  2008-05-02  5:47 ` Hans de Goede
@ 2008-05-02 13:57 ` Daniel Lucio
  2008-05-02 14:29 ` Jean Delvare
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Daniel Lucio @ 2008-05-02 13:57 UTC (permalink / raw)
  To: lm-sensors

Hi,

the last line in this config file is repeated twice.

ignore fan12

Best regards!

-D-

On May 1, 2008, at 3:01 PM, Jean Delvare wrote:

> Hi Romain,
>
> On Fri, 25 Apr 2008 10:26:22 +0200, Romain Dolbeau wrote:
>> I forgot to post that one, it seems, as it doesn't appear in the  
>> website.
>>
>> Maybe it can be of help to someone.
>
> Thanks for your contribution. I've added it to the wiki:
> http://www.lm-sensors.org/wiki/Configurations/SuperMicro/X7DBE
>
> -- 
> Jean Delvare
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors


_______________________________________________
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 X7DBE
  2008-04-25  8:26 [lm-sensors] sensors.conf for the Supermicro X7DBE Romain Dolbeau
                   ` (2 preceding siblings ...)
  2008-05-02 13:57 ` Daniel Lucio
@ 2008-05-02 14:29 ` Jean Delvare
  2008-05-02 15:35 ` Daniel Lucio
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Jean Delvare @ 2008-05-02 14:29 UTC (permalink / raw)
  To: lm-sensors

On Fri, 2 May 2008 09:57:17 -0400, Daniel Lucio wrote:
> Hi,
> 
> the last line in this config file is repeated twice.
> 
> ignore fan12

Good catch. Romain, I guess the first one is supposed to be "ignore
fan11"?

Also, there's this note:
# 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...

Given that the w83793 driver doesn't exist for Linux 2.4, I guess you
really mean "as of linux 2.6.21"? That's a bit surprising though, as
this driver didn't change in kernel 2.6.21 as far as I can see.

My experience with the W83793 chip on SuperMicro motherboards, is that
a BIOS update can make temp6 appear (or disappear, I guess.) The w83793
driver does only create sysfs files for enable temperature channels, so
when temp6 is disabled, the temp6* sysfs files are missing. Old
versions of "sensors" didn't expect this, it was fixed in lm-sensors
2.10.2.

-- 
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 X7DBE
  2008-04-25  8:26 [lm-sensors] sensors.conf for the Supermicro X7DBE Romain Dolbeau
                   ` (3 preceding siblings ...)
  2008-05-02 14:29 ` Jean Delvare
@ 2008-05-02 15:35 ` Daniel Lucio
  2008-05-05  8:08 ` Romain Dolbeau
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Daniel Lucio @ 2008-05-02 15:35 UTC (permalink / raw)
  To: lm-sensors

Hi Hans,

what particular strings are going to use for this matching in the  
future? Would prefer to get the whole text dump from dmidecode?

Best regards!

Daniel.

On May 2, 2008, at 1:47 AM, Hans de Goede wrote:

> Jean Delvare wrote:
>> Hi Romain,
>>
>> On Fri, 25 Apr 2008 10:26:22 +0200, Romain Dolbeau wrote:
>>> I forgot to post that one, it seems, as it doesn't appear in the  
>>> website.
>>>
>>> Maybe it can be of help to someone.
>>
>> Thanks for your contribution. I've added it to the wiki:
>> http://www.lm-sensors.org/wiki/Configurations/SuperMicro/X7DBE
>>
>
> Yes thanks, can you perhaps also send us the output of the dmidecode
> command, we plan to automatically match motherboards and config  
> files in
> the future based on their dmi identification strings.
>
> Thanks & Regards,
>
> Hans
>
>
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors


_______________________________________________
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 X7DBE
  2008-04-25  8:26 [lm-sensors] sensors.conf for the Supermicro X7DBE Romain Dolbeau
                   ` (4 preceding siblings ...)
  2008-05-02 15:35 ` Daniel Lucio
@ 2008-05-05  8:08 ` Romain Dolbeau
  2008-05-06 13:06 ` Romain Dolbeau
  2008-05-06 13:17 ` Jean Delvare
  7 siblings, 0 replies; 9+ messages in thread
From: Romain Dolbeau @ 2008-05-05  8:08 UTC (permalink / raw)
  To: lm-sensors

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

Hans de Goede wrote:

> Yes thanks, can you perhaps also send us the output of the dmidecode
> command, we plan to automatically match motherboards and config files in
> the future based on their dmi identification strings.

In attachment, the dmidecode result for the Supermicro boards I
currently have access to.

-- 
Romain Dolbeau
<romain.dolbeau@caps-entreprise.com>


[-- Attachment #2: dmidecode.tgz --]
[-- Type: application/x-gtar, Size: 7006 bytes --]

[-- 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 X7DBE
  2008-04-25  8:26 [lm-sensors] sensors.conf for the Supermicro X7DBE Romain Dolbeau
                   ` (5 preceding siblings ...)
  2008-05-05  8:08 ` Romain Dolbeau
@ 2008-05-06 13:06 ` Romain Dolbeau
  2008-05-06 13:17 ` Jean Delvare
  7 siblings, 0 replies; 9+ messages in thread
From: Romain Dolbeau @ 2008-05-06 13:06 UTC (permalink / raw)
  To: lm-sensors

Jean Delvare wrote:

> Given that the w83793 driver doesn't exist for Linux 2.4, I guess you
> really mean "as of linux 2.6.21"?

Yes, sorry for the typo. I've done those files a while ago and didn't
check them again before posting, sorry.

> That's a bit surprising though, as
> this driver didn't change in kernel 2.6.21 as far as I can see.

Bad wording ; my meaning was it had the problem in the kernel I was
using at the time, 2.6.21, had the problem. But the next quote solve the
real problem.

> Old
> versions of "sensors" didn't expect this, it was fixed in lm-sensors
> 2.10.2.

... and guess what? Debian-stable includes 2.10.1 ... So I guess that is
the problem, my config file should be updated to mention the fact in the
wiki (which is still uneditable, not even the sandbox... anyway to get
access to the motherboard/supermicro stuff so I can update them myself ?)

-- 
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 X7DBE
  2008-04-25  8:26 [lm-sensors] sensors.conf for the Supermicro X7DBE Romain Dolbeau
                   ` (6 preceding siblings ...)
  2008-05-06 13:06 ` Romain Dolbeau
@ 2008-05-06 13:17 ` Jean Delvare
  7 siblings, 0 replies; 9+ messages in thread
From: Jean Delvare @ 2008-05-06 13:17 UTC (permalink / raw)
  To: lm-sensors

Hi Romain,

On Tue, 06 May 2008 15:06:10 +0200, Romain Dolbeau wrote:
> Jean Delvare wrote:
> 
> > Given that the w83793 driver doesn't exist for Linux 2.4, I guess you
> > really mean "as of linux 2.6.21"?
> 
> Yes, sorry for the typo. I've done those files a while ago and didn't
> check them again before posting, sorry.
> 
> > That's a bit surprising though, as
> > this driver didn't change in kernel 2.6.21 as far as I can see.
> 
> Bad wording ; my meaning was it had the problem in the kernel I was
> using at the time, 2.6.21, had the problem. But the next quote solve the
> real problem.
> 
> > Old
> > versions of "sensors" didn't expect this, it was fixed in lm-sensors
> > 2.10.2.
> 
> ... and guess what? Debian-stable includes 2.10.1 ... So I guess that is
> the problem, my config file should be updated to mention the fact in the

Already done...

> wiki (which is still uneditable, not even the sandbox... anyway to get
> access to the motherboard/supermicro stuff so I can update them myself ?)

Blame it on the spammers. I can create a wiki account for you though,
that's fairly simple. Just send the file generated by:

htdigest -c rdolbeau-passwd lm-sensors/i2c rdolbeau

(or whatever login you want instead of rdolbeau) to me _in private_ and
I'll create the account for you. If you intend to become a regular
contributor of libsensors configuration files, that would make a lot of
sense.

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

end of thread, other threads:[~2008-05-06 13:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25  8:26 [lm-sensors] sensors.conf for the Supermicro X7DBE Romain Dolbeau
2008-05-01 19:01 ` Jean Delvare
2008-05-02  5:47 ` Hans de Goede
2008-05-02 13:57 ` Daniel Lucio
2008-05-02 14:29 ` Jean Delvare
2008-05-02 15:35 ` Daniel Lucio
2008-05-05  8:08 ` Romain Dolbeau
2008-05-06 13:06 ` Romain Dolbeau
2008-05-06 13:17 ` 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.