From owner-freebsd-questions@FreeBSD.ORG Mon May 17 20:02:35 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 5116D16A4CE for ; Mon, 17 May 2004 20:02:35 -0700 (PDT) Received: from fep02-mail.bloor.is.net.cable.rogers.com (fep02-mail.bloor.is.net.cable.rogers.com [66.185.86.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D67543D46 for ; Mon, 17 May 2004 20:02:34 -0700 (PDT) (envelope-from Mike.Jeays@rogers.com) Received: from [192.168.2.100] ([24.43.93.57]) by fep02-mail.bloor.is.net.cable.rogers.comESMTP <20040518030125.PVOB63200.fep02-mail.bloor.is.net.cable.rogers.com@[192.168.2.100]>; Mon, 17 May 2004 23:01:25 -0400 From: Mike Jeays To: Jason Taylor In-Reply-To: <40A947B6.3050102@infinitebubble.com> References: <200405172050.45546.ben@spooty.net> <200405172340.42203.ben@spooty.net> <20040517154639.0efb33c1@vixen42.24-119-122-191.cpe.cableone.net> <40A947B6.3050102@infinitebubble.com> Content-Type: text/plain Organization: Message-Id: <1084849352.10631.54.camel@chaucer> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 17 May 2004 23:02:32 -0400 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH PLAIN at fep02-mail.bloor.is.net.cable.rogers.com from [24.43.93.57] using ID at Mon, 17 May 2004 23:01:24 -0400 cc: freebsd-questions@freebsd.org cc: Ben Paley 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 03:02:35 -0000 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. > > Ben Paley wrote: > > On Monday 17 May 2004 21:46, Zane wrote: > > > >>On Mon, 17 May 2004 23:40:41 +0100 > > > > > >>Ohh, your trying to mount a camera? No clue then... some are umass > >>some are not. > > > > > > Sucks, huh? Well, thanks for taking the time to help, anyway. > > > > Anyone else? > > > > Cheers, > > Ben > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" 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 You do need to put the card in the reader first, and then plug in the USB connector to make it work properly. Much the easiest solution, IMHO. And very much easier than using the software supplied with the camera on a Windows machine.