From owner-freebsd-questions@FreeBSD.ORG Wed Apr 14 13:49:39 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 1A61816A4CE for ; Wed, 14 Apr 2004 13:49:39 -0700 (PDT) Received: from starling.mail.pas.earthlink.net (starling.mail.pas.earthlink.net [207.217.120.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB85743D2F for ; Wed, 14 Apr 2004 13:49:36 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=[192.168.63.10]) by starling.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.36 #4) id 1BDrK9-0004XL-00; Wed, 14 Apr 2004 13:49:34 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Wed, 14 Apr 2004 15:50:30 -0500 User-Agent: KMail/1.6.1 References: <12586.63.109.229.22.1081967765.squirrel@webmail.alienwebshop.com> <200404141455.17694.algould@datawok.com> <200404142033.i3EKX9A3032279@z.inside.clapper.org> In-Reply-To: <200404142033.i3EKX9A3032279@z.inside.clapper.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404141550.30625.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b27cdf16caa966ff96146d302d14641f6350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: brian-freebsd-001@clapper.org Subject: Re: lament about freebsd sacrifices 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: Wed, 14 Apr 2004 20:49:39 -0000 On Wednesday 14 April 2004 03:33 pm, brian-freebsd-001@clapper.org wrote: > On 14 April, 2004, at 14:55 (-0500) > > Andrew L. Gould wrote: > > > > * digital cameras > > > > I use Sony Cybershot DSC-P92: > > 1. Plug camera into computer using usb, check dmesg for umass device and > > mount memory card file system; or.... > > Even better, have usbd do it for you. Add this line to /etc/usbd.conf: > > # Sony Digital Camera > device "Digital Camera" > vendor 0x054c > product 0x0010 > release 0x0450 > attach "sleep 2; /sbin/mount /mnt/camera" > detach "/sbin/umount /mnt/camera" > > Then, add the following to /etc/fstab: > > /dev/da0s1 /mnt/camera msdos ro,noauto 0 0 > > I have the same camera. The above works great for me, on FreeBSD 4.7. Plug > the USB cable into the camera, turn the camera on, and a few seconds later, > the memory stick is mounted on your FreeBSD system. I've been using the > above configuration for about 9 months now, with no difficulty at all. > > Obviously, YMMV, depending on the camera you have. > > Brian Clapper, http://www.clapper.org/bmc/ > Failing to get them to do it your way might mean they're stupid, but it > also means you failed to get them to do it your way. > -- Cal Keegan Thanks! Andrew Gould