From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MGXF5-00027w-4Z for garchives@archives.gentoo.org; Tue, 16 Jun 2009 11:54:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41200E030F; Tue, 16 Jun 2009 11:54:17 +0000 (UTC) Received: from mail-fx0-f209.google.com (mail-fx0-f209.google.com [209.85.220.209]) by pigeon.gentoo.org (Postfix) with ESMTP id F372CE030F for ; Tue, 16 Jun 2009 11:54:16 +0000 (UTC) Received: by fxm5 with SMTP id 5so1282722fxm.34 for ; Tue, 16 Jun 2009 04:54:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=1uUe6iKu587Ci60qO06HCEBzj4sNtlNC2iTULfP72L4=; b=dKeMM6KjZ+5ilvMW4cA/gS3BchfQd2crc1ym2whxhU5Gh19Kc4UOQ4FfhHPIhBrA6n SZqi0x0etvQkUmDCcn4tYceISZStnlTh8P922/yWN9nwSHWGSFkBmtGBaYhEJdivLLid NNajPbII1w+sazz+13k36GgMT+nOxNK1dXEN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=BtfPQbsceRezc5JHa9YWt0GOi/+ropxKiywvUD8GJyzTWEK2aaQ2NIg0IBmiFHX/Er d4gXoSxe/W2V4VExUXRz7z7HDo12tf4mlnH6/vtqrFu6ejF7tIDvwg/W+YQSSBXVMjFJ DCaYTMOZLWv2+6OlCxbP0Iorv9Rcwu6frbXf0= 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 Received: by 10.204.61.9 with SMTP id r9mr4426161bkh.156.1245153256318; Tue, 16 Jun 2009 04:54:16 -0700 (PDT) In-Reply-To: <4A36926E.6090306@gmail.com> References: <4A36926E.6090306@gmail.com> Date: Tue, 16 Jun 2009 12:54:16 +0100 Message-ID: Subject: Re: [gentoo-user] Pentium D Temperature and Frequency Scaling From: Richard McCombie To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6569efa2-90dc-434d-a50e-4b5d10359806 X-Archives-Hash: 973724ee7a0aa8a9499ef388b4bdd757 Thank you for the suggestions, Dale and Stroller. I have an Athlon64 machine, and in order to access the CPU temperature on that, I simply built the 'k8temp' module. The option to build the 'coretemp' module is on the same page of menuconfig. However, coretemp isn't applicable to my Pentium D 3GHz. I would like to know if there is any way - other than by using lm_sensors - that I can get at the temperature of my CPU. k8temp works for AMD Athlon64 CPUs, coretemp is for Intel Core CPUs, is there a similar solution for Intel Pentium D CPUs? Also, can anyone enlighten me as to whether it is correct that my Pentium D 3GHz can only drop to 2.4GHz at the lowest, rather than anything lower, while doing frequency scaling? Thanks again, Richard 2009/6/15 Dale : > Stroller wrote: >> >> On 15 Jun 2009, at 11:57, Richard McCombie wrote: >>> ... >>> I'm trying to monitor the temperature of my CPU in Gentoo. I have a >>> Pentium D 3.00GHz. >>> >>> I tried compiling my kernel with the coretemp module but this won't >>> modprobe (which, I imagine, is because the module is exclusively for >>> Core chips). >> >> >> sys-apps/lm_sensors =A0?? >> >> Or is this only for measureing tempertaures on the motherboard? >> >> Stroller. >> >> >> > > It may be that the drivers are in the kernel options but he just needs > to know which one out of the dozens that are available is the correct > one. =A0I monitor my CPU and mobo and I don't have lm_sensors at all. > > I do agree that lm_sensors may be a a start since it has a detection > tool. =A0Then he could take that info and dig around in the kernel config= . > > Dale > > :-) =A0:-) > >