From owner-freebsd-current@FreeBSD.ORG Wed Nov 21 16:53:41 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C8A099 for ; Wed, 21 Nov 2012 16:53:41 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from smtp2.sbb.rs (smtp2.sbb.rs [89.216.2.34]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB6B8FC08 for ; Wed, 21 Nov 2012 16:53:40 +0000 (UTC) Received: from mycenae (cable-178-148-104-142.dynamic.sbb.rs [178.148.104.142]) by smtp2.sbb.rs (8.14.0/8.14.0) with ESMTP id qALGV9QX009864 for ; Wed, 21 Nov 2012 17:31:14 +0100 Received: by mycenae (Postfix, from userid 1001) id C76535C23; Wed, 21 Nov 2012 17:31:33 +0100 (CET) Date: Wed, 21 Nov 2012 17:31:33 +0100 From: Zoran Kolic To: freebsd-current@freebsd.org Subject: amdtemp for amd 8120 Message-ID: <20121121163133.GA1187@mycenae.sbb.rs> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: -1.8 X-Mailman-Approved-At: Wed, 21 Nov 2012 17:32:55 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 16:53:41 -0000 Having new amd 8120 box with asus m5a97 mobo, I wait to install 9.1 on it. Both RC1 ad RC2 live memsticks images failed to show temperatures. Some posts reported of using amdtemp source from head successfully. What is the lattest amdtemp source on head? I assume I could go to /usr/src/dyd/dev/amdtemp/ and replace amdtemp.c with head code. Then to recompile the kernel as I do usually, including "device amdtemp" in it. Alternatelly, I might use that code and compile it, rena- ming final result to ie tempmeasure.ko and putting it in /boot/modules directory. With "kldload tempmeasure" later. What would be prefered method? When release comes out, I will try to use amdtemp from it before doing further com- pile. If fails, head source might help. Best regards Zoran