From owner-freebsd-questions@FreeBSD.ORG Thu Sep 6 06:52:20 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 2238516A41B for ; Thu, 6 Sep 2007 06:52:20 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id 0369F13C480 for ; Thu, 6 Sep 2007 06:52:19 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1ITBCd-0003Zs-VQ for questions@freebsd.org; Wed, 05 Sep 2007 23:51:00 -0700 Received: from 71-220-146-155.tcsn.qwest.net ([71.220.146.155] helo=[192.168.0.3]) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1ITBCa-0003ZZ-Oz; Wed, 05 Sep 2007 23:50:57 -0700 Message-ID: <46DFA25F.7000504@math.arizona.edu> Date: Wed, 05 Sep 2007 23:46:55 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Erin McNew , questions@freebsd.org References: <6e4453640709052135k61dc4097nb79c03e4672e5489@mail.gmail.com> In-Reply-To: <6e4453640709052135k61dc4097nb79c03e4672e5489@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: 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 06:52:20 -0000 You should try to mount your camera manually first as su - password mount_msdosfs /dev/ugen0 /mnt If you can not read the camera only then you should use gphoto2 but logged as a supper user to avoid permission problems. If that fails i.e. if you get the message BLOCK DEVICE RECUIRED you should try to use gphoto2. This is step by step for my Sony Cyber-Shot W70 1. Change into PTP mode on camera 2. Go to su mode (this can be avoided but I left it so that my wife cannot mess with it) 3. gphoto2 --auto-detect will list your camera as Sony DSC-F707V (PTP mode) usb: 4. gphoto2 --help to get various commands 5 gphoto2 --L will list all the files in numerical order 6 gphoto2 --get-file=NUMBER Range (will get you files in that range) 7 WARNING you may need to issue the commands some time multiple times because they fail. The following message is not uncommon *** Error *** Note you might not need to go to PTP mode for your particular camera! If that fail then you can use cheap card reader which are well detected by FreeBSD. There is an excellent thread that you can review http://www.bsdforums.org/forums/showthread.php?t=12015&page=7&pp=15 maybe somebody left specific details for you camera but I think I gave you a big push:-) Please let me know how it goes. Predrag Erin McNew wrote: > 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 > > > >