On Mon, Oct 7, 2013 at 9:32 PM, David Haller wrote:
On Mon, 07 Oct 2013, C wrote:
Hi. I'm trying to do some HW monitoring on a system I'm working on. It's an AMD 965 (Quad core 64 bit - AMD Family 10h) CPU on a Gigabyte motherboard.
What chipset and what i2c/sensors chips? Have a look at the full sensors-detect output and or look into the Motherboard manual.
I have a Gigabyte GA-770TA-UD3 with 770 chipset.
Mine is a Gigabyte GA-990XA-UD3
# lspci 00:00.0 Host bridge: ATI Technologies Inc RX780/RX790 Chipset Host Bridge 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c) 00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller
Same info from my system: 00:00.0 Host bridge: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx0 port B) (rev 02) 00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller (rev 42) 00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller (rev 40)
and the manual lists the relevant chips as:
Manual is long gone - I can look it up online though I think.
You need to have sensors-detect also probe the ISA ports.
When it probes the ISA ports it gets no positive results. Among all the "No" results in a scan these are the only two "Success!" results: AMD Family 10h thermal sensors... Success! (driver `k10temp') Found `ITE IT8720F Super IO Sensors' Success! (address 0x228, driver `it87')
# sensors k10temp-pci-00c3 Adapter: PCI adapter temp1: +36.5°C (high = +70.0°C) (crit = +72.0°C, hyst = +70.0°C)
That's the kind of output I'm looking for... but not getting
# lsmod it87 47720 0 hwmon_vid 12827 1 it87 i2c_dev 13946 0 k8temp 13057 0 k10temp 13166 0 i2c_piix4 13828 0 edac_mce_amd powernow_k8 29481 0 processor 45192 1 powernow_k8 mperf 12667 1 powernow_k8 thermal 22961 0 thermal_sys 25017 2 processor,thermal
==== /etc/sysconfig/lm_sensors ====
Mine has only these lines (with the comments stripped) HWMON_MODULES="it87" MODULE_0=it87
==== /etc/sysconfig/kernel ===
INITRD_MODULES=""
Otherwise, you'll need to show the output of lspci -v and sensors-detect.
lspci -v --> http://paste.opensuse.org/51854932 sensors-detect --> http://paste.opensuse.org/58795227 /etc/sysconfig/lm_sensors --> http://paste.opensuse.org/61324921 C. -- openSUSE 12.3 x86_64, KDE 4.11 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org