Date: Wed, 14 Apr 2004 15:50:30 -0500 From: "Andrew L. Gould" <algould@datawok.com> To: freebsd-questions@freebsd.org Cc: brian-freebsd-001@clapper.org Subject: Re: lament about freebsd sacrifices Message-ID: <200404141550.30625.algould@datawok.com> In-Reply-To: <200404142033.i3EKX9A3032279@z.inside.clapper.org> References: <12586.63.109.229.22.1081967765.squirrel@webmail.alienwebshop.com> <200404141455.17694.algould@datawok.com> <200404142033.i3EKX9A3032279@z.inside.clapper.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <algould@datawok.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404141550.30625.algould>
