From owner-freebsd-questions@FreeBSD.ORG Tue Jul 22 11:43:20 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 D30E11065670 for ; Tue, 22 Jul 2008 11:43:20 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id 345E08FC4E for ; Tue, 22 Jul 2008 11:43:19 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (localhost [127.0.0.1]) by smadev.internal.net (8.14.2/8.14.2) with ESMTP id m6MBhHYa043852; Tue, 22 Jul 2008 14:43:17 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.14.2/8.14.2/Submit) id m6MBhGwg043851; Tue, 22 Jul 2008 14:43:16 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: Manolis Kiagias Date: Tue, 22 Jul 2008 14:40:13 +0300 User-Agent: KMail/1.9.7 References: <48849FFD.10285.C71CED5@iwrtech.iwr.ru.ac.za> <200807221404.29646.achill@matrix.gatewaynet.com> <4885C420.9080307@gmail.com> In-Reply-To: <4885C420.9080307@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200807221443.16879.achill@matrix.gatewaynet.com> 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:43:20 -0000 =CE=A3=CF=84=CE=B9=CF=82 Tuesday 22 July 2008 14:27:28 =CE=BF/=CE=B7 Manoli= s Kiagias =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > Achilleas Mantzios wrote: > >> =20 > >>> While experimenting, i noticed the 1st and 3rd temperatures from mbmo= n to be updated in a fashion that seems > >>> natural.=20 > >>> [achix@panix ~]% mbmon > >>> Temp.=3D 41.0, 201.0, 42.0; Rot.=3D 3443, 0, 0 > >>> Vcore =3D 1.50, 1.81; Volt. =3D 3.30, 5.08, 11.43, -11.74, -1.69 > >>> =20 > >>> =20 > >> What chipset is the mobo based on? mbmon runs fine on my 865G and a 3G= hz=20 > >> P4 CPU. You are probably correct, the middle temp may represent a sens= or=20 > >> that is not recognized, but the other readings seem normal. > >> > >> =20 > > > > i'll let you know next time i open the case. Is there any reading from = dmesg or sysctl that can reveal > > that info? > > > > =20 >=20 > Sure. There are various places to get this info. Sometimes the BIOS=20 > startup messages contain a hint on the chipset (like 865, 915 and so on). > My dmesg also shows: >=20 > agp0: on hostb0 >=20 > And you can also use pciconf -v -l >=20 > hdr=3D0x00 > vendor =3D 'Intel Corporation' > device =3D '82865G/PE/P, 82848P DRAM Controller / Host-Hub Interf= ace' > class =3D bridge > subclass =3D HOST-PCI >=20 > Considering that you are running an older P4, probably socket 478,=20 > chances are you are using an 845 or 848 or 865 chipset. >=20 Then by all evidence,=20 % dmesg | grep -i agp agp0: on hostb0 hostb0@pci0:0:0:0: class=3D0x060000 card=3D0x1801147b chip=3D0x0651103= 9 rev=3D0x02 hdr=3D0x00 vendor =3D 'Silicon Integrated Systems (SiS)' device =3D 'SiS651 Host-to-PCI Bridge' class =3D bridge subclass =3D HOST-PCI it must be the SiS 651 chipset http://www.sis.com/products/sis651.htm =2D-=20 Achilleas Mantzios