* [lm-sensors] temperature monitor
@ 2008-07-15 16:16 Agile Aspect
2008-07-15 20:03 ` Frank Phillips
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Agile Aspect @ 2008-07-15 16:16 UTC (permalink / raw)
To: lm-sensors
Hi - I'm new to lm_sensors and I'm trying to monitor the temperature on
a 8 CPU (Intel Xeon CPU X5460 @ 3.16GHz) running CentOS 4.4
(2.6.9-42.ELsmp.)
The command
i2cdetect -l
returns
i2c-0 dummy ISA main adapter ISA
bus algorithm
and the command
sensor
returns
No sensors found!
Enclosed is the output of lspci.
Any ideas on how I get a temperature monitor working?
Any help would be greatly appreciated!
;------------------------------------
00:00.0 Host bridge: Intel Corporation 5000X Chipset Memory Controller
Hub (rev 12)
00:02.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x4
Port 2 (rev 12)
00:03.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x4
Port 3 (rev 12)
00:04.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x4
Port 4 (rev 12)
00:05.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x4
Port 5 (rev 12)
00:06.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x8
Port 6-7 (rev 12)
00:07.0 PCI bridge: Intel Corporation 5000 Series Chipset PCI Express x4
Port 7 (rev 12)
00:10.0 Host bridge: Intel Corporation 5000 Series Chipset Error
Reporting Registers (rev 12)
00:10.1 Host bridge: Intel Corporation 5000 Series Chipset Error
Reporting Registers (rev 12)
00:10.2 Host bridge: Intel Corporation 5000 Series Chipset Error
Reporting Registers (rev 12)
00:11.0 Host bridge: Intel Corporation 5000 Series Chipset Reserved
Registers (rev 12)
00:13.0 Host bridge: Intel Corporation 5000 Series Chipset Reserved
Registers (rev 12)
00:15.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers
(rev 12)
00:16.0 Host bridge: Intel Corporation 5000 Series Chipset FBD Registers
(rev 12)
00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI
Express Root Port 1 (rev 09)
00:1d.0 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #1 (rev 09)
00:1d.1 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #2 (rev 09)
00:1d.2 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #3 (rev 09)
00:1d.3 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
UHCI USB Controller #4 (rev 09)
00:1d.7 USB Controller: Intel Corporation 631xESB/632xESB/3100 Chipset
EHCI USB2 Controller (rev 09)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d9)
00:1f.0 ISA bridge: Intel Corporation 631xESB/632xESB/3100 Chipset LPC
Interface Controller (rev 09)
00:1f.2 IDE interface: Intel Corporation 631xESB/632xESB/3100 Chipset
SATA Storage Controller IDE (rev 09)
01:00.0 SCSI storage controller: LSI Logic / Symbios Logic SAS1068E
PCI-Express Fusion-MPT SAS (rev 08)
02:00.0 PCI bridge: Broadcom: Unknown device 0103 (rev c3)
03:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708
Gigabit Ethernet (rev 12)
04:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express
Upstream Port (rev 01)
04:00.3 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express to
PCI-X Bridge (rev 01)
05:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express
Downstream Port E1 (rev 01)
05:01.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express
Downstream Port E2 (rev 01)
06:00.0 PCI bridge: Broadcom: Unknown device 0103 (rev c3)
07:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708
Gigabit Ethernet (rev 12)
0e:0d.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02)
;------------------------------------
--
Article. VI. Clause 3 of the constitution of the United States states:
"The Senators and Representatives before mentioned, and the Members of
the several State Legislatures, and all executive and judicial Officers,
both of the United States and of the several States, shall be bound by
Oath or Affirmation, to support this Constitution; but no religious Test
shall ever be required as a Qualification to any Office or public Trust
under the United States."
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] temperature monitor
2008-07-15 16:16 [lm-sensors] temperature monitor Agile Aspect
@ 2008-07-15 20:03 ` Frank Phillips
2008-07-23 19:15 ` Agile Aspect
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Frank Phillips @ 2008-07-15 20:03 UTC (permalink / raw)
To: lm-sensors
On Tue, Jul 15, 2008 at 11:16 AM, Agile Aspect <agile.aspect@gmail.com> wrote:
> Hi - I'm new to lm_sensors and I'm trying to monitor the temperature on
> a 8 CPU (Intel Xeon CPU X5460 @ 3.16GHz) running CentOS 4.4
> (2.6.9-42.ELsmp.)
Most likely your lm_sensors package predates your motherboard and CPU.
A common problem for CentOS users.
Try running this:
http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/detect/sensors-detect?format=txt
It should tell you you need coretemp, fb-dimm, and maybe ipmisensors.
Frank
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] temperature monitor
2008-07-15 16:16 [lm-sensors] temperature monitor Agile Aspect
2008-07-15 20:03 ` Frank Phillips
@ 2008-07-23 19:15 ` Agile Aspect
2008-07-24 20:08 ` Frank Phillips
2008-07-25 19:51 ` Agile Aspect
3 siblings, 0 replies; 5+ messages in thread
From: Agile Aspect @ 2008-07-23 19:15 UTC (permalink / raw)
To: lm-sensors
Frank Phillips wrote:
> On Tue, Jul 15, 2008 at 11:16 AM, Agile Aspect <agile.aspect@gmail.com> wrote:
>
>> Hi - I'm new to lm_sensors and I'm trying to monitor the temperature on
>> a 8 CPU (Intel Xeon CPU X5460 @ 3.16GHz) running CentOS 4.4
>> (2.6.9-42.ELsmp.)
>>
>
> Most likely your lm_sensors package predates your motherboard and CPU.
> A common problem for CentOS users.
> Try running this:
>
> http://www.lm-sensors.org/browser/lm-sensors/trunk/prog/detect/sensors-detect?format=txt
>
> It should tell you you need coretemp, fb-dimm, and maybe ipmisensors.
>
> Frank
>
Hi Frank - just returned from vacation - thanks for the reply.
Here's the summary of the sensors that 'sensor-detect' detected:
Detects correctly:
* Chip `Intel AMB FB-DIMM thermal sensor' (confidence: 9)
However, it indicated
Intel AMB FB-DIMM thermal sensor... Success!
(driver `to-be-written')
Does this imply I'm out of luck?
-- Ken
--
Article. VI. Clause 3 of the constitution of the United States states:
"The Senators and Representatives before mentioned, and the Members of
the several State Legislatures, and all executive and judicial Officers,
both of the United States and of the several States, shall be bound by
Oath or Affirmation, to support this Constitution; but no religious Test
shall ever be required as a Qualification to any Office or public Trust
under the United States."
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] temperature monitor
2008-07-15 16:16 [lm-sensors] temperature monitor Agile Aspect
2008-07-15 20:03 ` Frank Phillips
2008-07-23 19:15 ` Agile Aspect
@ 2008-07-24 20:08 ` Frank Phillips
2008-07-25 19:51 ` Agile Aspect
3 siblings, 0 replies; 5+ messages in thread
From: Frank Phillips @ 2008-07-24 20:08 UTC (permalink / raw)
To: lm-sensors
> Here's the summary of the sensors that 'sensor-detect' detected:
>
> Detects correctly:
> * Chip `Intel AMB FB-DIMM thermal sensor' (confidence: 9)
>
> However, it indicated
>
> Intel AMB FB-DIMM thermal sensor... Success!
> (driver `to-be-written')
>
> Does this imply I'm out of luck?
>
> -- Ken
The driver i5k_amb was added to kernel 2.6.24. Looks like no one has
sent a patch for lm_sensors to use it.
Did it not detect coretemp? Rudolf, is this processor not covered by
your Penryn patch? Ken, please send your /proc/cpuinfo output.
Thanks,
Frank
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [lm-sensors] temperature monitor
2008-07-15 16:16 [lm-sensors] temperature monitor Agile Aspect
` (2 preceding siblings ...)
2008-07-24 20:08 ` Frank Phillips
@ 2008-07-25 19:51 ` Agile Aspect
3 siblings, 0 replies; 5+ messages in thread
From: Agile Aspect @ 2008-07-25 19:51 UTC (permalink / raw)
To: lm-sensors
Hi Frank - enclosed is the /proc/cpuinfo file.
Typically where 'coretemp' is displayed the output
of 'sensor-detect' displayed 'to-be-written'.
-- Ken
Frank Phillips wrote:
>> Here's the summary of the sensors that 'sensor-detect' detected:
>>
>> Detects correctly:
>> * Chip `Intel AMB FB-DIMM thermal sensor' (confidence: 9)
>>
>> However, it indicated
>>
>> Intel AMB FB-DIMM thermal sensor... Success!
>> (driver `to-be-written')
>>
>> Does this imply I'm out of luck?
>>
>> -- Ken
>>
>
> The driver i5k_amb was added to kernel 2.6.24. Looks like no one has
> sent a patch for lm_sensors to use it.
>
> Did it not detect coretemp? Rudolf, is this processor not covered by
> your Penryn patch? Ken, please send your /proc/cpuinfo output.
>
> Thanks,
> Frank
>
>
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Intel(R) Xeon(R) CPU X5460 @ 3.16GHz
stepping : 6
cpu MHz : 3158.792
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm pni monitor ds_cpl est tm2 cx16 xtpr
bogomips : 6321.75
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Intel(R) Xeon(R) CPU X5460 @ 3.16GHz
stepping : 6
cpu MHz : 3158.792
cache size : 6144 KB
physical id : 1
siblings : 4
core id : 4
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm pni monitor ds_cpl est tm2 cx16 xtpr
bogomips : 6317.59
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Intel(R) Xeon(R) CPU X5460 @ 3.16GHz
stepping : 6
cpu MHz : 3158.792
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm pni monitor ds_cpl est tm2 cx16 xtpr
bogomips : 6317.56
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Intel(R) Xeon(R) CPU X5460 @ 3.16GHz
stepping : 6
cpu MHz : 3158.792
cache size : 6144 KB
physical id : 1
siblings : 4
core id : 6
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni
monitor
ds_cpl est tm2 cx16 xtpr
bogomips : 6317.60
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Intel(R) Xeon(R) CPU X5460 @ 3.16GHz
stepping : 6
cpu MHz : 3158.792
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm pni monitor ds_cpl est tm2 cx16 xtpr
bogomips : 6317.52
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Intel(R) Xeon(R) CPU X5460 @ 3.16GHz
stepping : 6
cpu MHz : 3158.792
cache size : 6144 KB
physical id : 1
siblings : 4
core id : 5
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm pni monitor ds_cpl est tm2 cx16 xtpr
bogomips : 6317.60
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Intel(R) Xeon(R) CPU X5460 @ 3.16GHz
stepping : 6
cpu MHz : 3158.792
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm pni monitor ds_cpl est tm2 cx16 xtpr
bogomips : 6317.57
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 7
model name : Intel(R) Xeon(R) CPU X5460 @ 3.16GHz
stepping : 6
cpu MHz : 3158.792
cache size : 6144 KB
physical id : 1
siblings : 4
core id : 7
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall
nx lm pni monitor ds_cpl est tm2 cx16 xtpr
bogomips : 6317.60
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
--
Article. VI. Clause 3 of the constitution of the United States states:
"The Senators and Representatives before mentioned, and the Members of
the several State Legislatures, and all executive and judicial Officers,
both of the United States and of the several States, shall be bound by
Oath or Affirmation, to support this Constitution; but no religious Test
shall ever be required as a Qualification to any Office or public Trust
under the United States."
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-07-25 19:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-15 16:16 [lm-sensors] temperature monitor Agile Aspect
2008-07-15 20:03 ` Frank Phillips
2008-07-23 19:15 ` Agile Aspect
2008-07-24 20:08 ` Frank Phillips
2008-07-25 19:51 ` Agile Aspect
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.