From owner-freebsd-hardware@FreeBSD.ORG Tue Oct 24 15:34:01 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C3D816A407 for ; Tue, 24 Oct 2006 15:34:01 +0000 (UTC) (envelope-from patpro@patpro.net) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C8C43D64 for ; Tue, 24 Oct 2006 15:34:00 +0000 (GMT) (envelope-from patpro@patpro.net) Received: from [82.235.12.223] (boleskine.patpro.net [82.235.12.223]) by smtp1-g19.free.fr (Postfix) with ESMTP id 54E495858; Tue, 24 Oct 2006 17:33:57 +0200 (CEST) In-Reply-To: <2912.195.162.161.36.1161703307.squirrel@www.codeangels.com> References: <2912.195.162.161.36.1161703307.squirrel@www.codeangels.com> Mime-Version: 1.0 (Apple Message framework v752.2) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Patrick Proniewski Date: Tue, 24 Oct 2006 17:33:56 +0200 To: lists@codeangels.com X-Mailer: Apple Mail (2.752.2) Cc: freebsd-hardware@freebsd.org Subject: Re: I2C / SMBUS Monitoring. X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 15:34:01 -0000 On 24 oct. 2006, at 17:21, Kirill Ponazdyr wrote: > I have couple of Operon servers with redundant power supplies, > according > to very basic HW manual, those power supplies have SMBUS connection > build-in which should allow monitoring for falures & co. > > I configured a kernel to recognize smbus and create /dev/smb0 > device, but > what's next? What is the easiest way to query status of devices / > sensors > connected to SMBUS? I've never used any of this, but you might want to try ports/sysutils/ mbmon patpro