From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 14:16:10 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 44617106566C for ; Sun, 1 Jun 2008 14:16:10 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb7:ef56]) by mx1.freebsd.org (Postfix) with ESMTP id B07D88FC0A for ; Sun, 1 Jun 2008 14:16:09 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id m51EG1cW015988; Sun, 1 Jun 2008 16:16:01 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Sun, 1 Jun 2008 16:16:00 +0200 User-Agent: KMail/1.9.7 References: <484248F0.5000004@webrz.net> <20080601073853.GA26495@slackbox.xs4all.nl> <48425474.9090504@webrz.net> In-Reply-To: <48425474.9090504@webrz.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806011616.01044.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Jos Chrispijn Subject: Re: CPU info 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: Sun, 01 Jun 2008 14:16:10 -0000 On Sunday 01 June 2008, Jos Chrispijn wrote: > Roland Smith wrote: > > sysutils/mbmon > > On one of my computers it crashes my system. What I found about this on > the Web: > > This is a X/tty motherboard monitor which supports LM78/79, WINBond > 83781D/83782D/83783S, ASUS 991227F, and VIA VT82C686A/B PC-health > chips via 3 methods: ISA-I/O, SMBus, VIA-direct. > > ***CAUTION*** > > These programs access to the SMBus or the ISA-IO port directly under > the superuser privilege, so it may cause a system crash. Please test > "mbmon -d" or "xmbmon -debug" first. > > thanks for sharing, > Jos Perhaps sysutils/healthd works for you. Also if you have a k8 processor you can use sysutils/k8temp to monitor it's temperature. For core2 processors the coretemp kernel module should work. Good luck, Pieter de Goeje