From owner-freebsd-stable@FreeBSD.ORG Wed Jul 2 05:47:57 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8FFE37B401 for ; Wed, 2 Jul 2003 05:47:46 -0700 (PDT) Received: from fbsd.reiteration.net (pc-62-31-233-54-se.blueyonder.co.uk [62.31.233.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72A4D43F75 for ; Wed, 2 Jul 2003 05:47:41 -0700 (PDT) (envelope-from jcr@canuck.co.uk) Received: from localhost ([127.0.0.1] helo=reiteration.net ident=stonyb) by fbsd.reiteration.net with esmtp (Exim 4.14) id 19Xh1P-0001v0-RM for freebsd-stable@freebsd.org; Wed, 02 Jul 2003 13:47:39 +0100 From: "james russell" To: freebsd-stable@freebsd.org Date: Wed, 2 Jul 2003 13:47:39 +0100 Message-Id: <20030702121242.M15172@canuck.co.uk> X-Mailer: Open WebMail 2.10 20030617 X-OriginatingIP: 217.155.102.238 (stonyb) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: i2c not detected on Dell Inspiron 5100 4.8-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 12:47:57 -0000 Hello, added to kernel config: device iic device iicbus device ic and these in case: device iicsmb device iicbb device smbus device smb I made and installed world and kernel last night from freshly cvsupped source. grepping dmesg for 'ic' 'iic' or 'i2c' produces no output. I'm not sure what to try next, as I don't get any sort of error message afaict. fwiw, Knoppix (cd-bootable linux with lots of hw detection code) loads up i2c just fine on the same machine. I need to run FreeBSD though! I can post the full kernel config or the dmesg from either OS if that will help. any ideas or pointers to documentation will be greatly appreciated. Thanks! --