From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 11:40:03 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24F9F106566C for ; Tue, 13 Jul 2010 11:40:03 +0000 (UTC) (envelope-from vkushnir@bigmir.net) Received: from ex.volia.net (ex.volia.net [82.144.192.10]) by mx1.freebsd.org (Postfix) with ESMTP id D801D8FC14 for ; Tue, 13 Jul 2010 11:40:02 +0000 (UTC) Received: from em.volia.net ([82.144.192.9]) by ex.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1OYbnj-000HsB-6C; Tue, 13 Jul 2010 12:29:19 +0300 Received: from toolless-screw.volia.net ([93.73.150.238] helo=kushnir1.kiev.ua) by em.volia.net with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1OYbnj-000LyA-2U; Tue, 13 Jul 2010 12:29:19 +0300 Received: from kushnir1.kiev.ua (kushnir1.kiev.ua [192.168.0.10]) by kushnir1.kiev.ua (8.14.4/8.13.8) with ESMTP id o6D9PHFM045947; Tue, 13 Jul 2010 12:25:17 +0300 (EEST) (envelope-from vkushnir@bigmir.net) Date: Tue, 13 Jul 2010 12:25:17 +0300 (EEST) From: Vladimir Kushnir X-X-Sender: vkushnir@kushnir1.kiev.ua To: Anton Shterenlikht In-Reply-To: <20100713085921.GA85064@mech-cluster241.men.bris.ac.uk> Message-ID: References: <20100713085921.GA85064@mech-cluster241.men.bris.ac.uk> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Volia-Original-IP: 93.73.150.238 Cc: freebsd-questions@freebsd.org Subject: Re: trouble mounting USB digital camera X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 11:40:03 -0000 Hi Anton. On Tue, 13 Jul 2010, Anton Shterenlikht wrote: > I'm trying to mount USB digital camera > to FBSD -current (either i386 or amd64). > > I get to > > ugen1.2: at usbus1 > > in dmesg, but no block device appears, > so I'm not sure how to mount this device. > > Does the procedure for mounding USB camera > devices differ from that form USB flash drives? > Yes it looks like your camera uses PTP protocol (precisely like mine Kodak C340 does). In this case you don't mount it at all and use graphics/libgphoto2 based photo transfer/management programs instead (they are: console graphics/gphoto2, KDE3 based graphics/digikam, KDE4 graphics/digikam-kde4, GTK+ graphics/gtkam, MONO graphics/f-spot and so on - make your choice) Regards, Vladimir