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 A087D138A87 for ; Thu, 26 Feb 2015 18:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B3ACE09E5; Thu, 26 Feb 2015 18:54:03 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56156E09A4 for ; Thu, 26 Feb 2015 18:54:02 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YR3ZQ-0002tv-6v for gentoo-user@lists.gentoo.org; Thu, 26 Feb 2015 19:54:00 +0100 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Feb 2015 19:54:00 +0100 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Feb 2015 19:54:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] heat codes Date: Thu, 26 Feb 2015 18:53:43 +0000 (UTC) Message-ID: 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1) X-Archives-Salt: ba669ccc-a692-4a5b-8f6b-4522fd459a45 X-Archives-Hash: 1b10d7e17d53eb00223fae573a159429 Hello, I need to monitor this hardware for temperatures, including logging of temperatures, on as wide array of temperaturr sensors that is possible with kernel 3.18.6-gentoo.) Gigabyte GA-990FXA-UD3 AMD FX(tm)-8350 Eight-Core Processor (currently clocked at 4 GHz) VGA compatible controller Cape Verde PRO [Radeon HD 7750 / R7 250E] Any there any others? The generic sensor scan stumbled on the radeon card: probe the I2C/SMBus adapters: Using driver `i2c-piix4' for device 0000:00:14.0: ATI Technologies Inc SB600/SB700/SB800 SMBus modprobe: FATAL: Module i2c-piix4 not found. Failed to load module i2c-piix4. Next adapter: Radeon i2c bit bus 0x90 (i2c-0) Do you want to scan it? (yes/NO/selectively): yes {through (i2c-7) all failed. So lm_sensors only found these modules: MODULE_0=fam15h_power MODULE_1=it87 MODULE_2=k10temp Does anyone with similar hardware have a more extensive list? 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. I'm working with a several classes of algorithms, like systolic-algorithms that push hardware resources, particularly cpu, gpu and ram, to it's limit; therefore the portions of the codes that cause excessive thermal stresses on these hardware resources, are of keen interest to me. A local code that puts significant (heat) stress on a system while compiling, that anyone can test against is, sci-libs/openfoam Comment, suggests and web based reading resources are all greatly appreciated. I did find this interesting resource https://wiki.archlinux.org/index.php/fan_speed_control TIA, James