From owner-freebsd-questions@FreeBSD.ORG Wed Oct 15 07:02:58 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 707AC1065686; Wed, 15 Oct 2008 07:02:58 +0000 (UTC) (envelope-from mailing_list@orange.nl) Received: from smtp-2.orange.nl (smtp-2.orange.nl [193.252.22.242]) by mx1.freebsd.org (Postfix) with ESMTP id 33D778FC12; Wed, 15 Oct 2008 07:02:57 +0000 (UTC) (envelope-from mailing_list@orange.nl) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6112.online.nl (SMTP Server) with ESMTP id 8BB071C00082; Wed, 15 Oct 2008 09:02:56 +0200 (CEST) Received: from [192.168.2.173] (s5590cf7b.adsl.wanadoo.nl [85.144.207.123]) by mwinf6112.online.nl (SMTP Server) with ESMTP id 38EFA1C00081; Wed, 15 Oct 2008 09:02:56 +0200 (CEST) X-ME-UUID: 20081015070256233.38EFA1C00081@mwinf6112.online.nl From: Aniruddha To: Jeremy Chadwick In-Reply-To: <20081015064351.GA69937@icarus.home.lan> References: <1223935437.4511.5.camel@debian> <7daacbbe0810140314t18df6da5r44e6cde2c834317a@mail.gmail.com> <1224052599.4011.4.camel@debian> <20081015064351.GA69937@icarus.home.lan> Content-Type: text/plain Date: Wed, 15 Oct 2008 09:03:00 +0200 Message-Id: <1224054180.4011.10.camel@debian> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Dominique Goncalves Subject: Re: FreeBSD do dbus & hal work? 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: Wed, 15 Oct 2008 07:02:58 -0000 On Tue, 2008-10-14 at 23:43 -0700, Jeremy Chadwick wrote: > > Thanks, I followed the faq to the letter and it show a dialog when I > > insert a USB stick. Unfortunately when I insert an sdcard still nothing > > happens. > > Can anyone confirm that dbus and/or hald have anything to do with this? > (I thought those were specific to X...) > > When attaching a USB device to a USB port, the kernel will notice the > device has been added and will do the proper enumeration. For example, > when adding a USB hard disk or a USB pen drive, a umass device will be > found, then a daX device should be created (which is what you use to > access the disk; USB storage devices appear as SCSI disks). > > But in the case of a USB device that's already attached to the bus, e.g. > one of those 7-in-1 card readers, I cannot see how adding a SD/MMC card > would cause the hard disk to suddenly show up. > > You would need to run "camcontrol rescan 0", to cause the device to be > re-scanned for any media which was inserted. Thanks for the quick and extensive answer. I'll check the exact behavior of the 7-in-1 card reader somewhat more. -- Regards, Aniruddha