From owner-freebsd-amd64@FreeBSD.ORG Sun Aug 6 08:29:37 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E181516A4DD; Sun, 6 Aug 2006 08:29:37 +0000 (UTC) (envelope-from rse@engelschall.com) Received: from visp1.engelschall.com (visp1.engelschall.com [195.30.6.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70D4B43D45; Sun, 6 Aug 2006 08:29:37 +0000 (GMT) (envelope-from rse@engelschall.com) Received: by visp1.engelschall.com (Postfix, from userid 21100) id E8EBE1B4482E; Sun, 6 Aug 2006 10:29:35 +0200 (CEST) Received: by en1.engelschall.com (Postfix, from userid 10000) id BF638A1B02; Sun, 6 Aug 2006 10:29:27 +0200 (CEST) Date: Sun, 6 Aug 2006 10:29:27 +0200 From: "Ralf S. Engelschall" To: Dmitry Morozovsky Message-ID: <20060806082927.GA17297@engelschall.com> References: <20060805155548.EBE837302F@freebsd-current.sentex.ca> <20060805220746.U9314@woozle.rinet.ru> <20060805223658.X9314@woozle.rinet.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060805223658.X9314@woozle.rinet.ru> Organization: FreeBSD User-Agent: Mutt/1.5.12 OpenPKG/CURRENT-2006-07-14 Cc: amd64@freebsd.org, rse@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Ralf S. Engelschall" List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 08:29:38 -0000 On Sat, Aug 05, 2006, Dmitry Morozovsky wrote: > On Sat, 5 Aug 2006, Dmitry Morozovsky wrote: > > DM> FT> mkdep -f .depend -a -DRDUMP -DRESCUE /src/sbin/dump/itime.c /src/sbin/dump/main.c /src/sbin/dump/optr.c /src/sbin/dump/dumprmt.c /src/sbin/dump/tape.c /src/sbin/dump/traverse.c /src/sbin/dump/unctime.c /src/sbin/dump/cache.c > DM> FT> echo dump: /obj/amd64/src/tmp/usr/lib/libc.a >> .depend > DM> FT> cc -O2 -pipe -DRDUMP -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/sbin/dump/itime.c > DM> FT> cc -O2 -pipe -DRDUMP -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/sbin/dump/main.c > DM> FT> cc -O2 -pipe -DRDUMP -DRESCUE -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /src/sbin/dump/optr.c > DM> FT> /src/sbin/dump/optr.c: In function `timeest': > DM> FT> /src/sbin/dump/optr.c:214: warning: field precision is not type int (arg 7) > DM> > DM> It seems at least on amd64 size_t (strlen() result) is not int. > DM> > DM> Maybe the following quick fix? > > Or, maybe, the following would be less ugly: > > Index: optr.c > =================================================================== > RCS file: /home/ncvs/src/sbin/dump/optr.c,v > retrieving revision 1.33 > diff -u -r1.33 optr.c > --- optr.c 5 Aug 2006 12:50:38 -0000 1.33 > +++ optr.c 5 Aug 2006 18:38:21 -0000 > @@ -209,14 +209,15 @@ > mins = (deltat % 3600) / 60; > > tdone_str = ctime(&tdone); > + tdone_str[(strlen(tdone_str) - 1)] = '\0'; > setproctitle( > - "%s: pass %d: %3.2f%% done, finished in %d:%02d at %.*s", > - disk, passno, percent, hours, mins, strlen(tdone_str) - 1, tdone_str); > + "%s: pass %d: %3.2f%% done, finished in %d:%02d at %s", > + disk, passno, percent, hours, mins, tdone_str); > if (tnow >= tschedule) { > tschedule = tnow + 300; > if (blockswritten < 500) > return; > - msg("%3.2f%% done, finished in %d:%02d at %s", percent, > + msg("%3.2f%% done, finished in %d:%02d at %s\n", percent, > hours, mins, tdone_str); > } > } Yes, that's ok. Please commit this fix for us. Thanks! -- rse@FreeBSD.org Ralf S. Engelschall FreeBSD.org/~rse rse@engelschall.com FreeBSD committer www.engelschall.com From owner-freebsd-amd64@FreeBSD.ORG Sun Aug 6 09:05:54 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75BE116A4E1 for ; Sun, 6 Aug 2006 09:05:54 +0000 (UTC) (envelope-from anonymous@host167.ipowerweb.com) Received: from host167.ipowerweb.com (host167.ipowerweb.com [66.235.199.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 2DBFF43D4C for ; Sun, 6 Aug 2006 09:05:54 +0000 (GMT) (envelope-from anonymous@host167.ipowerweb.com) Received: (qmail 36786 invoked by uid 10079); 6 Aug 2006 09:05:53 -0000 Received: from 127.0.0.1 by host167.ipowerweb.com (envelope-from , uid 1086) with qmail-scanner-1.25st (clamdscan: 0.88/1235. spamassassin: 3.1.0. perlscan: 1.25st. Clear:RC:1(127.0.0.1):SA:0(2.0/5.0):. Processed in 0.260749 secs); 06 Aug 2006 09:05:53 -0000 X-Spam-Status: No, hits=2.0 required=5.0 X-Spam-Level: ++ Message-ID: <20060806090553.36761.qmail@host167.ipowerweb.com> Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain MIME-Version: 1.0 X-Mailer: MIME::Lite 2.106 (A1.67; B2.21; Q2.21) Date: Sun, 6 Aug 2006 09:05:53 UT From: Black Dog Mastering Studio To: Friend Subject: Demo at Black Dog Mastering Studio av X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 09:05:54 -0000 BLACK DOG MASTERING STUDIO will provide ONE FREE DEMO for all new customers. If you want to hear what our Mastering Service can do for your MIX....come catch the vibe with Black Dog Mastering Studio at "http://blackdogmastering.com/free_master_form.html". We have the capability to work with clients WorldWide. The process is easy...upload to our server or send your CD/DVD(s) via mail. A web page will be created for you to download .mp3 or .wav files to review the progress. Mixing Services also available. K.C. Director, Marketing Black Dog Mastering Studio 5373 Ehrlich Road Suite 203-143 Tampa, FL 33625 1.800.283.0410 -------- Hear the difference - http://blackdogmastering.com/Mastering_Samples.html To unsubscribe: http://www.blackdogmastering.com/cgi-bin/autoresponder/ar.cgi?mode=r&a=master&e=freebsd-amd64@freebsd.org From owner-freebsd-amd64@FreeBSD.ORG Sun Aug 6 09:37:23 2006 Return-Path: X-Original-To: amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A3016A4DE; Sun, 6 Aug 2006 09:37:23 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3EE943D45; Sun, 6 Aug 2006 09:37:22 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k769bLlw037057; Sun, 6 Aug 2006 13:37:21 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Sun, 6 Aug 2006 13:37:21 +0400 (MSD) From: Dmitry Morozovsky To: "Ralf S. Engelschall" In-Reply-To: <20060806082927.GA17297@engelschall.com> Message-ID: <20060806133029.N36363@woozle.rinet.ru> References: <20060805155548.EBE837302F@freebsd-current.sentex.ca> <20060805220746.U9314@woozle.rinet.ru> <20060805223658.X9314@woozle.rinet.ru> <20060806082927.GA17297@engelschall.com> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Sun, 06 Aug 2006 13:37:21 +0400 (MSD) Cc: amd64@FreeBSD.org, current@FreeBSD.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 09:37:23 -0000 On Sun, 6 Aug 2006, Ralf S. Engelschall wrote: RSE> > DM> It seems at least on amd64 size_t (strlen() result) is not int. RSE> > RSE> > Or, maybe, the following would be less ugly: RSE> > tdone_str = ctime(&tdone); RSE> > + tdone_str[(strlen(tdone_str) - 1)] = '\0'; Well, next thought: ctime(3) described as POSIX.1 function having fixed length of 26 chars. Is it safe and standards-compliant to save strlen(3) call and just use tdone_str[24] = '\0' ? Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ From owner-freebsd-amd64@FreeBSD.ORG Sun Aug 6 09:56:51 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1C8216A4DD for ; Sun, 6 Aug 2006 09:56:51 +0000 (UTC) (envelope-from Wolfram.Fenske@Student.Uni-Magdeburg.DE) Received: from mail.uni-magdeburg.de (mail.uni-magdeburg.de [141.44.1.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4878243D45; Sun, 6 Aug 2006 09:56:50 +0000 (GMT) (envelope-from Wolfram.Fenske@Student.Uni-Magdeburg.DE) Received: from sunny.urz.uni-magdeburg.de ([141.44.8.7]) by mail.uni-magdeburg.de with esmtp (EXIM Version 4.62) id 1G9fNH-0007fi-S6; Sun, 06 Aug 2006 11:56:50 +0200 Received: from hondo. (pD95169AF.dip0.t-ipconnect.de [217.81.105.175]) (authenticated bits=0) by sunny.urz.uni-magdeburg.de (8.12.10/8.12.10) with ESMTP id k769ukSX000401 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 6 Aug 2006 11:56:47 +0200 To: amd64@freebsd.org, =?iso-8859-1?Q?=A0current?=@freebsd.org References: <20060805155548.EBE837302F@freebsd-current.sentex.ca> <20060805220746.U9314@woozle.rinet.ru> <20060805223658.X9314@woozle.rinet.ru> <20060806082927.GA17297@engelschall.com> From: Wolfram Fenske Date: Sun, 06 Aug 2006 11:55:11 +0200 In-Reply-To: <20060806082927.GA17297@engelschall.com> (Ralf S. Engelschall's message of "Sun, 6 Aug 2006 10:29:27 +0200") Message-ID: <86ac6ifatc.fsf@student.uni-magdeburg.de> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.6 (--) X-Spam-Report: ---- Start SpamAssassin results -2.6 points, 5.0 required; -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.0 AWL AWL: From: address is in the auto white-list ---- End of SpamAssassin results X-Scan-Signature: d086009abe6668162a3885c1d5b5891c Cc: Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 09:56:51 -0000 "Ralf S. Engelschall" writes: > On Sat, Aug 05, 2006, Dmitry Morozovsky wrote: > >> Or, maybe, the following would be less ugly: >> >> Index: optr.c >> =================================================================== >> RCS file: /home/ncvs/src/sbin/dump/optr.c,v >> retrieving revision 1.33 >> diff -u -r1.33 optr.c >> --- optr.c 5 Aug 2006 12:50:38 -0000 1.33 >> +++ optr.c 5 Aug 2006 18:38:21 -0000 >> @@ -209,14 +209,15 @@ >> mins = (deltat % 3600) / 60; >> >> tdone_str = ctime(&tdone); >> + tdone_str[(strlen(tdone_str) - 1)] = '\0'; Shouldn't this be tdone_str[strlen(tdone_str)] = '\0'; or did you mean to truncate the last character? Wolfram Fenske From owner-freebsd-amd64@FreeBSD.ORG Sun Aug 6 10:16:03 2006 Return-Path: X-Original-To: amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ABA716A4DD; Sun, 6 Aug 2006 10:16:03 +0000 (UTC) (envelope-from rse@engelschall.com) Received: from visp1.engelschall.com (visp1.engelschall.com [195.30.6.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FFF143D5A; Sun, 6 Aug 2006 10:16:02 +0000 (GMT) (envelope-from rse@engelschall.com) Received: by visp1.engelschall.com (Postfix, from userid 21100) id CFA6D1B4482E; Sun, 6 Aug 2006 12:16:00 +0200 (CEST) Received: by en1.engelschall.com (Postfix, from userid 10000) id 7CC53A1B02; Sun, 6 Aug 2006 12:15:17 +0200 (CEST) Date: Sun, 6 Aug 2006 12:15:17 +0200 From: "Ralf S. Engelschall" To: Dmitry Morozovsky Message-ID: <20060806101517.GA37482@engelschall.com> References: <20060805155548.EBE837302F@freebsd-current.sentex.ca> <20060805220746.U9314@woozle.rinet.ru> <20060805223658.X9314@woozle.rinet.ru> <20060806082927.GA17297@engelschall.com> <20060806133029.N36363@woozle.rinet.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060806133029.N36363@woozle.rinet.ru> Organization: FreeBSD User-Agent: Mutt/1.5.12 OpenPKG/CURRENT-2006-07-14 X-Mailman-Approved-At: Sun, 06 Aug 2006 14:45:24 +0000 Cc: Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Ralf S. Engelschall" List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 10:16:03 -0000 On Sun, Aug 06, 2006, Dmitry Morozovsky wrote: > On Sun, 6 Aug 2006, Ralf S. Engelschall wrote: > > RSE> > DM> It seems at least on amd64 size_t (strlen() result) is not int. > RSE> > > RSE> > Or, maybe, the following would be less ugly: > > RSE> > tdone_str = ctime(&tdone); > RSE> > + tdone_str[(strlen(tdone_str) - 1)] = '\0'; > > Well, next thought: ctime(3) described as POSIX.1 function having fixed length > of 26 chars. Is it safe and standards-compliant to save strlen(3) call and just > use tdone_str[24] = '\0' ? This was my first thought also after reading the ctime(3) manual page. But after quickly checking the sources it didn't looked to me that the string is always really exactly 26 characters only. I think the strlen(3) call is acceptable as this way we are really doing what we want: we strip the trailing newline. If we hard-code a "26" here we would just obfuscate the source even more as the reader certainly doesn't understand at the first spot from where the magic "26" comes from. Ralf S. Engelschall rse@engelschall.com www.engelschall.com From owner-freebsd-amd64@FreeBSD.ORG Sun Aug 6 17:21:43 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1720F16A4DE; Sun, 6 Aug 2006 17:21:43 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C383C43D45; Sun, 6 Aug 2006 17:21:42 +0000 (GMT) (envelope-from arved@FreeBSD.org) Received: from freefall.freebsd.org (arved@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k76HLg1t004405; Sun, 6 Aug 2006 17:21:42 GMT (envelope-from arved@freefall.freebsd.org) Received: (from arved@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k76HLgIZ004401; Sun, 6 Aug 2006 17:21:42 GMT (envelope-from arved) Date: Sun, 6 Aug 2006 17:21:42 GMT From: Tilman Linneweh Message-Id: <200608061721.k76HLgIZ004401@freefall.freebsd.org> To: arved@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-multimedia@FreeBSD.org Cc: Subject: Re: kern/101417: 4-speakers output not possible on Asus A8V-Deluxe X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 17:21:43 -0000 Synopsis: 4-speakers output not possible on Asus A8V-Deluxe Responsible-Changed-From-To: freebsd-amd64->freebsd-multimedia Responsible-Changed-By: arved Responsible-Changed-When: Sun Aug 6 17:19:23 UTC 2006 Responsible-Changed-Why: This does not sound amd64-specific, over to sound system maintainers http://www.freebsd.org/cgi/query-pr.cgi?pr=101417 From owner-freebsd-amd64@FreeBSD.ORG Tue Aug 8 02:15:53 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E942016A4E1; Tue, 8 Aug 2006 02:15:53 +0000 (UTC) (envelope-from roberto@spock.cl) Received: from mail.spock.cl (enteljoven2.enteljoven.cl [164.77.63.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242CD43D55; Tue, 8 Aug 2006 02:15:52 +0000 (GMT) (envelope-from roberto@spock.cl) Received: from localhost (localhost [127.0.0.1]) (uid 1) by mail.spock.cl with local; Mon, 07 Aug 2006 22:15:55 -0400 id 000284AC.44D7F3DB.00002238 From: "Roberto de Iriarte" To: amd64@freeBSD.org Date: Mon, 07 Aug 2006 22:15:55 -0400 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Cc: current@freeBSD.org Subject: Asus A8N-SLI problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2006 02:15:54 -0000 Dear developers. I have found an unsolvable problem installing FreeBSD on an Asus A8N-SLI mainboard. I've tried 6.1-RELEASE i386 7.0-i386 (Snapshot from 07/2006) 7.0-amd64 (Snapshot from 07/2006) and found the very same problem, the SATA Harddisks are detected, however, the boot process hangs just after enumerating them. Booting with ACPI disabled does not help either. Booting with the DEBUG option shows the same effect, the boot process hangs after GEOM tries to determine if the disk has a RAID signature. Hardware configuration Asus A8N-SLI Bios revision 014 (Latest) 2 GB SDRAM PC3200 (2x1GB) AMD64 3700+ processor. ATA DVD-RW PIONEER DVD-RW DVR-109 SATA WDC WD740GD-00FLA2 on port 0 SATA Seagate ST3120827AS on port 1 ATI Radeon X700 PciE video card. I don't know if there is a bug with FreeBSD, thus i have not filled a bug report (should i?) but i suspect something is broken with the A8N-SLI as i've replaced it with a Tyan Tomcat K8E that works perfectly. (And has no high-rpm chipset fan, as a bonus) Regards Roberto de Iriarte From owner-freebsd-amd64@FreeBSD.ORG Wed Aug 9 01:24:02 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A76C16A50A; Wed, 9 Aug 2006 01:24:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FDB343E43; Wed, 9 Aug 2006 01:23:11 +0000 (GMT) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2.sentex.ca [199.212.134.9]) by smarthost2.sentex.ca (8.13.6/8.13.4) with ESMTP id k791MXDo016000; Tue, 8 Aug 2006 21:22:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.13.6/8.13.6) with ESMTP id k791MXAL054996; Tue, 8 Aug 2006 21:22:33 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 8C0787302F; Tue, 8 Aug 2006 21:22:33 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20060809012233.8C0787302F@freebsd-current.sentex.ca> Date: Tue, 8 Aug 2006 21:22:33 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on clamscanner4 X-Virus-Status: Clean Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 01:24:02 -0000 TB --- 2006-08-09 00:06:09 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2006-08-09 00:06:09 - starting HEAD tinderbox run for amd64/amd64 TB --- 2006-08-09 00:06:09 - cleaning the object tree TB --- 2006-08-09 00:06:49 - checking out the source tree TB --- 2006-08-09 00:06:49 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2006-08-09 00:06:49 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2006-08-09 00:14:12 - building world (CFLAGS=-O2 -pipe) TB --- 2006-08-09 00:14:12 - cd /src TB --- 2006-08-09 00:14:12 - /usr/bin/make -B buildworld >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] makedevs.c:10: error: syntax error before ',' token makedevs.c:13: error: syntax error before ',' token makedevs.c:16: error: syntax error before ',' token makedevs.c:19: error: syntax error before ',' token makedevs.c:22: error: syntax error before ',' token makedevs.c:25: error: syntax error before ',' token makedevs.c:28: error: syntax error before ',' token makedevs.c:31: error: syntax error before ',' token *** Error code 1 Stop in /src/usr.sbin/sade. *** Error code 1 Stop in /src/usr.sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2006-08-09 01:22:33 - WARNING: /usr/bin/make returned exit code 1 TB --- 2006-08-09 01:22:33 - ERROR: failed to build world TB --- 2006-08-09 01:22:33 - tinderbox aborted TB --- 1.36 user 7.20 system 4584.24 real From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 11 18:46:22 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 528F516A4DF for ; Fri, 11 Aug 2006 18:46:22 +0000 (UTC) (envelope-from dan@langille.org) Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB7343D6D for ; Fri, 11 Aug 2006 18:46:19 +0000 (GMT) (envelope-from dan@langille.org) Received: from localhost (localhost [205.150.199.217]) by m21.unixathome.org (Postfix) with ESMTP id 008D8C399 for ; Fri, 11 Aug 2006 14:46:23 -0400 (EDT) Received: from m21.unixathome.org ([205.150.199.217]) by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024) with ESMTP id 05013-05 for ; Fri, 11 Aug 2006 14:46:17 -0400 (EDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by m21.unixathome.org (Postfix) with ESMTP id 0AD84C38C for ; Fri, 11 Aug 2006 14:46:16 -0400 (EDT) Received: from [10.55.0.99] (wocker.unixathome.org [10.55.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 3A28CB822 for ; Fri, 11 Aug 2006 14:46:10 -0400 (EDT) From: "Dan Langille" To: amd64@freebsd.org Date: Fri, 11 Aug 2006 14:46:09 -0400 MIME-Version: 1.0 Message-ID: <44DC9831.21645.A8D4331@dan.langille.org> Priority: normal X-mailer: Pegasus Mail for Windows (4.31) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at unixathome.org Cc: Subject: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 18:46:22 -0000 I'm trying to get fan speed and CPU temp out of my Dual Opteron (HDAMA rev.G) board which is running 6.1-STABLE. I'm finding that mbmon and healthd are reporting nothing useful. Similarly, sysctl has nothing related to cpu temp or fan speed. Example output follows. Any suggestions on what to look for, try, prod, poke, bludgeon? Thanks. [root@opti:~] # mbmon -d SMBus[AMD756/766/768/8111] found, but No HWM available on it!! No Hardware Monitor found!! InitMBInfo: Invalid argument healthd: A value of 255.00 for Chip Set Temperature with a range of (0.00 <= n <= 30.00) healthd: A value of 0.00 for CPU #0 Temperature with a range of (10.00 <= n <= 30.00) healthd: A value of 0.00 for CPU #1 Temperature with a range of (10.00 <= n <= 30.00) healthd: A value of 0.00 for CPU #0 Cooling Fan with a range of (3000.00 <= n <= 9999.00) healthd: A value of 0.00 for CPU #1 Cooling Fan with a range of (3000.00 <= n <= 9999.00) [root@opti:~] # sysctl -a | grep -i speed hw.firewire.fwmem.speed: 2 hw.firewire.fwe.tx_speed: 2 hw.firewire.sbp.max_speed: -1 machdep.conspeed: 9600 machdep.gdbspeed: 9600 [root@opti:~] # sysctl -a | grep -i fan [root@opti:~] # [root@opti:~] # uname -a FreeBSD opti.example.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Aug 11 12:43:34 EDT 2006 dan@opti.example.org:/usr/obj/usr/src/sys/OPTI amd64 full healthd output: http://pastebin.ca/126649 main board specs: http://tinyurl.com/o7pet -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 11 19:25:50 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 731EA16A4DD for ; Fri, 11 Aug 2006 19:25:50 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id A934C43D64 for ; Fri, 11 Aug 2006 19:25:44 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr10.xs4all.nl (8.13.6/8.13.6) with ESMTP id k7BJPcgY055021; Fri, 11 Aug 2006 21:25:39 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 6AAABB82E; Fri, 11 Aug 2006 21:25:38 +0200 (CEST) Date: Fri, 11 Aug 2006 21:25:38 +0200 From: Roland Smith To: Dan Langille Message-ID: <20060811192538.GA85508@slackbox.xs4all.nl> References: <44DC9831.21645.A8D4331@dan.langille.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: <44DC9831.21645.A8D4331@dan.langille.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: amd64@freebsd.org Subject: Re: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 19:25:50 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 11, 2006 at 02:46:09PM -0400, Dan Langille wrote: > I'm trying to get fan speed and CPU temp out of my Dual Opteron=20 > (HDAMA rev.G) board which is running 6.1-STABLE. >=20 > I'm finding that mbmon and healthd are reporting nothing useful. =20 > Similarly, sysctl has nothing related to cpu temp or fan speed. >=20 > Example output follows. Any suggestions on what to look for, try,=20 > prod, poke, bludgeon? >=20 > Thanks. >=20 > [root@opti:~] # mbmon -d > SMBus[AMD756/766/768/8111] found, but No HWM available on it!! > No Hardware Monitor found!! > InitMBInfo: Invalid argument You could try the different access methods available to mbmon: "-V, -S, -I, -A" (see the manual page).=20 On my Asus K8V DeLuxe only the ISA port access method (-I) works, while "-A" gives bogus results as far as tempreature and fan speed are concerned. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3NmyEnfvsMMhpyURAqKwAJ9DRCZE7YmaftNF4KCvWOijW3Fl1gCdF84W mJu53tPmW8YhegA1mgTaZ00= =h9Fq -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 11 19:49:23 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F08216A4DE for ; Fri, 11 Aug 2006 19:49:23 +0000 (UTC) (envelope-from dan@langille.org) Received: from havoc.unixathome.org (havoc.unixathome.org [66.154.98.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2EB143D45 for ; Fri, 11 Aug 2006 19:49:22 +0000 (GMT) (envelope-from dan@langille.org) Received: from localhost (localhost [127.0.0.1]) by havoc.unixathome.org (Postfix) with ESMTP id 4A6A656449; Fri, 11 Aug 2006 12:49:22 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Received: from havoc.unixathome.org ([127.0.0.1]) by localhost (havoc.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c1uO3S2wtm64; Fri, 11 Aug 2006 12:49:20 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by havoc.unixathome.org (Postfix) with ESMTP id B5F5E56448; Fri, 11 Aug 2006 12:49:20 -0700 (PDT) Received: from [10.55.0.99] (wocker.unixathome.org [10.55.0.99]) by bast.unixathome.org (Postfix) with ESMTP id F0D27B822; Fri, 11 Aug 2006 15:49:17 -0400 (EDT) From: "Dan Langille" To: Roland Smith Date: Fri, 11 Aug 2006 15:49:17 -0400 MIME-Version: 1.0 Message-ID: <44DCA6FD.14319.AC70E4C@dan.langille.org> Priority: normal In-reply-to: <20060811192538.GA85508@slackbox.xs4all.nl> References: <44DC9831.21645.A8D4331@dan.langille.org> X-mailer: Pegasus Mail for Windows (4.31) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Cc: amd64@freebsd.org Subject: Re: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 19:49:23 -0000 On 11 Aug 2006 at 21:25, Roland Smith wrote: > On Fri, Aug 11, 2006 at 02:46:09PM -0400, Dan Langille wrote: > > I'm trying to get fan speed and CPU temp out of my Dual Opteron > > (HDAMA rev.G) board which is running 6.1-STABLE. > > > > I'm finding that mbmon and healthd are reporting nothing useful. > > Similarly, sysctl has nothing related to cpu temp or fan speed. > > > > Example output follows. Any suggestions on what to look for, try, > > prod, poke, bludgeon? > > > > Thanks. > > > > [root@opti:~] # mbmon -d > > SMBus[AMD756/766/768/8111] found, but No HWM available on it!! > > No Hardware Monitor found!! > > InitMBInfo: Invalid argument > > You could try the different access methods available to mbmon: "-V, -S, > -I, -A" (see the manual page). > > On my Asus K8V DeLuxe only the ISA port access method (-I) works, while > "-A" gives bogus results as far as tempreature and fan speed are concerned. No luck: root@opti:~] # mbmon -d -V No VIA686 HWM available!! InitMBInfo: Unknown error: 0 [root@opti:~] # mbmon -d -S SMBus[AMD756/766/768/8111] found, but No HWM available on it!! InitMBInfo: Invalid argument [root@opti:~] # mbmon -d -I No ISA-IO HWM available!! InitMBInfo: Unknown error: 0 [root@opti:~] # mbmon -d -A SMBus[AMD756/766/768/8111] found, but No HWM available on it!! Summary of Detection: * No monitors found. InitMBInfo: Invalid argument This program needs "setuid root"!! [root@opti:~] # cheers -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 11 19:52:29 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 275D216A4E6 for ; Fri, 11 Aug 2006 19:52:29 +0000 (UTC) (envelope-from jmp.lists@alvorlig.dk) Received: from cauchy.aub.dk (cauchy.aub.dk [194.255.124.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97A7943D49 for ; Fri, 11 Aug 2006 19:52:28 +0000 (GMT) (envelope-from jmp.lists@alvorlig.dk) Received: from localhost (localhost.aub.dk [127.0.0.1]) by cauchy.aub.dk (Postfix) with ESMTP id D90FF11792; Fri, 11 Aug 2006 21:52:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at aub.dk Received: from cauchy.aub.dk ([127.0.0.1]) by localhost (cauchy.aub.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wclDbRpMQXBl; Fri, 11 Aug 2006 21:52:23 +0200 (CEST) Received: from [10.100.94.162] (unknown [10.100.94.162]) by cauchy.aub.dk (Postfix) with ESMTP id C4F7D11723; Fri, 11 Aug 2006 21:52:23 +0200 (CEST) Message-ID: <44DCDFF7.4010303@alvorlig.dk> Date: Fri, 11 Aug 2006 21:52:23 +0200 From: "J. Martin Petersen" User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Dan Langille , amd64@freebsd.org References: <44DC9831.21645.A8D4331@dan.langille.org> In-Reply-To: <44DC9831.21645.A8D4331@dan.langille.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 19:52:29 -0000 Dan Langille wrote: > I'm trying to get fan speed and CPU temp out of my Dual Opteron > (HDAMA rev.G) board which is running 6.1-STABLE. > > I'm finding that mbmon and healthd are reporting nothing useful. > Similarly, sysctl has nothing related to cpu temp or fan speed. > > Example output follows. Any suggestions on what to look for, try, > prod, poke, bludgeon? Does the motherboard support IPMI? Martin From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 11 20:26:43 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D7916A4DD for ; Fri, 11 Aug 2006 20:26:43 +0000 (UTC) (envelope-from dan@langille.org) Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id E148643D62 for ; Fri, 11 Aug 2006 20:26:42 +0000 (GMT) (envelope-from dan@langille.org) Received: from localhost (localhost [205.150.199.217]) by m21.unixathome.org (Postfix) with ESMTP id 8C9EFC38C; Fri, 11 Aug 2006 16:26:49 -0400 (EDT) Received: from m21.unixathome.org ([205.150.199.217]) by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024) with ESMTP id 09800-08; Fri, 11 Aug 2006 16:26:45 -0400 (EDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by m21.unixathome.org (Postfix) with ESMTP id C8371C378; Fri, 11 Aug 2006 16:26:45 -0400 (EDT) Received: from [10.55.0.99] (wocker.unixathome.org [10.55.0.99]) by bast.unixathome.org (Postfix) with ESMTP id EA059B822; Fri, 11 Aug 2006 16:26:37 -0400 (EDT) From: "Dan Langille" To: "J. Martin Petersen" Date: Fri, 11 Aug 2006 16:26:37 -0400 MIME-Version: 1.0 Message-ID: <44DCAFBD.5114.AE93C7B@dan.langille.org> Priority: normal In-reply-to: <44DCDFF7.4010303@alvorlig.dk> References: <44DC9831.21645.A8D4331@dan.langille.org> X-mailer: Pegasus Mail for Windows (4.31) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at unixathome.org Cc: amd64@freebsd.org Subject: Re: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 20:26:43 -0000 On 11 Aug 2006 at 21:52, J. Martin Petersen wrote: > Dan Langille wrote: > > I'm trying to get fan speed and CPU temp out of my Dual Opteron > > (HDAMA rev.G) board which is running 6.1-STABLE. > > > > I'm finding that mbmon and healthd are reporting nothing useful. > > Similarly, sysctl has nothing related to cpu temp or fan speed. > > > > Example output follows. Any suggestions on what to look for, try, > > prod, poke, bludgeon? > > Does the motherboard support IPMI? The HDAMA rev.G user guide (http://tinyurl.com/horvx) says only this: IPMI 1.5 (optional with Remote Management Card) AFAIK, I have no remote management card. -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 11 21:58:41 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF4BC16A4DF for ; Fri, 11 Aug 2006 21:58:41 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E20543D6E for ; Fri, 11 Aug 2006 21:58:39 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 4D7C45F00; Sat, 12 Aug 2006 01:58:38 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 2C08F5D8A; Sat, 12 Aug 2006 01:58:38 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7BLwc3b005340; Sat, 12 Aug 2006 01:58:38 +0400 (MSD) (envelope-from ru) Date: Sat, 12 Aug 2006 01:58:38 +0400 From: Ruslan Ermilov To: Dan Langille Message-ID: <20060811215838.GB5237@rambler-co.ru> References: <44DC9831.21645.A8D4331@dan.langille.org> <44DCAFBD.5114.AE93C7B@dan.langille.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bCsyhTFzCvuiizWE" Content-Disposition: inline In-Reply-To: <44DCAFBD.5114.AE93C7B@dan.langille.org> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: amd64@freebsd.org Subject: Re: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Aug 2006 21:58:42 -0000 --bCsyhTFzCvuiizWE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 11, 2006 at 04:26:37PM -0400, Dan Langille wrote: > On 11 Aug 2006 at 21:52, J. Martin Petersen wrote: >=20 > > Dan Langille wrote: > > > I'm trying to get fan speed and CPU temp out of my Dual Opteron=20 > > > (HDAMA rev.G) board which is running 6.1-STABLE. > > >=20 > > > I'm finding that mbmon and healthd are reporting nothing useful. =20 > > > Similarly, sysctl has nothing related to cpu temp or fan speed. > > >=20 > > > Example output follows. Any suggestions on what to look for, try,=20 > > > prod, poke, bludgeon? > >=20 > > Does the motherboard support IPMI? >=20 > The HDAMA rev.G user guide (http://tinyurl.com/horvx) says only this: >=20 > IPMI 1.5 (optional with Remote Management Card) >=20 > AFAIK, I have no remote management card. >=20 Some systems are able to report temperature (a Tyan server board here reports a chassis temperature though) via acpi_thermal(4); see hw.acpi.thermal. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --bCsyhTFzCvuiizWE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE3P2OqRfpzJluFF4RAuOCAJ9Mb3Es/qode6rY8XTbjuOrmBu6jACfZDGS rrk3BG/Gn9MoxSVK1Vvb6hI= =sHIg -----END PGP SIGNATURE----- --bCsyhTFzCvuiizWE-- From owner-freebsd-amd64@FreeBSD.ORG Sat Aug 12 00:27:48 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C90D916A4E0; Sat, 12 Aug 2006 00:27:48 +0000 (UTC) (envelope-from dan@langille.org) Received: from havoc.unixathome.org (havoc.unixathome.org [66.154.98.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB23443D8B; Sat, 12 Aug 2006 00:27:40 +0000 (GMT) (envelope-from dan@langille.org) Received: from localhost (localhost [127.0.0.1]) by havoc.unixathome.org (Postfix) with ESMTP id 7F76B56491; Fri, 11 Aug 2006 17:27:40 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Received: from havoc.unixathome.org ([127.0.0.1]) by localhost (havoc.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cflXeGqFPw01; Fri, 11 Aug 2006 17:27:38 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by havoc.unixathome.org (Postfix) with ESMTP id 6338B5648E; Fri, 11 Aug 2006 17:27:38 -0700 (PDT) Received: from [10.55.0.99] (wocker.unixathome.org [10.55.0.99]) by bast.unixathome.org (Postfix) with ESMTP id E11D0B822; Fri, 11 Aug 2006 20:27:37 -0400 (EDT) From: "Dan Langille" To: Ruslan Ermilov Date: Fri, 11 Aug 2006 20:27:37 -0400 MIME-Version: 1.0 Message-ID: <44DCE839.19152.BC5DF25@dan.langille.org> Priority: normal In-reply-to: <20060811215838.GB5237@rambler-co.ru> References: <44DCAFBD.5114.AE93C7B@dan.langille.org> X-mailer: Pegasus Mail for Windows (4.31) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Cc: amd64@freebsd.org Subject: Re: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 00:27:48 -0000 On 12 Aug 2006 at 1:58, Ruslan Ermilov wrote: > On Fri, Aug 11, 2006 at 04:26:37PM -0400, Dan Langille wrote: > > On 11 Aug 2006 at 21:52, J. Martin Petersen wrote: > > > > > Dan Langille wrote: > > > > I'm trying to get fan speed and CPU temp out of my Dual Opteron > > > > (HDAMA rev.G) board which is running 6.1-STABLE. > > > > > > > > I'm finding that mbmon and healthd are reporting nothing useful. > > > > Similarly, sysctl has nothing related to cpu temp or fan speed. > > > > > > > > Example output follows. Any suggestions on what to look for, try, > > > > prod, poke, bludgeon? > > > > > > Does the motherboard support IPMI? > > > > The HDAMA rev.G user guide (http://tinyurl.com/horvx) says only this: > > > > IPMI 1.5 (optional with Remote Management Card) > > > > AFAIK, I have no remote management card. > > > Some systems are able to report temperature (a Tyan server board > here reports a chassis temperature though) via acpi_thermal(4); > see hw.acpi.thermal. Good idea. Nothing on my board though: [root@opti:/home/dan] # sysctl -a | grep -i thermal [root@opti:/home/dan] # This is all the hw I get: # sysctl -a | grep -i hw vfs.flushwithdeps: 0 hw.machine: amd64 hw.model: AMD Opteron(tm) Processor 246 hw.ncpu: 2 hw.byteorder: 1234 hw.physmem: 8443727872 hw.usermem: 8385126400 hw.pagesize: 4096 hw.floatingpoint: 1 hw.machine_arch: amd64 hw.realmem: 8589934592 hw.ath.hal.swba_backoff: 0 hw.ath.hal.sw_brt: 10 hw.ath.hal.dma_brt: 2 hw.ath.hal.version: 0.9.17.2 hw.ath.txbuf: 100 hw.ath.rxbuf: 40 hw.ath.regdomain: 0 hw.ath.countrycode: 0 hw.ath.xchanmode: 1 hw.ath.outdoor: 1 hw.ath.calibrate: 30 hw.ath.dwell: 200 hw.aac.iosize_max: 65536 hw.amr.force_sg32: 0 hw.an.an_cache_iponly: 1 hw.an.an_cache_mcastonly: 0 hw.an.an_cache_mode: dbm hw.an.an_dump: off hw.ata.wc: 1 hw.ata.atapi_dma: 1 hw.ata.ata_dma: 1 hw.cardbus.cis_debug: 0 hw.cardbus.debug: 0 hw.cs.recv_delay: 570 hw.cs.ignore_checksum_failure: 0 hw.cs.debug: 0 hw.firewire.hold_count: 3 hw.firewire.try_bmr: 1 hw.firewire.fwmem.speed: 2 hw.firewire.fwmem.eui64_lo: 0 hw.firewire.fwmem.eui64_hi: 0 hw.firewire.fwe.rx_queue_len: 128 hw.firewire.fwe.tx_speed: 2 hw.firewire.fwe.stream_ch: 1 hw.firewire.sbp.tags: 0 hw.firewire.sbp.use_doorbell: 0 hw.firewire.sbp.scan_delay: 500 hw.firewire.sbp.login_delay: 1000 hw.firewire.sbp.exclusive_login: 1 hw.firewire.sbp.max_speed: -1 hw.firewire.sbp.auto_login: 1 hw.pccard.cis_debug: 0 hw.pccard.debug: 0 hw.cbb.debug: 0 hw.cbb.start_32_io: 4096 hw.cbb.start_16_io: 256 hw.cbb.start_memory: 2281701376 hw.pcic.intr_mask: 57016 hw.pci.do_power_resume: 1 hw.pci.do_power_nodriver: 0 hw.pci.enable_io_modes: 1 hw.pci.host_mem_start: 2147483648 hw.wi.debug: 0 hw.wi.txerate: 0 hw.xe.debug: 0 hw.intr_storm_threshold: 500 hw.availpages: 2061457 hw.bus.devctl_disable: 0 hw.ste.rxsyncs: 0 hw.busdma.total_bpages: 8192 hw.busdma.zone0.total_bpages: 8160 hw.busdma.zone0.free_bpages: 8160 hw.busdma.zone0.reserved_bpages: 0 hw.busdma.zone0.active_bpages: 0 hw.busdma.zone0.total_bounced: 0 hw.busdma.zone0.total_deferred: 0 hw.busdma.zone0.lowaddr: 0xffffffff hw.busdma.zone0.alignment: 256 hw.busdma.zone0.boundary: 0 hw.busdma.zone1.total_bpages: 32 hw.busdma.zone1.free_bpages: 32 hw.busdma.zone1.reserved_bpages: 0 hw.busdma.zone1.active_bpages: 0 hw.busdma.zone1.total_bounced: 0 hw.busdma.zone1.total_deferred: 0 hw.busdma.zone1.lowaddr: 0xffffffff hw.busdma.zone1.alignment: 2 hw.busdma.zone1.boundary: 65536 hw.clockrate: 2004 hw.instruction_sse: 1 hw.apic.enable_extint: 0 hw.psm.tap_timeout: 125000 hw.psm.tap_threshold: 25 hw.kbd.keymap_restrict_change: 0 hw.nve_pollinterval: 0 hw.syscons.kbd_debug: 1 hw.syscons.kbd_reboot: 1 hw.syscons.bell: 1 hw.syscons.saver.keybonly: 1 hw.syscons.sc_no_suspend_vtswitch: 0 hw.acpi.supported_sleep_state: S1 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 1 hw.acpi.s4bios: 0 hw.acpi.verbose: 0 hw.acpi.disable_on_reboot: 0 hw.acpi.handle_reboot: 0 hw.acpi.cpu.cx_supported: C1/0 hw.acpi.cpu.cx_lowest: C1 hw.acpi.cpu.cx_usage: 100.00% hw.twa0.driver_version: 3.60.02.012 -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php From owner-freebsd-amd64@FreeBSD.ORG Sat Aug 12 07:40:16 2006 Return-Path: X-Original-To: freebsd-amd64@hub.freebsd.org Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB3F916A4DF for ; Sat, 12 Aug 2006 07:40:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0269943D45 for ; Sat, 12 Aug 2006 07:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7C7eFE6083242 for ; Sat, 12 Aug 2006 07:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7C7eFb0083238; Sat, 12 Aug 2006 07:40:15 GMT (envelope-from gnats) Resent-Date: Sat, 12 Aug 2006 07:40:15 GMT Resent-Message-Id: <200608120740.k7C7eFb0083238@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C094F16A4DA for ; Sat, 12 Aug 2006 07:31:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C58043D53 for ; Sat, 12 Aug 2006 07:31:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k7C7Vbgi067371 for ; Sat, 12 Aug 2006 07:31:37 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k7C7VbXx067370; Sat, 12 Aug 2006 07:31:37 GMT (envelope-from nobody) Message-Id: <200608120731.k7C7VbXx067370@www.freebsd.org> Date: Sat, 12 Aug 2006 07:31:37 GMT From: David To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: amd64/101873: Freebsd amd64 hangs on booting sata drive? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 07:40:17 -0000 >Number: 101873 >Category: amd64 >Synopsis: Freebsd amd64 hangs on booting sata drive? >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 12 07:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: David >Release: 6.1 ISO >Organization: >Environment: not available. >Description: I attempted to do a test install of FreeBSD 6.1 ISO on a new machine I was building, the specs were: *AMD AM2 5000+ dual core *Asus M2N32-SLI Deluxe Motherboard *1GBx4 Mushkin ddr2 800Mhz *750GBx4 S-ATA Seagate Barracuda Hard Drive (Tested with and without motherboard NV RAID in 0+1 mode with the same results) *ATI Radeon 1800 video card *standard dvd-rom When attempting to boot in verbose and non verbose mode the machine would hang (to the best of what I recall) on the hard drives. It was repeatable everytime and it would freeze at this position with no errors for an undefined amount of time. I might be able to get my hands on a similar system to test it again for a day or so if anyone might have time to poke around, but that's the best I can do :( >How-To-Repeat: Previously stated. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sat Aug 12 18:03:20 2006 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E74316A4DA for ; Sat, 12 Aug 2006 18:03:20 +0000 (UTC) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (www.cursosvirtuales.com.ar [200.59.46.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DAA143D68 for ; Sat, 12 Aug 2006 18:03:16 +0000 (GMT) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (localhost [127.0.0.1]) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11) with ESMTP id k7CHsVuX091794 for ; Sat, 12 Aug 2006 14:54:35 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: from schapachnik.com.ar (uucp@localhost) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11/Submit) with UUCP id k7CHsVv4091793 for freebsd-amd64@freebsd.org; Sat, 12 Aug 2006 14:54:31 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: from funes.schapachnik.com.ar (localhost [127.0.0.1]) by funes.schapachnik.com.ar (8.13.6/8.13.6) with ESMTP id k7CHsPC9001250 for ; Sat, 12 Aug 2006 14:54:25 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: (from fpscha@localhost) by funes.schapachnik.com.ar (8.13.6/8.13.6/Submit) id k7CHsPrB001249 for freebsd-amd64@freebsd.org; Sat, 12 Aug 2006 14:54:25 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) X-Authentication-Warning: funes.schapachnik.com.ar: fpscha set sender to fernando@schapachnik.com.ar using -f Date: Sat, 12 Aug 2006 14:54:25 -0300 From: Fernando Schapachnik To: freebsd-amd64@freebsd.org Message-ID: <20060812175425.GJ810@funes.schapachnik.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-OS: FreeBSD 6.1 - http://www.freebsd.org Subject: HD DMA problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 18:03:20 -0000 Hi, Whenever my disk goes under high activity I get: ad6: TIMEOUT - WRITE_DMA retrying (0 retries left) LBA=111247263 ad6: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - completing request directly ad6: FAILURE - WRITE_DMA timed out LBA=111247135 g_vfs_done():ad6s1g[WRITE(offset=30261575680, length=131072)] error = 5 And can't get the system back. Tried with a brand new disk and seen same results. Searching yields similar questions, but not answers. Any ideas? System: amd64 GENERIC 6.1-RELEASE, Mother: Asus K8S-MX atapci1: port 0xec00-0xec07,0xe800-0xe803,0xe400-0xe407,0xe000-0xe003, 0xdc00-0xdc0f,0xd800-0xd87f irq 17 at device 5.0 on pci0 ad6: 76319MB at ata3-master SATA150 Fernando P. Schapachnik fernando@schapachnik.com.ar From owner-freebsd-amd64@FreeBSD.ORG Sat Aug 12 19:28:07 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A87EC16A4DD; Sat, 12 Aug 2006 19:28:07 +0000 (UTC) (envelope-from prvs=ohartman=37278eb88@uni-mainz.de) Received: from mailgate02.zdv.uni-mainz.de (mailgate02.zdv.Uni-Mainz.DE [134.93.178.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8127943D45; Sat, 12 Aug 2006 19:28:05 +0000 (GMT) (envelope-from prvs=ohartman=37278eb88@uni-mainz.de) Received: from exfront01.zdv.uni-mainz.de ([134.93.176.49]) by mailgate02.zdv.uni-mainz.de with ESMTP; 12 Aug 2006 21:28:04 +0200 Received: from mail.uni-mainz.de ([134.93.176.49]) by exfront01.zdv.Uni-Mainz.DE with Microsoft SMTPSVC(6.0.3790.1830); Sat, 12 Aug 2006 21:28:04 +0200 Received: from [192.168.1.128] ([85.178.32.55] RDNS failed) by mail.uni-mainz.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Sat, 12 Aug 2006 21:28:04 +0200 Message-ID: <44DE2BBE.3030407@mail.uni-mainz.de> Date: Sat, 12 Aug 2006 21:27:58 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Dan Langille References: <44DCAFBD.5114.AE93C7B@dan.langille.org> <44DCE839.19152.BC5DF25@dan.langille.org> In-Reply-To: <44DCE839.19152.BC5DF25@dan.langille.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Aug 2006 19:28:04.0538 (UTC) FILETIME=[6EAB51A0:01C6BE45] Cc: amd64@freebsd.org Subject: Re: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 19:28:07 -0000 Dan Langille wrote: > On 12 Aug 2006 at 1:58, Ruslan Ermilov wrote: > > >> On Fri, Aug 11, 2006 at 04:26:37PM -0400, Dan Langille wrote: >> >>> On 11 Aug 2006 at 21:52, J. Martin Petersen wrote: >>> >>> >>>> Dan Langille wrote: >>>> >>>>> I'm trying to get fan speed and CPU temp out of my Dual Opteron >>>>> (HDAMA rev.G) board which is running 6.1-STABLE. >>>>> >>>>> I'm finding that mbmon and healthd are reporting nothing useful. >>>>> Similarly, sysctl has nothing related to cpu temp or fan speed. >>>>> >>>>> Example output follows. Any suggestions on what to look for, try, >>>>> prod, poke, bludgeon? >>>>> >>>> Does the motherboard support IPMI? >>>> >>> The HDAMA rev.G user guide (http://tinyurl.com/horvx) says only this: >>> >>> IPMI 1.5 (optional with Remote Management Card) >>> >>> AFAIK, I have no remote management card. >>> >>> >> Some systems are able to report temperature (a Tyan server board >> here reports a chassis temperature though) via acpi_thermal(4); >> see hw.acpi.thermal. >> > > Good idea. Nothing on my board though: > > [root@opti:/home/dan] # sysctl -a | grep -i thermal > [root@opti:/home/dan] # > > This is all the hw I get: > > # sysctl -a | grep -i hw > vfs.flushwithdeps: 0 > hw.machine: amd64 > hw.model: AMD Opteron(tm) Processor 246 > hw.ncpu: 2 > hw.byteorder: 1234 > hw.physmem: 8443727872 > hw.usermem: 8385126400 > hw.pagesize: 4096 > hw.floatingpoint: 1 > hw.machine_arch: amd64 > hw.realmem: 8589934592 > hw.ath.hal.swba_backoff: 0 > hw.ath.hal.sw_brt: 10 > hw.ath.hal.dma_brt: 2 > hw.ath.hal.version: 0.9.17.2 > hw.ath.txbuf: 100 > hw.ath.rxbuf: 40 > hw.ath.regdomain: 0 > hw.ath.countrycode: 0 > hw.ath.xchanmode: 1 > hw.ath.outdoor: 1 > hw.ath.calibrate: 30 > hw.ath.dwell: 200 > hw.aac.iosize_max: 65536 > hw.amr.force_sg32: 0 > hw.an.an_cache_iponly: 1 > hw.an.an_cache_mcastonly: 0 > hw.an.an_cache_mode: dbm > hw.an.an_dump: off > hw.ata.wc: 1 > hw.ata.atapi_dma: 1 > hw.ata.ata_dma: 1 > hw.cardbus.cis_debug: 0 > hw.cardbus.debug: 0 > hw.cs.recv_delay: 570 > hw.cs.ignore_checksum_failure: 0 > hw.cs.debug: 0 > hw.firewire.hold_count: 3 > hw.firewire.try_bmr: 1 > hw.firewire.fwmem.speed: 2 > hw.firewire.fwmem.eui64_lo: 0 > hw.firewire.fwmem.eui64_hi: 0 > hw.firewire.fwe.rx_queue_len: 128 > hw.firewire.fwe.tx_speed: 2 > hw.firewire.fwe.stream_ch: 1 > hw.firewire.sbp.tags: 0 > hw.firewire.sbp.use_doorbell: 0 > hw.firewire.sbp.scan_delay: 500 > hw.firewire.sbp.login_delay: 1000 > hw.firewire.sbp.exclusive_login: 1 > hw.firewire.sbp.max_speed: -1 > hw.firewire.sbp.auto_login: 1 > hw.pccard.cis_debug: 0 > hw.pccard.debug: 0 > hw.cbb.debug: 0 > hw.cbb.start_32_io: 4096 > hw.cbb.start_16_io: 256 > hw.cbb.start_memory: 2281701376 > hw.pcic.intr_mask: 57016 > hw.pci.do_power_resume: 1 > hw.pci.do_power_nodriver: 0 > hw.pci.enable_io_modes: 1 > hw.pci.host_mem_start: 2147483648 > hw.wi.debug: 0 > hw.wi.txerate: 0 > hw.xe.debug: 0 > hw.intr_storm_threshold: 500 > hw.availpages: 2061457 > hw.bus.devctl_disable: 0 > hw.ste.rxsyncs: 0 > hw.busdma.total_bpages: 8192 > hw.busdma.zone0.total_bpages: 8160 > hw.busdma.zone0.free_bpages: 8160 > hw.busdma.zone0.reserved_bpages: 0 > hw.busdma.zone0.active_bpages: 0 > hw.busdma.zone0.total_bounced: 0 > hw.busdma.zone0.total_deferred: 0 > hw.busdma.zone0.lowaddr: 0xffffffff > hw.busdma.zone0.alignment: 256 > hw.busdma.zone0.boundary: 0 > hw.busdma.zone1.total_bpages: 32 > hw.busdma.zone1.free_bpages: 32 > hw.busdma.zone1.reserved_bpages: 0 > hw.busdma.zone1.active_bpages: 0 > hw.busdma.zone1.total_bounced: 0 > hw.busdma.zone1.total_deferred: 0 > hw.busdma.zone1.lowaddr: 0xffffffff > hw.busdma.zone1.alignment: 2 > hw.busdma.zone1.boundary: 65536 > hw.clockrate: 2004 > hw.instruction_sse: 1 > hw.apic.enable_extint: 0 > hw.psm.tap_timeout: 125000 > hw.psm.tap_threshold: 25 > hw.kbd.keymap_restrict_change: 0 > hw.nve_pollinterval: 0 > hw.syscons.kbd_debug: 1 > hw.syscons.kbd_reboot: 1 > hw.syscons.bell: 1 > hw.syscons.saver.keybonly: 1 > hw.syscons.sc_no_suspend_vtswitch: 0 > hw.acpi.supported_sleep_state: S1 S4 S5 > hw.acpi.power_button_state: S5 > hw.acpi.sleep_button_state: S1 > hw.acpi.lid_switch_state: NONE > hw.acpi.standby_state: S1 > hw.acpi.suspend_state: S3 > hw.acpi.sleep_delay: 1 > hw.acpi.s4bios: 0 > hw.acpi.verbose: 0 > hw.acpi.disable_on_reboot: 0 > hw.acpi.handle_reboot: 0 > hw.acpi.cpu.cx_supported: C1/0 > hw.acpi.cpu.cx_lowest: C1 > hw.acpi.cpu.cx_usage: 100.00% > hw.twa0.driver_version: 3.60.02.012 > > FreeBSD/AMD64 6.0 supported the ASUS A8N-SLI Deluxe, I have had such a MoBo and thermal zone showed up. FreeBSD seems not supporting newer products of this brand and type of MoBo, now I use an ASUS A8N32-SLI Deluxe and there is no support of thermal zones and fan speed! This is the same with A8N-SLI Premium. I guess ASUS introduced a new SuperIO chipset with their newer collection of motherboards for the Athlon64 CPUs. ASUS A8N32-SLI Deluxe has a AMI BIOS instead of an AWARD BIOS as found on the ASUS A8N-SLI Deluxe, maybe it is not a hardware supporting issue but a BIOS issue. Oliver From owner-freebsd-amd64@FreeBSD.ORG Sat Aug 12 20:36:52 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7C116A4DD; Sat, 12 Aug 2006 20:36:52 +0000 (UTC) (envelope-from dan@langille.org) Received: from havoc.unixathome.org (havoc.unixathome.org [66.154.98.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3E8043D72; Sat, 12 Aug 2006 20:36:43 +0000 (GMT) (envelope-from dan@langille.org) Received: from localhost (localhost [127.0.0.1]) by havoc.unixathome.org (Postfix) with ESMTP id 4093156484; Sat, 12 Aug 2006 13:36:43 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Received: from havoc.unixathome.org ([127.0.0.1]) by localhost (havoc.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g017mRgbSAth; Sat, 12 Aug 2006 13:36:41 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by havoc.unixathome.org (Postfix) with ESMTP id 5C52956477; Sat, 12 Aug 2006 13:36:41 -0700 (PDT) Received: from [10.55.0.99] (wocker.unixathome.org [10.55.0.99]) by bast.unixathome.org (Postfix) with ESMTP id B8DFDB822; Sat, 12 Aug 2006 16:36:40 -0400 (EDT) From: "Dan Langille" To: "O. Hartmann" Date: Sat, 12 Aug 2006 16:36:40 -0400 MIME-Version: 1.0 Message-ID: <44DE0398.6412.1018C55B@dan.langille.org> Priority: normal In-reply-to: <44DE2BBE.3030407@mail.uni-mainz.de> References: <44DCE839.19152.BC5DF25@dan.langille.org> X-mailer: Pegasus Mail for Windows (4.31) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Cc: amd64@freebsd.org Subject: Re: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 20:36:52 -0000 On 12 Aug 2006 at 21:27, O. Hartmann wrote: > Dan Langille wrote: > > On 12 Aug 2006 at 1:58, Ruslan Ermilov wrote: > > > > > >> On Fri, Aug 11, 2006 at 04:26:37PM -0400, Dan Langille wrote: > >> > >>> On 11 Aug 2006 at 21:52, J. Martin Petersen wrote: > >>> > >>> > >>>> Dan Langille wrote: > >>>> > >>>>> I'm trying to get fan speed and CPU temp out of my Dual Opteron > >>>>> (HDAMA rev.G) board which is running 6.1-STABLE. > >>>>> > >>>>> I'm finding that mbmon and healthd are reporting nothing useful. > >>>>> Similarly, sysctl has nothing related to cpu temp or fan speed. > >>>>> > >>>>> Example output follows. Any suggestions on what to look for, try, > >>>>> prod, poke, bludgeon? > >>>>> > >>>> Does the motherboard support IPMI? > >>>> > >>> The HDAMA rev.G user guide (http://tinyurl.com/horvx) says only this: > >>> > >>> IPMI 1.5 (optional with Remote Management Card) > >>> > >>> AFAIK, I have no remote management card. > >>> > >>> > >> Some systems are able to report temperature (a Tyan server board > >> here reports a chassis temperature though) via acpi_thermal(4); > >> see hw.acpi.thermal. > >> > > > > Good idea. Nothing on my board though: > > > > [root@opti:/home/dan] # sysctl -a | grep -i thermal > > [root@opti:/home/dan] # > > > > This is all the hw I get: > > > > # sysctl -a | grep -i hw > > vfs.flushwithdeps: 0 > > hw.machine: amd64 > > hw.model: AMD Opteron(tm) Processor 246 > > hw.ncpu: 2 > > hw.byteorder: 1234 > > hw.physmem: 8443727872 > > hw.usermem: 8385126400 > > hw.pagesize: 4096 > > hw.floatingpoint: 1 > > hw.machine_arch: amd64 > > hw.realmem: 8589934592 > > hw.ath.hal.swba_backoff: 0 > > hw.ath.hal.sw_brt: 10 > > hw.ath.hal.dma_brt: 2 > > hw.ath.hal.version: 0.9.17.2 > > hw.ath.txbuf: 100 > > hw.ath.rxbuf: 40 > > hw.ath.regdomain: 0 > > hw.ath.countrycode: 0 > > hw.ath.xchanmode: 1 > > hw.ath.outdoor: 1 > > hw.ath.calibrate: 30 > > hw.ath.dwell: 200 > > hw.aac.iosize_max: 65536 > > hw.amr.force_sg32: 0 > > hw.an.an_cache_iponly: 1 > > hw.an.an_cache_mcastonly: 0 > > hw.an.an_cache_mode: dbm > > hw.an.an_dump: off > > hw.ata.wc: 1 > > hw.ata.atapi_dma: 1 > > hw.ata.ata_dma: 1 > > hw.cardbus.cis_debug: 0 > > hw.cardbus.debug: 0 > > hw.cs.recv_delay: 570 > > hw.cs.ignore_checksum_failure: 0 > > hw.cs.debug: 0 > > hw.firewire.hold_count: 3 > > hw.firewire.try_bmr: 1 > > hw.firewire.fwmem.speed: 2 > > hw.firewire.fwmem.eui64_lo: 0 > > hw.firewire.fwmem.eui64_hi: 0 > > hw.firewire.fwe.rx_queue_len: 128 > > hw.firewire.fwe.tx_speed: 2 > > hw.firewire.fwe.stream_ch: 1 > > hw.firewire.sbp.tags: 0 > > hw.firewire.sbp.use_doorbell: 0 > > hw.firewire.sbp.scan_delay: 500 > > hw.firewire.sbp.login_delay: 1000 > > hw.firewire.sbp.exclusive_login: 1 > > hw.firewire.sbp.max_speed: -1 > > hw.firewire.sbp.auto_login: 1 > > hw.pccard.cis_debug: 0 > > hw.pccard.debug: 0 > > hw.cbb.debug: 0 > > hw.cbb.start_32_io: 4096 > > hw.cbb.start_16_io: 256 > > hw.cbb.start_memory: 2281701376 > > hw.pcic.intr_mask: 57016 > > hw.pci.do_power_resume: 1 > > hw.pci.do_power_nodriver: 0 > > hw.pci.enable_io_modes: 1 > > hw.pci.host_mem_start: 2147483648 > > hw.wi.debug: 0 > > hw.wi.txerate: 0 > > hw.xe.debug: 0 > > hw.intr_storm_threshold: 500 > > hw.availpages: 2061457 > > hw.bus.devctl_disable: 0 > > hw.ste.rxsyncs: 0 > > hw.busdma.total_bpages: 8192 > > hw.busdma.zone0.total_bpages: 8160 > > hw.busdma.zone0.free_bpages: 8160 > > hw.busdma.zone0.reserved_bpages: 0 > > hw.busdma.zone0.active_bpages: 0 > > hw.busdma.zone0.total_bounced: 0 > > hw.busdma.zone0.total_deferred: 0 > > hw.busdma.zone0.lowaddr: 0xffffffff > > hw.busdma.zone0.alignment: 256 > > hw.busdma.zone0.boundary: 0 > > hw.busdma.zone1.total_bpages: 32 > > hw.busdma.zone1.free_bpages: 32 > > hw.busdma.zone1.reserved_bpages: 0 > > hw.busdma.zone1.active_bpages: 0 > > hw.busdma.zone1.total_bounced: 0 > > hw.busdma.zone1.total_deferred: 0 > > hw.busdma.zone1.lowaddr: 0xffffffff > > hw.busdma.zone1.alignment: 2 > > hw.busdma.zone1.boundary: 65536 > > hw.clockrate: 2004 > > hw.instruction_sse: 1 > > hw.apic.enable_extint: 0 > > hw.psm.tap_timeout: 125000 > > hw.psm.tap_threshold: 25 > > hw.kbd.keymap_restrict_change: 0 > > hw.nve_pollinterval: 0 > > hw.syscons.kbd_debug: 1 > > hw.syscons.kbd_reboot: 1 > > hw.syscons.bell: 1 > > hw.syscons.saver.keybonly: 1 > > hw.syscons.sc_no_suspend_vtswitch: 0 > > hw.acpi.supported_sleep_state: S1 S4 S5 > > hw.acpi.power_button_state: S5 > > hw.acpi.sleep_button_state: S1 > > hw.acpi.lid_switch_state: NONE > > hw.acpi.standby_state: S1 > > hw.acpi.suspend_state: S3 > > hw.acpi.sleep_delay: 1 > > hw.acpi.s4bios: 0 > > hw.acpi.verbose: 0 > > hw.acpi.disable_on_reboot: 0 > > hw.acpi.handle_reboot: 0 > > hw.acpi.cpu.cx_supported: C1/0 > > hw.acpi.cpu.cx_lowest: C1 > > hw.acpi.cpu.cx_usage: 100.00% > > hw.twa0.driver_version: 3.60.02.012 > > > > > FreeBSD/AMD64 6.0 supported the ASUS A8N-SLI Deluxe, I have had such a > MoBo and thermal zone showed up. FreeBSD seems not supporting newer > products of this brand and type of MoBo, now I use an ASUS A8N32-SLI > Deluxe and there is no support of thermal zones and fan speed! This is > the same with A8N-SLI Premium. I guess ASUS introduced a new SuperIO > chipset with their newer collection of motherboards for the Athlon64 CPUs. > ASUS A8N32-SLI Deluxe has a AMI BIOS instead of an AWARD BIOS as found > on the ASUS A8N-SLI Deluxe, maybe it is not a hardware supporting issue > but a BIOS issue. I do not have an ASUS motherboard. I don't see the connection between your comments and my m/b. I have the HDAMA rev.G : http://tinyurl.com/oobrd -- Dan Langille : Software Developer looking for work my resume: http://www.freebsddiary.org/dan_langille.php From owner-freebsd-amd64@FreeBSD.ORG Sat Aug 12 21:14:38 2006 Return-Path: X-Original-To: amd64@freebsd.org Delivered-To: freebsd-amd64@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA61A16A4DA; Sat, 12 Aug 2006 21:14:38 +0000 (UTC) (envelope-from prvs=ohartman=37278eb88@uni-mainz.de) Received: from mailgate02.zdv.uni-mainz.de (mailgate02.zdv.Uni-Mainz.DE [134.93.178.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id C815A43D45; Sat, 12 Aug 2006 21:14:36 +0000 (GMT) (envelope-from prvs=ohartman=37278eb88@uni-mainz.de) Received: from exfront02.zdv.uni-mainz.de ([134.93.176.56]) by mailgate02.zdv.uni-mainz.de with ESMTP; 12 Aug 2006 23:14:36 +0200 Received: from mail.uni-mainz.de ([134.93.176.49]) by exfront02.zdv.Uni-Mainz.DE with Microsoft SMTPSVC(6.0.3790.1830); Sat, 12 Aug 2006 23:14:36 +0200 Received: from [192.168.1.128] ([85.178.32.55] RDNS failed) by mail.uni-mainz.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Sat, 12 Aug 2006 23:14:35 +0200 Message-ID: <44DE44B6.5080703@mail.uni-mainz.de> Date: Sat, 12 Aug 2006 23:14:30 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: Dan Langille References: <44DCE839.19152.BC5DF25@dan.langille.org> <44DE0398.6412.1018C55B@dan.langille.org> In-Reply-To: <44DE0398.6412.1018C55B@dan.langille.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Aug 2006 21:14:35.0788 (UTC) FILETIME=[5026ACC0:01C6BE54] Cc: amd64@freebsd.org Subject: Re: fan speed/cpu temp X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 21:14:38 -0000 Dan Langille wrote: > On 12 Aug 2006 at 21:27, O. Hartmann wrote: > > >> Dan Langille wrote: >> >>> On 12 Aug 2006 at 1:58, Ruslan Ermilov wrote: >>> >>> >>> >>>> On Fri, Aug 11, 2006 at 04:26:37PM -0400, Dan Langille wrote: >>>> >>>> >>>>> On 11 Aug 2006 at 21:52, J. Martin Petersen wrote: >>>>> >>>>> >>>>> >>>>>> Dan Langille wrote: >>>>>> >>>>>> >>>>>>> I'm trying to get fan speed and CPU temp out of my Dual Opteron >>>>>>> (HDAMA rev.G) board which is running 6.1-STABLE. >>>>>>> >>>>>>> I'm finding that mbmon and healthd are reporting nothing useful. >>>>>>> Similarly, sysctl has nothing related to cpu temp or fan speed. >>>>>>> >>>>>>> Example output follows. Any suggestions on what to look for, try, >>>>>>> prod, poke, bludgeon? >>>>>>> >>>>>>> >>>>>> Does the motherboard support IPMI? >>>>>> >>>>>> >>>>> The HDAMA rev.G user guide (http://tinyurl.com/horvx) says only this: >>>>> >>>>> IPMI 1.5 (optional with Remote Management Card) >>>>> >>>>> AFAIK, I have no remote management card. >>>>> >>>>> >>>>> >>>> Some systems are able to report temperature (a Tyan server board >>>> here reports a chassis temperature though) via acpi_thermal(4); >>>> see hw.acpi.thermal. >>>> >>>> >>> Good idea. Nothing on my board though: >>> >>> [root@opti:/home/dan] # sysctl -a | grep -i thermal >>> [root@opti:/home/dan] # >>> >>> This is all the hw I get: >>> >>> # sysctl -a | grep -i hw >>> vfs.flushwithdeps: 0 >>> hw.machine: amd64 >>> hw.model: AMD Opteron(tm) Processor 246 >>> hw.ncpu: 2 >>> hw.byteorder: 1234 >>> hw.physmem: 8443727872 >>> hw.usermem: 8385126400 >>> hw.pagesize: 4096 >>> hw.floatingpoint: 1 >>> hw.machine_arch: amd64 >>> hw.realmem: 8589934592 >>> hw.ath.hal.swba_backoff: 0 >>> hw.ath.hal.sw_brt: 10 >>> hw.ath.hal.dma_brt: 2 >>> hw.ath.hal.version: 0.9.17.2 >>> hw.ath.txbuf: 100 >>> hw.ath.rxbuf: 40 >>> hw.ath.regdomain: 0 >>> hw.ath.countrycode: 0 >>> hw.ath.xchanmode: 1 >>> hw.ath.outdoor: 1 >>> hw.ath.calibrate: 30 >>> hw.ath.dwell: 200 >>> hw.aac.iosize_max: 65536 >>> hw.amr.force_sg32: 0 >>> hw.an.an_cache_iponly: 1 >>> hw.an.an_cache_mcastonly: 0 >>> hw.an.an_cache_mode: dbm >>> hw.an.an_dump: off >>> hw.ata.wc: 1 >>> hw.ata.atapi_dma: 1 >>> hw.ata.ata_dma: 1 >>> hw.cardbus.cis_debug: 0 >>> hw.cardbus.debug: 0 >>> hw.cs.recv_delay: 570 >>> hw.cs.ignore_checksum_failure: 0 >>> hw.cs.debug: 0 >>> hw.firewire.hold_count: 3 >>> hw.firewire.try_bmr: 1 >>> hw.firewire.fwmem.speed: 2 >>> hw.firewire.fwmem.eui64_lo: 0 >>> hw.firewire.fwmem.eui64_hi: 0 >>> hw.firewire.fwe.rx_queue_len: 128 >>> hw.firewire.fwe.tx_speed: 2 >>> hw.firewire.fwe.stream_ch: 1 >>> hw.firewire.sbp.tags: 0 >>> hw.firewire.sbp.use_doorbell: 0 >>> hw.firewire.sbp.scan_delay: 500 >>> hw.firewire.sbp.login_delay: 1000 >>> hw.firewire.sbp.exclusive_login: 1 >>> hw.firewire.sbp.max_speed: -1 >>> hw.firewire.sbp.auto_login: 1 >>> hw.pccard.cis_debug: 0 >>> hw.pccard.debug: 0 >>> hw.cbb.debug: 0 >>> hw.cbb.start_32_io: 4096 >>> hw.cbb.start_16_io: 256 >>> hw.cbb.start_memory: 2281701376 >>> hw.pcic.intr_mask: 57016 >>> hw.pci.do_power_resume: 1 >>> hw.pci.do_power_nodriver: 0 >>> hw.pci.enable_io_modes: 1 >>> hw.pci.host_mem_start: 2147483648 >>> hw.wi.debug: 0 >>> hw.wi.txerate: 0 >>> hw.xe.debug: 0 >>> hw.intr_storm_threshold: 500 >>> hw.availpages: 2061457 >>> hw.bus.devctl_disable: 0 >>> hw.ste.rxsyncs: 0 >>> hw.busdma.total_bpages: 8192 >>> hw.busdma.zone0.total_bpages: 8160 >>> hw.busdma.zone0.free_bpages: 8160 >>> hw.busdma.zone0.reserved_bpages: 0 >>> hw.busdma.zone0.active_bpages: 0 >>> hw.busdma.zone0.total_bounced: 0 >>> hw.busdma.zone0.total_deferred: 0 >>> hw.busdma.zone0.lowaddr: 0xffffffff >>> hw.busdma.zone0.alignment: 256 >>> hw.busdma.zone0.boundary: 0 >>> hw.busdma.zone1.total_bpages: 32 >>> hw.busdma.zone1.free_bpages: 32 >>> hw.busdma.zone1.reserved_bpages: 0 >>> hw.busdma.zone1.active_bpages: 0 >>> hw.busdma.zone1.total_bounced: 0 >>> hw.busdma.zone1.total_deferred: 0 >>> hw.busdma.zone1.lowaddr: 0xffffffff >>> hw.busdma.zone1.alignment: 2 >>> hw.busdma.zone1.boundary: 65536 >>> hw.clockrate: 2004 >>> hw.instruction_sse: 1 >>> hw.apic.enable_extint: 0 >>> hw.psm.tap_timeout: 125000 >>> hw.psm.tap_threshold: 25 >>> hw.kbd.keymap_restrict_change: 0 >>> hw.nve_pollinterval: 0 >>> hw.syscons.kbd_debug: 1 >>> hw.syscons.kbd_reboot: 1 >>> hw.syscons.bell: 1 >>> hw.syscons.saver.keybonly: 1 >>> hw.syscons.sc_no_suspend_vtswitch: 0 >>> hw.acpi.supported_sleep_state: S1 S4 S5 >>> hw.acpi.power_button_state: S5 >>> hw.acpi.sleep_button_state: S1 >>> hw.acpi.lid_switch_state: NONE >>> hw.acpi.standby_state: S1 >>> hw.acpi.suspend_state: S3 >>> hw.acpi.sleep_delay: 1 >>> hw.acpi.s4bios: 0 >>> hw.acpi.verbose: 0 >>> hw.acpi.disable_on_reboot: 0 >>> hw.acpi.handle_reboot: 0 >>> hw.acpi.cpu.cx_supported: C1/0 >>> hw.acpi.cpu.cx_lowest: C1 >>> hw.acpi.cpu.cx_usage: 100.00% >>> hw.twa0.driver_version: 3.60.02.012 >>> >>> >>> >> FreeBSD/AMD64 6.0 supported the ASUS A8N-SLI Deluxe, I have had such a >> MoBo and thermal zone showed up. FreeBSD seems not supporting newer >> products of this brand and type of MoBo, now I use an ASUS A8N32-SLI >> Deluxe and there is no support of thermal zones and fan speed! This is >> the same with A8N-SLI Premium. I guess ASUS introduced a new SuperIO >> chipset with their newer collection of motherboards for the Athlon64 CPUs. >> ASUS A8N32-SLI Deluxe has a AMI BIOS instead of an AWARD BIOS as found >> on the ASUS A8N-SLI Deluxe, maybe it is not a hardware supporting issue >> but a BIOS issue. >> > > I do not have an ASUS motherboard. I don't see the connection > between your comments and my m/b. I have the HDAMA rev.G : > http://tinyurl.com/oobrd > > sorry, I evidently mixed something up! oh