From owner-freebsd-questions@FreeBSD.ORG Mon Apr 11 12:41:09 2005 Return-Path: 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 E0C7A16A4E0 for ; Mon, 11 Apr 2005 12:41:09 +0000 (GMT) Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id B55F443D64 for ; Mon, 11 Apr 2005 12:40:31 +0000 (GMT) (envelope-from andrew@ugh.net.au) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id E648EA803; Mon, 11 Apr 2005 22:40:30 +1000 (EST) Date: Mon, 11 Apr 2005 22:40:30 +1000 (EST) From: Andrew To: Emanuel Strobl In-Reply-To: <200504111437.21420@harrymail> Message-ID: <20050411223847.S45805@starbug.ugh.net.au> References: <200504111437.21420@harrymail> X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: Temperature Sensors on a Mini-ITX Board X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2005 12:41:10 -0000 On Mon, 11 Apr 2005, Emanuel Strobl wrote: > Have you modified your kernel to support monitoring devices? Since it > 's VIA you can keep a closer look to these: > device smbus # Bus support, required for smb below. > device smb > device iicbus > device iicbb > device iicsmb > device viapm > > Maybe they're loadable modules, just a hint. Yep tried that. If I compile them in then I don't get ACPI at all (no hw.acpi sysctl tree and the associated errors at boot). Loading them after boot seems to have no effect. Thanks, Andrew