From owner-freebsd-questions@FreeBSD.ORG Fri Jul 21 09:45:04 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 4D7B516A4E0 for ; Fri, 21 Jul 2006 09:45:04 +0000 (UTC) (envelope-from mark.r.cullen@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BA7E43D88 for ; Fri, 21 Jul 2006 09:44:35 +0000 (GMT) (envelope-from mark.r.cullen@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so865876nfc for ; Fri, 21 Jul 2006 02:44:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=ZODyFAfVjjze/n30neGGAKQUzDxCO4roaJT8vcQjN6dTAOOEnVpv4+7qjNHe7zFOl+boK5gBmlOS6uNg0HKQjWtU+vI43tgKcdsh7Fvkj0L+EHBzQANV7nlhCwN+Kdzn68xcx3pAonsqBGceSIAEZjeWIFnAtyokEBRFuhTl/xw= Received: by 10.48.210.20 with SMTP id i20mr422060nfg; Fri, 21 Jul 2006 02:44:34 -0700 (PDT) Received: from ?10.0.0.236? ( [88.96.18.86]) by mx.gmail.com with ESMTP id a23sm2763268nfc.2006.07.21.02.44.33; Fri, 21 Jul 2006 02:44:34 -0700 (PDT) Message-ID: <44C0A1DC.3020700@gmail.com> Date: Fri, 21 Jul 2006 10:43:56 +0100 From: Mark Cullen User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "Tamouh H." References: <20060721032821.822B043D4C@mx1.FreeBSD.org> In-Reply-To: <20060721032821.822B043D4C@mx1.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: 'FreeBSD Questions' Subject: Re: Temperature Monitor 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: Fri, 21 Jul 2006 09:45:04 -0000 Tamouh H. wrote: > Hi, > > I've an Intel board D865GVHZ running on FBSD 5.4 that I'd like to monitor its temperature. I've tried using lmmon , but the data are way off: > > Motherboard Temp Voltages > > 255C / 491F / 528K Vcore1: +3.984V > Vcore2: +3.984V > Fan Speeds + 3.3V: +3.984V > + 5.0V: +6.654V > 1: 0 rpm +12.0V: +15.938V > 2: 0 rpm -12.0V: -15.938V > 3: 0 rpm - 5.0V: -6.654V > > All the other apps I'm finding are either too old, or only work with laptops / specific boards. > > Any suggestions ? > > Thx, > > Tamouh Hakmi > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I've always had good luck with 'mbmon'. I think you can find it in ports, possibly under 'xmbmon' -- in which case I think you'll need to specify the option to build the console version, not the X version. -- Mark Cullen