From owner-freebsd-questions@FreeBSD.ORG Sun Mar 6 20:17:44 2005 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 2F35616A4CE for ; Sun, 6 Mar 2005 20:17:44 +0000 (GMT) Received: from asmtp04.eresmas.com (asmtp04.eresmas.com [62.81.235.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD2CD43D39 for ; Sun, 6 Mar 2005 20:17:43 +0000 (GMT) (envelope-from ea1abz@wanadoo.es) Received: from [192.168.108.55] (helo=mx01.eresmas.com) by asmtp04.eresmas.com with esmtp (Exim 4.30) id 1D82C5-0005kd-Ks; Sun, 06 Mar 2005 21:17:41 +0100 Received: from [80.103.43.32] (helo=[80.103.43.32]) by mx01.eresmas.com with asmtp (Exim 4.41) id 1D82C2-0006NS-RV; Sun, 06 Mar 2005 21:17:39 +0100 Message-ID: <422B65D0.6080107@wanadoo.es> Date: Sun, 06 Mar 2005 21:19:28 +0100 From: Ramiro Aceves User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Olivier Certner , freebsd-questions-en References: <200503061948.16313.olivier.certner@free.fr> In-Reply-To: <200503061948.16313.olivier.certner@free.fr> X-Enigmail-Version: 0.89.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Score: 0.0 (/) Subject: Re: Problem with libgphoto2, Canon Ixus v2 (USB) and 5.3-STABLE 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, 06 Mar 2005 20:17:44 -0000 Hello Olivier I have a Canon D-30 that works out of the box with gphoto2. Just #gphoto2 -P is enough for downloading the pictures. But I have a Canon A80 that refuses to do it without commandline tweaking. #gphoto2 --camera "Canon PowerShot A80 (PTP)" --port "usb:" -P If I use the simple command "gphoto2 -P" with the A80 it fails and I have to restart the computer again to make it work (cause it fails to recognice any usb device). So, I suggest you to to try this command as root: #gphoto2 --camera "Canon Digital IXUS v2" --port "usb:" -P You can list supported cameras with #gphoto2 --list-cameras and try . Tell us your experience. Ramiro.