From owner-freebsd-questions@FreeBSD.ORG Sun Nov 23 14:03:08 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 602C516A4D0 for ; Sun, 23 Nov 2003 14:03:08 -0800 (PST) Received: from out007.verizon.net (out007pub.verizon.net [206.46.170.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8345643FF5 for ; Sun, 23 Nov 2003 14:03:03 -0800 (PST) (envelope-from kent.hauser@verizon.net) Received: from hnl ([4.35.227.55]) by out007.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20031123220302.SMSZ9064.out007.verizon.net@hnl> for ; Sun, 23 Nov 2003 16:03:02 -0600 From: Kent Hauser To: questions@freebsd.org Date: Sun, 23 Nov 2003 12:02:29 -1000 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200311231202.29849.kent.hauser@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out007.verizon.net from [4.35.227.55] at Sun, 23 Nov 2003 16:03:02 -0600 Subject: usb digital camera 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: Sun, 23 Nov 2003 22:03:08 -0000 Hi, 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" (or via digikam or via konquerer). Having never done this before, I don't know if there is a usb config file I need to hack (usbd is running with unmodified usbd.conf). I've tried running as user & root and saw no change. Any help appreciated. %grep usb /var/log/messages Nov 23 11:56:08 hnl /kernel: usb0: on uhci0 Nov 23 11:56:08 hnl /kernel: usb0: USB revision 1.0 % usbdevs -v Controller /dev/usb0: addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 addr 2: self powered, config 1, NIKON DSC E5000-PTP(0x0113), Nikon(0x04b0), rev 1.00 Kent