Comment 6 for bug 64146

Revision history for this message
justplayin (paddyschwartz) wrote :

I get the same messages as gerhard rauniak in comment 1 under edgy and with the camera "Ricoh Caplio G4 Wide". The auto-import under Dapper worked fine.

Adding the new line to "/etc/udev/rules.d/45-libgphoto2.rules" as described above didn't work for me. I saw that an entry with the correct values for idVendor and idProduct already existed in "/etc/udev/rules.d/45-libgphoto2.rules".

lsusb gives me:

Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 05ca:2208 Ricoh Co., Ltd
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 003: ID 046d:c041 Logitech, Inc.
Bus 002 Device 002: ID 045e:00db Microsoft Corp.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000

With tail -f /var/log/messages I get:
Oct 30 09:22:10 localhost kernel: [17179663.984000] usb 3-2: new full speed USB device using uhci_hcd and address 2
Oct 30 09:22:11 localhost kernel: [17179664.672000] usb 3-2: configuration #1 chosen from 2 choices

By typing "id" in the console I get:
patrick@pat:~/Downloads$ id
uid=1000(patrick) gid=1000(patrick) Gruppen=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),106(lpadmin),110(scanner),112(admin),1000(patrick

So I seem to be member of the plugdev group.

When trying to list the photos on the camera with "gphoto2 -L" I get:

patrick@pat:~$ gphoto2 -L

*** Fehler ***
PTP-Ein/Ausgabefehler

*** Fehler ***
Ein Fehler trat in der IO-Bibliothek auf (»Unspezifizierter Fehler«): Konnte den Kerneltreiber des Gerätes nicht abfragen.
*** Fehler (-1: »Unspezifizierter Fehler«) ***

Für Debug-Meldungen verwenden Sie bitte die Option »--debug«.
Diese Meldungen können Ihnen helfen, eine Lösung für Ihr Problem zu
finden. Wenn Sie jedoch Fehler- oder Debug-Meldungen an die
Mailingliste <email address hidden> schicken wollen,
so starten sie gphoto2 bitte wie folgt:

    env LANG=C gphoto2 --debug -L

Please make sure there is sufficient quoting around the arguments.

Following the advice in the output of gphoto2 I did a debug with

env LANG=C gphoto2 --debug -L

and attached the output in a file to this comment.

I'm trying to compile libgphoto2 from the svn to see if this changes anything.