From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 11:27:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7EBE1065685 for ; Tue, 22 Jul 2008 11:27:33 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 6C3EF8FC18 for ; Tue, 22 Jul 2008 11:27:33 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so1393143fkk.11 for ; Tue, 22 Jul 2008 04:27:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=c/zY3LHknI2woyhDfR6DnaOyypPIJchQzihV/z3P0vI=; b=pFnAqA1Gzmy9ylPgPFm46haSDHX08J7Lx7JB3F1tMfo9NGyUpX+DV8CgW+n+1eYftA Q/JKZTg1ykBtgrTxNcUsjQzQQ0d3d/Hrk+4gblsGPVEr8hxXxvbhV5AmYUm/1wQI9w5W SOjhwLtOiB8HGJ1wrjSCDobgnknZGeUFW/lko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=tqRZfbBfpqgrUCmNzRXBgjLLO/+vt3GMw19r7+DBAaVkrpngfWTyebRLP/k0suLb4n VbddqRFA6cO2n4nGDZDs2ukuMqsL9/woeS6xIb6AmpfWVPnS/zN3RMowv6qhqPtGQx5G sEvTz2IvRJubGNsMb6eHF60fEOVSPrpQUeMLU= Received: by 10.180.230.6 with SMTP id c6mr2757317bkh.27.1216726051838; Tue, 22 Jul 2008 04:27:31 -0700 (PDT) Received: from atlantis.dyndns.org ( [85.73.147.46]) by mx.google.com with ESMTPS id f31sm17117376fkf.0.2008.07.22.04.27.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 22 Jul 2008 04:27:31 -0700 (PDT) Message-ID: <4885C420.9080307@gmail.com> Date: Tue, 22 Jul 2008 14:27:28 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080703) MIME-Version: 1.0 To: Achilleas Mantzios References: <48849FFD.10285.C71CED5@iwrtech.iwr.ru.ac.za> <200807220943.42926.achill@matrix.gatewaynet.com> <48858932.60206@gmail.com> <200807221404.29646.achill@matrix.gatewaynet.com> In-Reply-To: <200807221404.29646.achill@matrix.gatewaynet.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Tore Lund , freebsd-questions@freebsd.org Subject: Re: Monitoring CPU temperature: mbmon shows 201 degrees C 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: Tue, 22 Jul 2008 11:27:33 -0000 Achilleas Mantzios wrote: >> >>> While experimenting, i noticed the 1st and 3rd temperatures from mbmon to be updated in a fashion that seems >>> natural. >>> [achix@panix ~]% mbmon >>> Temp.= 41.0, 201.0, 42.0; Rot.= 3443, 0, 0 >>> Vcore = 1.50, 1.81; Volt. = 3.30, 5.08, 11.43, -11.74, -1.69 >>> >>> >> What chipset is the mobo based on? mbmon runs fine on my 865G and a 3Ghz >> P4 CPU. You are probably correct, the middle temp may represent a sensor >> that is not recognized, but the other readings seem normal. >> >> > > i'll let you know next time i open the case. Is there any reading from dmesg or sysctl that can reveal > that info? > > Sure. There are various places to get this info. Sometimes the BIOS startup messages contain a hint on the chipset (like 865, 915 and so on). My dmesg also shows: agp0: on hostb0 And you can also use pciconf -v -l hdr=0x00 vendor = 'Intel Corporation' device = '82865G/PE/P, 82848P DRAM Controller / Host-Hub Interface' class = bridge subclass = HOST-PCI Considering that you are running an older P4, probably socket 478, chances are you are using an 845 or 848 or 865 chipset.