From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 15:39:38 2003 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 441D616A4CE for ; Mon, 24 Nov 2003 15:39:38 -0800 (PST) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20E1A43F93 for ; Mon, 24 Nov 2003 15:39:36 -0800 (PST) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (localhost [127.0.0.1]) by fw.farid-hajji.net (8.12.10/8.12.10) with ESMTP id hAONcqO1043639; Tue, 25 Nov 2003 00:38:55 +0100 (CET) (envelope-from cpghost@cordula.ws) Date: Tue, 25 Nov 2003 00:38:52 +0100 (CET) Message-Id: <200311242338.hAONcqO1043639@fw.farid-hajji.net> From: "Cordula's Web" To: jesse@wingnet.net In-reply-to: (message from Jesse Guardiani on Mon, 24 Nov 2003 16:17:51 -0500) X-Mailer: Emacs-21.3.1/FreeBSD-4.9-STABLE References: <200311231202.29849.kent.hauser@verizon.net> cc: freebsd-questions@freebsd.org Subject: Re: usb digital camera X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cpghost@cordula.ws List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 23:39:38 -0000 > > Is there some trick to using USB devices? I'm trying to access my Nikon > > coolpix 5000 (latest firmware PTP mode) from 4.9-STABLE with no luck. > > > > usbdevs sees the camera, as does "gphoto2 --auto-detect". However, I'm > > unable to access the camera data with "gphoto2 --auto-detect --summary" > > This is really a question for the gphoto2 mailing list, but perhaps you'd > get better help if you posted (or looked at) your `gphoto2 --auto-detect --summary --debug` > output. > > I successfully use gphoto2-2.1.2 and libgphoto2-2.1.2_2 from gtkam-0.1.10 > with my Kodak DC3400 digital camera. Works great! Maybe your camera is accessible via the umass(4) driver? In this case, you won't need gphoto2 or libgphoto2, but would need to mount the camera just like a SCSI da(4) device. BTW, the list of supported devices in umass' man page is incomplete. Many more devices are currently supported as well. Just plug the camera in, turn it on, and watch the console closely. If a message from umass driver appears, and it tells something about a daX device being created, try mounting this device manually: # mount -t msdos /dev/da0s1 /mnt Then you can access the files on the camera at /mnt, just like files on any other filesystem. Don't forget to umount /mnt before turning the device off :) Good luck! -- Cordula's Web. http://www.cordula.ws/