From owner-freebsd-acpi@FreeBSD.ORG Wed Jun 11 01:41:17 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A82F062C for ; Wed, 11 Jun 2014 01:41:17 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 828A228C1 for ; Wed, 11 Jun 2014 01:41:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=iy1i8/PHmWx1dfpoHcEcqL5A59ZFL8hsLKZ6+uhdAzI=; b=YaLOoA7mblPtKSDUnT/GFenWAc+T56ZOY6KgdPmxk5dQhyx3aOV54vsFXSUNvbttW5oCuMQV7H28mZV+1KipJ7f5zTqKJ195akY/7mSQtEB5tD/iAt0rmdoaitAltr4aaSsWhHlkRtX2rux+NSPiEMn/q2/rXLP5um6k7DMoxsI=; Received: from [39.192.15.163] (port=29070 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WuXXK-001Qdl-2y; Tue, 10 Jun 2014 19:41:10 -0600 Date: Wed, 11 Jun 2014 09:41:04 +0800 From: Erich Dollansky To: Eric Neblock Subject: Re: Missing: hw.acpi.thermal.tz%d._HOT Message-ID: <20140611094104.5e6aadb0@X220.alogt.com> In-Reply-To: <1402412054.2426.13.camel@canpc36.cacs.louisiana.edu> References: <1402412054.2426.13.camel@canpc36.cacs.louisiana.edu> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-acpi@freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 01:41:17 -0000 Hi, I have had to use k8temp from ports on my old AMD machine. Erich On Tue, 10 Jun 2014 09:54:14 -0500 Eric Neblock wrote: > Hello all, > I'm trying to figure out what is the _HOT temperature on my > particular processor. I'm running FreeBSD 10 GENERIC on a Sunfire > X2200. > > The processor is an Dual Core AMD Opteron 2218. > > In the GENERIC kernel, acpi is built in; so, kldload acpi fails. I've > also loaded the amdtemp module at boot time to figure out what the > current temp of the processor is. > > With all of that, when performing `sysctl -a` I never seem to be able > to pull up the _HOT value. > > Are there any suggestions on how to be able to view it? > > Thanks, > Eric