James <wireless <at> tampabay.rr.com> writes:
> modprobe: FATAL: Module i2c-piix4 not found.
> Failed to load module i2c-piix4.
OK, so I found this code and added it to the kernel.
> Next adapter: Radeon i2c bit bus 0x90 (i2c-0)
> Do you want to scan it? (yes/NO/selectively): yes
> {through (i2c-7) all failed.
No luck on finding/configuring the radeon temperature
sensors.
>
> So lm_sensors only found these modules:
>
MODULE_0=fam15h_power [ OK ]
MODULE_1=it87 [ OK ]
MODULE_2=k10temp [ OK ]
> Does anyone with similar hardware have a more extensive list?
I'm not sure how to moinor the CPU (8 cores) temperature
and if it is a calculated (estimated value) or a real temp?
# sensors
radeon-pci-0100
Adapter: PCI adapter
temp1: +36.0°C (crit = +120.0°C, hyst = +90.0°C)
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: 19.97 W (crit = 125.19 W)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +24.9°C (high = +70.0°C)
(crit = +90.0°C, hyst = +87.0°C)
> What I'd really like is a very fast (real time?) gui to watch
> these temperatures as certain portions of codes are compile or executed.
Right now I'm running lxde, but my migration to lxqt (QT5) should
begin very soon so any QT5_ish gui would be very cool too.
> https://wiki.archlinux.org/index.php/fan_speed_control
James