From owner-freebsd-questions@FreeBSD.ORG Thu Mar 16 11:01:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F7D416A401 for ; Thu, 16 Mar 2006 11:01:40 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out3.blueyonder.co.uk (asmtp-out3.blueyonder.co.uk [195.188.213.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3E243D45 for ; Thu, 16 Mar 2006 11:01:38 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [80.192.2.135] (helo=[192.168.0.2]) by asmtp-out3.blueyonder.co.uk with esmtp (Exim 4.52) id 1FJqEb-0007Vj-LJ; Thu, 16 Mar 2006 11:01:37 +0000 Message-ID: <4419458E.40208@dial.pipex.com> Date: Thu, 16 Mar 2006 11:01:34 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20060305 X-Accept-Language: en MIME-Version: 1.0 To: Peter References: <20060315185110.50311.qmail@web60021.mail.yahoo.com> In-Reply-To: <20060315185110.50311.qmail@web60021.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: Disappointed with version 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 11:01:40 -0000 Peter wrote: >>You could check and see what sysutils/healthd reports. It doesn't >> >> >get all the > > >>volatges correct, but gets temps that, for me, reasonably match the >> >> >BIOS and > > >>seem believable. >> >> > >Is it a science project or fairly simple? > > Trivial. From memory but it should work: Install healthd: portupgrade -iNR sysutils/healthd (or just; cd /usr/ports/sysutils/healthd; make install clean) If (t)csh: rehash Check temps etc: healthd -c 1 First temp should be motherboard, second cpu (third is the 2nd CPU which you won't have an can ignore). The temps I get do agree with the BIOS. >I re-examined my heatsink and decided to redo the paste. I don't >expect >immediate results but I booted up and I see the temperature rise >steadily >from 30 to 43 in under a minute. > That seems hot to me, but I believe it's well within the tolerance for the processor. AMD website would have that info. Maybe a google would reveal the kinds of temps people get for your specific processor. Mine's a 3700 with 120mm heatsink and arctic silver, so I don't think it could get much cooler. Even under load like buildworld, temp only rises a few degrees, which amazed me. >> If you haven't done a BIOS update, that might help your >>power-up issues. >> >> > >I have the latest BIOS installed. > > I actually don't have the latest BIOS but 1001, and power-up after power-fail appeared to work for me on a quick test last night. I don't have a UPS so all tests done by pulling the power lead and waiting a minute. BIOS: APM on, & the relevant setting to "Last State" and "Power On". I shutdown -p, pulled the power lead. Waited and then plugged back in. If set to Power On, machine came back on; if set to Last State, staid off. Then tried pulling power lead while BIOS was doing it's stuff. Power On, came back on and Last State also came back on. Maybe you need to check BIOS behaviour just using the power lead and not the UPS. *Maybe* it's the UPS somehow causing your problems, though I'm not sure how. --Alex