From owner-freebsd-questions@FreeBSD.ORG Tue May 18 03:52:08 2004 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 A460E16A4CE for ; Tue, 18 May 2004 03:52:08 -0700 (PDT) Received: from mta03-svc.ntlworld.com (mta03-svc.ntlworld.com [62.253.162.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0574443D5E for ; Tue, 18 May 2004 03:52:07 -0700 (PDT) (envelope-from ben@spooty.net) Received: from m1-mp1.cvx3-b.pop.dial.ntli.net ([80.1.84.1]) by mta03-svc.ntlworld.comESMTP <20040518105110.PQVD24589.mta03-svc.ntlworld.com@m1-mp1.cvx3-b.pop.dial.ntli.net>; Tue, 18 May 2004 11:51:10 +0100 From: Ben Paley To: Mike Jeays Date: Tue, 18 May 2004 09:09:41 +0100 User-Agent: KMail/1.6.1 References: <200405172050.45546.ben@spooty.net> <40A947B6.3050102@infinitebubble.com> <1084849352.10631.54.camel@chaucer> In-Reply-To: <1084849352.10631.54.camel@chaucer> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200405180909.41418.ben@spooty.net> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit cc: Jason Taylor cc: freebsd-questions@freebsd.org Subject: Re: mounting usb camera - no /dev/da* !!! 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: Tue, 18 May 2004 10:52:08 -0000 On Tuesday 18 May 2004 04:02, Mike Jeays wrote: > On Mon, 2004-05-17 at 19:16, Jason Taylor wrote: > > I have a similar situation with a Cannon Powershot A40. I can't mount > > it, but gphoto is able to access it. I had to modify a config file or > > two in order for the ugen devices to be created writable by anyone other > > than root. Sorry, I don't have access to that box at the moment or I'd > > offer something a bit more concrete. gphoto2 turns out to work fine, thanks very much! I wonder why Digikam doesn't work, then? > I have a Canon Powershot A70, and the same problem. I bought a SanDisk > card reader, and it works perfectly with a Compact Flash card that has > been used in the A70. It can be mounted as > mount -t msdos /dev/da0s1 /mnt This may turn out to be the easiest thing in the long run: certainly my wife and kids aren't going to want to learn a CLI for getting at their snaps. I guess it's either a) buy a cardreader, b) get Digikam to work or c) something else I don't know about yet. Thanks for both your help, Ben