From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 10:24:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1333616A41F for ; Mon, 5 Sep 2005 10:24:42 +0000 (GMT) (envelope-from ben@spooty.net) Received: from mta07-winn.ispmail.ntl.com (mta07-winn.ispmail.ntl.com [81.103.221.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4B6F43D4C for ; Mon, 5 Sep 2005 10:24:36 +0000 (GMT) (envelope-from ben@spooty.net) Received: from aamta12-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20050905102435.TNPN21883.mta07-winn.ispmail.ntl.com@aamta12-winn.ispmail.ntl.com>; Mon, 5 Sep 2005 11:24:35 +0100 Received: from [192.168.1.100] (really [82.23.1.73]) by aamta12-winn.ispmail.ntl.com with ESMTP id <20050905102435.JCMW29701.aamta12-winn.ispmail.ntl.com@[192.168.1.100]>; Mon, 5 Sep 2005 11:24:35 +0100 From: Ben Paley To: Roland Smith Date: Mon, 5 Sep 2005 11:24:33 +0100 User-Agent: KMail/1.8.2 References: <200509051036.41105.ben@spooty.net> <20050905100419.GA94979@slackbox.xs4all.nl> In-Reply-To: <20050905100419.GA94979@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509051124.33290.ben@spooty.net> Cc: FreeBSD Questions Subject: Re: Internal SD card reader, Dell laptop 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: Mon, 05 Sep 2005 10:24:42 -0000 On Monday 05 September 2005 11:04, Roland Smith wrote: > On Mon, Sep 05, 2005 at 10:36:40AM +0100, Ben Paley wrote: > > Anyone got any idea how I can access the built-in sd card reader on my > > dell inspiron 6000 laptop? > > Is there anything in /var/log/messages? Not so far as I can see, nor in dmesg > If not, try 'pciconf -lv', $ pciconf -lv none5@pci3:1:2: class=0x080501 card=0x01881028 chip=0x08221180 rev=0x17 hdr=0x00 vendor = 'Ricoh Co Ltd' device = 'SD Bus Host Adapter' class = base peripheral Is that it? > 'usbdevs just four empty sockets there > and 'camcontrol devlist -v' Nothing there apart from the optical drive. > to see if it is on the PCI, USB or > SCSI bus respectively. So, PCI then? How do I go about my kernel config to get it detected? > If you can't get it to work, the SanDisk SDDR-93 sd card reader is > supposed to work with Linux, so using it with FreeBSD should be possible. I can get to the camera with its cable, though it's a bit slow - I just wanted the convenience of using the built-in reader, since it's there! Thanks a lot for your advice