From owner-freebsd-questions@FreeBSD.ORG Thu Sep 6 05:05:23 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E446416A417 for ; Thu, 6 Sep 2007 05:05:22 +0000 (UTC) (envelope-from tuxgirl@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 92DDE13C45E for ; Thu, 6 Sep 2007 05:05:22 +0000 (UTC) (envelope-from tuxgirl@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so38818nzf for ; Wed, 05 Sep 2007 22:05:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=GARZ3SC3YnpfZB6gf2NDv1bXNraTvsnPNn+grc3S8S4=; b=MfoMvRgMikuMeL1JsyMN6ZVYCGrOlKBtiZkeyzeLjYPiCG/QWwti3U1y5SWEkqbBw5AASfqekKyJigAyVUDbbvXHvT6/tGIaZIFIGnsklOllCTRyB2q2Q+Ts8VlJEb2UFIU8H8GHhL5W5An2o9qwy/ogXcUCNC26TZxKYyhGITk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=k/JFMYwd+TmYkLNZXfbcBVeyqE/uzQFOLmnzAmyCQLP0N4qnuhU4ahL11V/Jnt/IE68AEpFh4zOs60d37fqrDqkA/znZwVhZpSaGyjEHPj5G0MdJWtkVEscNbsgofoGeJC6FpHyQWnJSTvrAaaU7m7YmKqcFV5bd89dMgj2I64k= Received: by 10.142.239.11 with SMTP id m11mr7558wfh.1189053349054; Wed, 05 Sep 2007 21:35:49 -0700 (PDT) Received: by 10.143.163.14 with HTTP; Wed, 5 Sep 2007 21:35:49 -0700 (PDT) Message-ID: <6e4453640709052135k61dc4097nb79c03e4672e5489@mail.gmail.com> Date: Wed, 5 Sep 2007 21:35:49 -0700 From: "Erin McNew" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Canon A620, FreeBSD and gphoto2 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: Thu, 06 Sep 2007 05:05:23 -0000 I'm trying to get my Canon A620 camera to work with gphoto2 under FreeBSD. dmesg is telling me that my camera is /dev/ugen0. [osiris temp] gphoto2 --list-ports Devices found: 2 Path Description -------------------------------------------------------------- ptpip: PTP/IP Connection usb: Universal Serial Bus [osiris temp] gphoto2 --port /dev/ugen0 -P *** Error *** An error occurred in the io-library ('I/O problem'): Failed to open '/dev/ugen0' (m). *** Error (-7: 'I/O problem') *** [osiris temp] gphoto2 -L 1 *** Error *** An error occurred in the io-library ('Bad parameters'): Could not find USB device (vendor 0x4a9, product 0x30fc). Make sure this device is connected to the computer. *** Error (-2: 'Bad parameters') *** I tried using --debug, but it didn't seem to give me that much more detail, at least that I could understand. I also tried specifying the port as "usb" and the camera as "Canon PowerShot A620 (PTP mode)" (as specified in gphoto2 --list-cameras). None of this worked. Each gave me the "bad parameters" error, which is slightly frustrating. I believe that this could be due to the fact that the camera is being seen as ugen0 instead of usb. Is there a way to cause it to be seen as usb? Thanks! ~Erin -- http://www.tuxgirl.com