hi all,
I am trying to get lm_sensors to work.
did the yum install lm_sensors service lm_sensors start
sensor -s and it says no sensors found.
did lsmod | grep it87 and it87 57061 0 hwmon_vid 35905 1 it87 hwmon 36553 1 it87 i2c_isa 39105 1 it87 i2c_core 56129 5 it87,i2c_isa,i2c_dev,i2c_ec,i2c_piix4
Seems like modules are loaded.... Is the some final trick to getting it to work? centos 5, 2.6.18-164.9.1.el5 #1 SMP Tue Dec 15 20:57:57 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
Thanks,
jerry
----------------------------
lspci 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate 00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx) 00:0a.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 5) 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode] 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller 00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller 00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller 00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller 00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller 00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c) 00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge 00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control 00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control 01:05.0 VGA compatible controller: ATI Technologies Inc Unknown device 9710 01:05.1 Audio device: ATI Technologies Inc Unknown device 970f 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02) 03:06.0 Ethernet controller: Digium, Inc. Wildcard TDM800P 8-port analog card (rev 11) 03:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
On Thu, Dec 31, 2009 at 2:04 PM, Jerry Geis geisj@pagestation.com wrote:
hi all,
I am trying to get lm_sensors to work.
did the yum install lm_sensors service lm_sensors start
sensor -s and it says no sensors found.
did lsmod | grep it87 and it87 57061 0
You may want to read this forum thread:
https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_i...
and give the packages from ELRepo a try.
Akemi
On 12/31/2009 10:41 PM, Akemi Yagi wrote:
On Thu, Dec 31, 2009 at 2:04 PM, Jerry Geisgeisj@pagestation.com wrote:
hi all,
I am trying to get lm_sensors to work.
did the yum install lm_sensors service lm_sensors start
sensor -s and it says no sensors found.
did lsmod | grep it87 and it87 57061 0
Did you run sensors-detect, and if so, which variant of it87 did it detect?
You may want to read this forum thread:
https://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_i...
and give the packages from ELRepo a try.
Akemi
Indeed. The standard it87 driver in 5.4 only supports IT8705F and IT8712F. I backported additional support for IT8716F, IT8718F, IT8720F and IT8726F Super I/O chips into the it87 module in ELRepo (kmod-it87), which will also automatically update lm_sensors as a dependency from the same repo.
I reported this upstream over 18 months ago and it's now scheduled to be fixed in 5.5, maybe.
https://bugzilla.redhat.com/show_bug.cgi?id=446061 https://bugzilla.redhat.com/show_bug.cgi?id=448223
In the meantime, the ELRepo package has the latest updated driver for this hardware.