From owner-freebsd-questions@FreeBSD.ORG Wed Apr 14 13:33:13 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 E414016A4CE for ; Wed, 14 Apr 2004 13:33:13 -0700 (PDT) Received: from wildbean.clapper.org (wildbean.clapper.org [216.158.26.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECC043D60 for ; Wed, 14 Apr 2004 13:33:11 -0700 (PDT) (envelope-from bmc@clapper.org) Received: from condor.inside.clapper.org (phantom@condor.inside.clapper.org [172.16.87.5])i3EKXAvP002754; Wed, 14 Apr 2004 16:33:10 -0400 (EDT) Received: from z.inside.clapper.org (z.inside.clapper.org [172.16.87.2]) i3EKXAui077987; Wed, 14 Apr 2004 16:33:10 -0400 (EDT) Received: from z.inside.clapper.org (localhost [127.0.0.1]) i3EKX9A3032279; Wed, 14 Apr 2004 16:33:10 -0400 (EDT) Message-Id: <200404142033.i3EKX9A3032279@z.inside.clapper.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 14 Apr 2004 16:33:09 -0400 From: brian-freebsd-001@clapper.org To: freebsd-questions@freebsd.org, sdbug@sdbug.org In-Reply-To: <200404141455.17694.algould@datawok.com> References: <12586.63.109.229.22.1081967765.squirrel@webmail.alienwebshop.com> <20040414185555.GA28745@dan.emsphone.com> <200404141455.17694.algould@datawok.com> X-Mailer: VM 7.17 under Emacs 21.2.1 X-Face: /perrud9r1.|7j.*=/6)a%vZ$^sBn!P[?+}vWBxd1ps{4hd2ZOw8]u&t';}(kj=x; JpdSF7 1b<*T{.38]wnWl]j/ULRB*49qdsET_/)-siUd7A_n- List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2004 20:33:14 -0000 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