Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: heat codes
Date: Thu, 26 Feb 2015 23:02:23
Message-Id: 54EFA5F6.2040905@googlemail.com
In Reply to: [gentoo-user] Re: heat codes by James
1 Am 26.02.2015 um 21:13 schrieb James:
2 > James <wireless <at> tampabay.rr.com> writes:
3 >
4 >
5 >> modprobe: FATAL: Module i2c-piix4 not found.
6 >> Failed to load module i2c-piix4.
7 > OK, so I found this code and added it to the kernel.
8 >
9 >
10 >> Next adapter: Radeon i2c bit bus 0x90 (i2c-0)
11 >> Do you want to scan it? (yes/NO/selectively): yes
12 >> {through (i2c-7) all failed.
13 > No luck on finding/configuring the radeon temperature
14 > sensors.
15
16 em, but you are already monitoring it!
17
18 >
19 >> So lm_sensors only found these modules:
20 >>
21 > MODULE_0=fam15h_power [ OK ]
22 > MODULE_1=it87 [ OK ]
23 > MODULE_2=k10temp [ OK ]
24 which looks good.
25
26 >
27 >> Does anyone with similar hardware have a more extensive list?
28
29 no, that is all you got.
30
31 > I'm not sure how to moinor the CPU (8 cores) temperature
32 > and if it is a calculated (estimated value) or a real temp?
33 >
34 > # sensors
35 > radeon-pci-0100
36 > Adapter: PCI adapter
37 > temp1: +36.0°C (crit = +120.0°C, hyst = +90.0°C)
38
39 see? radeon. Monitored. Just move along.
40
41 >
42 > fam15h_power-pci-00c4
43 > Adapter: PCI adapter
44 > power1: 19.97 W (crit = 125.19 W)
45 >
46 > k10temp-pci-00c3
47 > Adapter: PCI adapter
48 > temp1: +24.9°C (high = +70.0°C)
49 > (crit = +90.0°C, hyst = +87.0°C)
50 >
51 >> What I'd really like is a very fast (real time?) gui to watch
52 >> these temperatures as certain portions of codes are compile or executed.
53
54 you won't get that, because the senors don't update in 'realtime'.
55
56 > Right now I'm running lxde, but my migration to lxqt (QT5) should
57 > begin very soon so any QT5_ish gui would be very cool too.
58
59
60 watch -n1 sensors.
61
62 Works even without systemd. Shocking, I know.

Replies

Subject Author
[gentoo-user] Re: heat codes James <wireless@×××××××××××.com>