From owner-freebsd-usb@FreeBSD.ORG Wed Jan 19 14:39:55 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30AE9106566B for ; Wed, 19 Jan 2011 14:39:55 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id B79E28FC29 for ; Wed, 19 Jan 2011 14:39:54 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=9GyH9gjwZpHKSDkR5wzUd3dc+XPsXs5bgTtMoSZYd8g= c=1 sm=1 a=E6uwCAqGc4gA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=fgV0nDrPOWGrNEcKhHIA:9 a=sfGZIGo2yVSq3c2WuCQA:7 a=OQyMmzOxPrVVIitvYmxftgwdNe8A:4 a=PUjeQqilurYA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 76159099; Wed, 19 Jan 2011 15:39:52 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 19 Jan 2011 15:39:54 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <20110119131721.d1a132ee.jan0sch@gmx.net> In-Reply-To: <20110119131721.d1a132ee.jan0sch@gmx.net> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq,NwSZ4V" =?iso-8859-1?q?=7CLR=2E+tj=7Dg5=0A=09=25V?=,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( =?iso-8859-1?q?=0A=09=3AAuzV9=3A=2EhESm-x4h240C=609=3Dw?= MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201101191539.54781.hselasky@c2i.net> Cc: Subject: Re: gphoto2 and canon ixus 960is X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 14:39:55 -0000 On Wednesday 19 January 2011 13:17:21 Jens Jahnke wrote: > Hi, >=20 > I just tried to import photos from my canon ixus 960is and but it is > not recognized. >=20 > Output from /var/log/messages: > Jan 19 13:10:14 magni kernel: ugen7.2: at usbus7 > Jan 19 13:10:14 magni root: Unknown USB device: vendor 0x04a9 product > 0x315f bus uhub7 >=20 > I found some hints on the ml archives from several years back and tried > the following command line: > jens@magni:~% gphoto2 --debug --debug-logfile=3Dgphoto2.log --camera > "Canon Digital IXUS 960 IS (PTP mode)" --port "usb:" -l > *** Fehler *** > Ein Fehler trat in der IO-Bibliothek auf (=BBFalsche Parameter=AB): Keine > Fehlerbeschreibung verf=FCgbar. *** Fehler (-2: =BBFalsche Parameter=AB) > *** >=20 > The log file from gphoto2 is attached. >=20 > Output of `uname -a`: > FreeBSD magni.rostock.home 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul > 19 02:36:49 UTC 2010 > root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >=20 > Any ideas? Have you correctly given permission to the corresponding /dev/ugenX.Y devic= e? =2D-HPS