I need to get the CPU temperature in a Supermicro X6DH8-XG2
motherboard, this is the link for key features:
http://www.supermicro.com/products/motherboard/Xeon800/E7520/X6DH8-
XG2.cfm
According with the page specs, X6DH8-XG2 seems to have some thermal
monitoring chip/hardware:
* Monitoring for CPU and chassis environment
* CPU thermal trip support
* Thermal Monitor 2 support
When running lm-sensors 2.10.1-3 (with libsensors3) on a Debian Etch
box I get:
# sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
This is the output for "sensors-detect":
========================================================================
=================
(..)
# I2C adapter drivers
i2c-i801
# Chip drivers
# Warning: the required module lm93 is not currently installed
# on your system. For status of 2.6 kernel ports check
# http://www.lm-sensors.org/wiki/Devices. If driver is built
# into the kernel, or unavailable, comment out the following line.
lm93
# no driver for Nat. Semi. PC87427 Super IO Fan Sensors yet
========================================================================
=================
Debian is using Etch default kernel, 2.6.18-6-686-bigmem, i2c-i801
modules loads correctly but lm93 isn't available:
# lsmod | grep i801
i2c_i801 8236 0
i2c_core 20448 4 eeprom,lm83,i2c_dev,i2c_i801
# modprobe -l | grep lm93
# modprobe lm93
FATAL: Module lm93 not found.
I have also tried looking at ACPI info into /proc, file "/proc/acpi/
thermal_zone/THRM/temperature" but isn't not available:
========================================================================
=================
# find /proc/acpi
/proc/acpi
/proc/acpi/battery
/proc/acpi/thermal_zone
/proc/acpi/processor
/proc/acpi/processor/CPU3
/proc/acpi/processor/CPU3/power
/proc/acpi/processor/CPU3/limit
/proc/acpi/processor/CPU3/throttling
/proc/acpi/processor/CPU3/info
/proc/acpi/processor/CPU2
/proc/acpi/processor/CPU2/power
/proc/acpi/processor/CPU2/limit
/proc/acpi/processor/CPU2/throttling
/proc/acpi/processor/CPU2/info
/proc/acpi/processor/CPU1
/proc/acpi/processor/CPU1/power
/proc/acpi/processor/CPU1/limit
/proc/acpi/processor/CPU1/throttling
/proc/acpi/processor/CPU1/info
/proc/acpi/processor/CPU0
/proc/acpi/processor/CPU0/power
/proc/acpi/processor/CPU0/limit
/proc/acpi/processor/CPU0/throttling
/proc/acpi/processor/CPU0/info
/proc/acpi/fan
/proc/acpi/wakeup
/proc/acpi/alarm
/proc/acpi/event
/proc/acpi/fadt
/proc/acpi/dsdt
/proc/acpi/info
/proc/acpi/power_resource
/proc/acpi/embedded_controller
========================================================================
=================
Trying with IPMI I get this error:
========================================================================
=================
# ipmitool sdr elist
Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0:
No such file or directory
Get Device ID command failed
Unable to open SDR for reading
========================================================================
=================
And the device appears correctly:
========================================================================
=================
# stat /dev/ipmi0
File: `/dev/ipmi0'
Size: 0 Blocks: 0 IO Block: 4096
character special file
Device: dh/13d Inode: 8455 Links: 1 Device type: fd,0
Access: (0644/crw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2008-05-21 12:10:48.765165105 +0200
Modify: 2008-05-21 12:10:48.765165105 +0200
Change: 2008-05-21 12:11:06.427094355 +0200
========================================================================
=================
What can I do to get the CPU temperature in this motherboard? Thanks!!
Regards,
--
Santi Saez
--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org
Did you go to the mentioned web site to look to see whether the
PC87427 is supported by lm-sensors 2.10.1-3?
- --
Ron Johnson, Jr.
Jefferson LA USA
ESPN makes baseball players better.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFINB1yS9HxQb37XmcRAlUEAKDkoSw7atvQA9/yves8Htoir7okgwCgzHZb
46PQfToMQTtBIn5vBcF5rEA=
=i/kp
-----END PGP SIGNATURE-----
*I* did. But then, I'm not the OP.
- --
Ron Johnson, Jr.
Jefferson LA USA
ESPN makes baseball players better.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFINDA0S9HxQb37XmcRAkYNAJ92c4MyRlIXuc6ImfQpPoeHBqyZuwCdGnZ9
7REydo8u8cLZ6JQ8zEdTMfk=
=8T5c
Let's see. How do I say this... The suspense is killing me... *Is the
PC87427 chip supported?*
Hugo
On 05/21/08 11:02, Hugo Vanwoerkom wrote:
> Ron Johnson wrote:
>>
>> On 05/21/08 09:01, Brian Schrock wrote:
[snip]
>>> Did you go to the mentioned web site to look to see whether the
>>> PC87427 is supported by lm-sensors 2.10.1-3?
>>
>> *I* did. But then, I'm not the OP.
>>
>
> Let's see. How do I say this... The suspense is killing me... *Is the
> PC87427 chip supported?*
http://www.lm-sensors.org/wiki/Devices knows all, tells all.
- --
Ron Johnson, Jr.
Jefferson LA USA
ESPN makes baseball players better.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFINEodS9HxQb37XmcRAnGsAJwIq7iGuWaoRcVD6/Cm/UqoGq7+KwCeMamB
xnEMu5WwhJsfi3fmRGtBr6M=
=kSr8
-----END PGP SIGNATURE-----
[...]
> > Did you go to the mentioned web site to look to see whether the
> > PC87427 is supported by lm-sensors 2.10.1-3?
>
> *I* did. But then, I'm not the OP.
Why are you talking to yourself? ;)
--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |
[...]
> # modprobe -l | grep lm93
> # modprobe lm93
> FATAL: Module lm93 not found.
Are you using Etch? The 2.6.18 kernel does not have this module. I think
you need at least 2.6.23.
--
Regards, | http://users.icfo.es/Florian.Kulzer
Florian |
http://www.lm-sensors.org/wiki/Devices
says you need 2.6.20
Hugo
> On Wed, May 21, 2008 at 09:22:44 -0500, Ron Johnson wrote:
> > On Wed, May 21, 2008 at 08:02:42 -0500, Ron Johnson wrote:
>
> [...]
>
> > > Did you go to the mentioned web site to look to see whether the
> > > PC87427 is supported by lm-sensors 2.10.1-3?
> >
> > *I* did. But then, I'm not the OP.
>
> Why are you talking to yourself? ;)
"What? In riddles? said Gandalf. "No! For I was talking
aloud to myself. A habit of the old: they choose the wisest person
present to speak to; the long explanations needed by the young are
wearying."
> Florian |
Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
> Florian Kulzer wrote:
>> On Wed, May 21, 2008 at 13:45:19 +0200, Santi Saez wrote:
>>> Dear Srs,
>>>
>>> I need to get the CPU temperature in a Supermicro X6DH8-XG2
>>> motherboard, this is the link for key features:
>>>
>>> http://www.supermicro.com/products/motherboard/Xeon800/E7520/
>>> X6DH8- XG2.cfm
>> [...]
>>> # modprobe -l | grep lm93
>>> # modprobe lm93
>>> FATAL: Module lm93 not found.
>> Are you using Etch? The 2.6.18 kernel does not have this module. I
>> think
>> you need at least 2.6.23.
>
> http://www.lm-sensors.org/wiki/Devices
>
> says you need 2.6.20
Thanks all for your replys :-)
I upgrade to Linux 2.6.25.4 and lm-sensors 3.0.2-1 and now I can get
values from LM93 chip, example output:
===============================================================
# sensors
lm93-i2c-0-2e
Adapter: SMBus I801 adapter at 1100
in1: +0.94 V (min = +0.83 V, max = +1.02 V)
in2: +0.94 V (min = +0.83 V, max = +1.02 V)
in3: +0.94 V (min = +0.83 V, max = +1.02 V)
in4: +1.21 V (min = +1.08 V, max = +1.32 V)
in5: +1.49 V (min = +1.35 V, max = +1.66 V)
in6: +1.50 V (min = +1.35 V, max = +1.66 V)
in7: +1.35 V (min = +1.02 V, max = +1.54 V)
in8: +1.36 V (min = +1.02 V, max = +1.54 V)
in9: +3.35 V (min = +2.97 V, max = +3.64 V)
in10: +5.04 V (min = +4.47 V, max = +5.49 V)
in11: +0.00 V (min = +2.25 V, max = +2.76 V)
in12: +1.79 V (min = +1.77 V, max = +2.17 V)
in13: +1.19 V (min = +0.89 V, max = +1.09 V)
in14: +0.97 V (min = +0.89 V, max = +1.09 V)
in15: +0.30 V (min = +0.07 V, max = +0.54 V)
in16: +3.41 V (min = +2.97 V, max = +3.63 V)
fan1: 0 RPM (min = 0 RPM)
fan2: 0 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan4: 0 RPM (min = 0 RPM)
temp1: +33.0°C (low = -128.0°C, high = -128.0°C)
temp2: +35.0°C (low = -128.0°C, high = -128.0°C)
temp3: +27.0°C (low = -128.0°C, high = +50.0°C)
cpu0_vid: +1.088 V
cpu1_vid: +1.088 V
===============================================================
But I think that this chipset is not fully supported in lm-sensors
already, I do not know what temperatures refences temp1, temp2 and
temp3 params.. maybe physical processors and mother board.. I will
ask in the m-sensors mailing list..
There's no way to get thermal information information via ACPI in
this motherboard? I get this error when running "acpi":
# modprobe thermal
# acpi --thermal
No support for device type: thermal
Regards,
--
Santi Saez