From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9D078138AD6 for ; Thu, 26 Feb 2015 23:02:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1A1CE0995; Thu, 26 Feb 2015 23:02:18 +0000 (UTC) Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 74326E086D for ; Thu, 26 Feb 2015 23:02:17 +0000 (UTC) Received: by wggx12 with SMTP id x12so15554464wgg.11 for ; Thu, 26 Feb 2015 15:02:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=loVnmzerGo/Fy7gWBk7Ra2Nb7wiy2jNvfInCiMaOdDc=; b=rGEK4goVFau3rH3x12VoXJ9q9uxJPXMWUTN9Zy/eGFyFBBslusy/E+zrwAJ+npIFEo IHhmuKE4G7lbi4VnWCcZnbrrQvqkHpWV/F+DChqkOQwx1fvwJ8SZGKRiBVkE4b+uaR/H W/2HJJCbsTB3K7ernH/mYwVEIrUE7iagyt82X8Vj4tg5iiE4wDiPs0QqNUEFq6aQrtzm MYnB+8QoNZG+kSdlFqQKJeVvTZWuVt8QW810T5jCmpMXEAIdrzrostT2ymyiLjwkMFE5 Dr/53TDlwjCSvJcSluR9YjtJ1Q7U9y/5YnWwpvYfnPArboq9iJmxDpD2apRd++qKulvP hRkQ== X-Received: by 10.180.95.97 with SMTP id dj1mr557149wib.43.1424991736310; Thu, 26 Feb 2015 15:02:16 -0800 (PST) Received: from [192.168.178.21] (p4FC11E61.dip0.t-ipconnect.de. [79.193.30.97]) by mx.google.com with ESMTPSA id dx11sm3392345wjb.23.2015.02.26.15.02.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Feb 2015 15:02:15 -0800 (PST) Message-ID: <54EFA5F6.2040905@googlemail.com> Date: Fri, 27 Feb 2015 00:02:14 +0100 From: Volker Armin Hemmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: heat codes References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: cd1b4590-26ed-4332-994a-88cacb2fb158 X-Archives-Hash: 1fb7ef75d3e78520a019b62fbcc1e70f Am 26.02.2015 um 21:13 schrieb James: > James 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. em, but you are already monitoring it! > >> So lm_sensors only found these modules: >> > MODULE_0=fam15h_power [ OK ] > MODULE_1=it87 [ OK ] > MODULE_2=k10temp [ OK ] which looks good. > >> Does anyone with similar hardware have a more extensive list? no, that is all you got. > 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) see? radeon. Monitored. Just move along. > > 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. you won't get that, because the senors don't update in 'realtime'. > 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. watch -n1 sensors. Works even without systemd. Shocking, I know.