[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-11-29 Thread Hubert Figuiere
*** This bug is a duplicate of bug 67532 *** this is ultimately a dupe of bug 67532 ** This bug has been marked a duplicate of bug 67532 udev-rule for PTP class detection broken -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-11-28 Thread Scott Lewin
My HP M22 also does not work under Edgy. It is identified correctly, but upon trying to get the pictres I get this error message: An error occurred in the io-library ('Could not claim the USB device'): Could not claim interface 0 (Operation not permitted). Make sure no other program or kernel

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-11-06 Thread Joachim Beckers
I can confirm that the check_ptp_camera workaround fixes this bug. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-11-04 Thread Tormod Volden
I believe these problems (all but the original reporter's) are taken care of in bug #63473. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

Re: [Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-11-02 Thread Hamish Cunningham
Hi, I originally opened this bug in relation to 5.10 / Breezy with a Canon IXUS 7. Just thought I'd let you know that this works fine for me under 6.06/Dapper. Probably too late to be any use :-( Best Hamish Cunningham Send instant messages to your online friends http://uk.messenger.yahoo.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-11-02 Thread Hubert Figuiere
then since it works for reporter, consider released for the other, please file new bugs. ** Changed in: libgphoto2 (Ubuntu) Status: Needs Info = Fix Released -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-28 Thread Jon Leighton
I am affected by this bug. I have a Canon EOS 400D. Tormod Volden's fix works for me, but not always. It seems I can connect to the camera and import photos (using F-Spot) initially, but if I try to do a second import I get the error. A workaround for this is to turn the camera off and on again,

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-28 Thread Jordy Potman
I see the same thing as Jon Leighton with my Fuji FinePix F30. After applying Tormod Volden's fix importing pictures works, without it I also get the error. I can also import only one time in F-Spot, but I think that might be an F-Spot bug because after closing and opening F-Spot I can import one

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-26 Thread Marcus Meissner
argh, dont tell me yoiu have an extra binary... udev supports als interface class matches which should work here. The print-camera-list helper in 2..2.1 supports it, if you have older versions use: SYSFS{bInterfaceClass}==06, SYSFS{bInterfaceSubClass}==01, SYSFS{bInterfaceProtocol}==01, ..your

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-26 Thread Joachim Beckers
I just found out something really weird. It seems that I/g-s-t has reset the list of groups I'm in. So while id said I was in plugdev, I really wasn't. Still that doesn't seem to be the issue. I've added myself to plugdev again, but the error is still there. But, as a positive sign: the

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-26 Thread Marcus Meissner
if it can download thumbnails it can download images too. if it can't its a gtkam bug ;) -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-26 Thread Dan Bishop
Any chance some of these fixes will get into edgy or are we going to have to wait 6months to be able to use our cameras properly? :( -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-26 Thread Hubert Figuiere
for edgy-updates, I don't know. I'm not even sure there is one. FWIW, mine works fine. both are canon -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-26 Thread Tormod Volden
Joachim, your usb device has now got the right permissions: [EMAIL PROTECTED]:/home/joachim # ls -lR /dev/bus/usb/004/008 crw-rw 1 root plugdev 189, 391 Oct 25 14:40 /dev/bus/usb/004/008 Did you log in again after adding yourself to the plugdev group? Marcus, do you have the possibility to

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-26 Thread Marcus Meissner
i am not a Ubuntu user, just a GPHOTO developer, sorry :) -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-26 Thread Tormod Volden
In Edgy the rules are already like Marcus suggested: SYSFS{bInterfaceClass}==06, SYSFS{bInterfaceSubClass}==01, SYSFS{bInterfaceProtocol}==01, MODE=0660, GROUP=plugdev But they don't seem to work. udev is 0.93. OTOH the script check_ptp_camera apparently works, and consists of this one-liner:

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-25 Thread Joachim Beckers
I did the check_ptp_camera stuff, and nothing seems to have changed. some more info: [EMAIL PROTECTED]:/home/joachim # dmesg ... [17180265.34] usb 4-4: new high speed USB device using ehci_hcd and address 8 [17180265.508000] usb 4-4: configuration #1 chosen from 1 choice [EMAIL

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Dan Bishop
Here's the output for me. ** Attachment added: ls -lR /proc/bus/usb http://librarian.launchpad.net/4931083/ls%20-lR%20proc%20bus%20usb -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Tormod Volden
Hubert, does the PTP code talk directly to /proc/bus/usb, and not via some /dev device? AFAIK, udev only sets permissions on /dev devices. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Hubert Figuiere
Sorry it is /dev/bus/usb I get lost when they change everything. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Tormod Volden
So, if dmesg or syslog reports for instance usb 5-6: new high speed USB device using ehci_hcd and address 7, we should look up 5 and 7 like this: ls -l /dev/bus/usb/005/007 And the group should be plugdev and not root. Can everybody try this, please? -- Workaround for USB digital camera photo

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Tormod Volden
From what I can see in the /proc/bus/usb/devices outputs kindly posted here their camera device class is not 06. I guess a subdevice of it is. (This should be checked by the /lib/udev/check_ptp_camera script, called by the udev rules file.) Can people try this: find /sys/devices -name

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Tormod Volden
Sorry I didn't see this before, but I was sitting on a Dapper machine without access to Edgy. Back on a Edgy machine, things are getting clearer: There is no check_ptp_camera script on Edgy, and the print- camera-list does not seem to produce anything equivalent. It's that simple,

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Tormod Volden
A little quotation mark slipped into that line in the previous comment, it should be: PROGRAM=check_ptp_camera, GROUP=plugdev, MODE=0660 -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Spano
Hello, I had this bug with an HP Photosmart R607. I am running Edgy Beta currently. Tried what Mr. Volden suggested above and added PROGRAM=check_ptp_camera, GROUP=plugdev, MODE=0660 to the file /etc/udev/rules.d/45-libgphoto2 and inserted the check_ptp_camera script to /lib/udev It works

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Spano
Also had camera problem in Debian Etch. Attached are notes for hack that worked in Etch and Edgy Beta. ** Attachment added: work around notes. http://librarian.launchpad.net/4934177/usb_camera -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 --

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-24 Thread Tormod Volden
Spano, the order of GROUP and MODE doesn't matter. Thanks for testing it out! -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Tormod Volden
Thanks. Yes, it is a permission problems. Usually, the /etc/udev/rules.d/45-libgphoto2.rules takes care of setting right permissions on the device (you can find a class=06 rule near the end of that file). My line of thought was that this rule does not exactly match, hence the need to see the exact

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Joachim Beckers
I have this bug with a canon eos 400D, which makes me think this is a general bug that applies to every possible camera. I'm attaching the files asked for. ** Attachment added: camera-sys.txt for eos 400D http://librarian.launchpad.net/4930496/camera-sys.txt -- Workaround for USB digital

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Hubert Figuiere
given that my 20D works without a glitch in PTP make sure you are in the plugdev group. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Dan Bishop
There doesn't seem to be such a group on my computer? I am a member of all existing groups though. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Hubert Figuiere
define all. what does id return? -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Joachim Beckers
** Attachment added: tail -f /var/log/syslog for eos 400D http://librarian.launchpad.net/4930590/tail%20-f%20_var_log_syslog -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Joachim Beckers
** Attachment added: cat /proc/bus/usb/devices for eos 400D http://librarian.launchpad.net/4930591/cat%20_proc_bus_usb_devices -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Joachim Beckers
** Attachment added: lsusb for eos 400D http://librarian.launchpad.net/4930593/lsusb -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Joachim Beckers
output from id: uid=1000(joachim) gid=1000(joachim) groups=24(cdrom),25(floppy),29(audio),44(video),46(plugdev),107(lpadmin),108(scanner),500(ipod),501(digicam),1000(joachim) -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Tormod Volden
Hubert, how can we verify that Joachim's camera device has group access for plugdev? -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Dan Bishop
Here is the output of id, plugdev is there. uid=1000(dan) gid=1000(dan) groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),108(lpadmin),111(scanner),113(admin),1000(dan) -- Workaround for USB digital camera photo download problems

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-23 Thread Hubert Figuiere
ls -lR /proc/bus/usb -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Tormod Volden
Please check with: tail -f /var/log/udev (and then plug in your camera) to see if anything at all get added when you plug the camera. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Dan Bishop
No, nothing is added. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Tormod Volden
Can you try tail -f /var/log/syslog and then plug it, and attach what comes out. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Tormod Volden
Can you attach the output from cat /proc/bus/usb/devices and lsusb (when the camera is plugged in of course) ? I am out of ideas for the moment. -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Dan Bishop
Is it not just some sort of permission error since everything works fine as root? here are the outputs as asked for: lsusb Bus 002 Device 012: ID 04a9:313a Canon, Inc. Bus 002 Device 001: ID : Bus 001 Device 004: ID 046d:0a01 Logitech, Inc. Bus 001 Device 003: ID 04b8:0005 Seiko

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Dan Bishop
I have a PowerShot A630 and have the same problem. I have done as requested and attached camera-sys.txt ** Attachment added: camera-sys.txt http://librarian.launchpad.net/4923486/camera-sys.txt -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 --

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Tormod Volden
Thanks, Dan. But something went wrong, this looks more like a sound card than a camera :) Can you try to check inside /var/log/udev yourself (probably towards the end) and see if you can find the PHYSDEVPATH corresponding to your camera? If this is difficult, attach your /var/log/udev file here.

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Dan Bishop
I've had a look in the file but couldn't find anything. I am a linux n00b though so this is a little over my head. I have attached the file as requested, maybe you can find it. If there is anything else I can do, let me know. ** Attachment added: udev

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Dan Bishop
That produces the following: Oct 22 21:54:19 lime kernel: [17196414.94] usb 2-9: new high speed USB device using ehci_hcd and address 11 Oct 22 21:54:19 lime kernel: [17196415.096000] usb 2-9: configuration #1 chosen from 1 choice -- Workaround for USB digital camera photo download

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-10-22 Thread Tormod Volden
Please somebody with such a camera, run these two commands in a terminal just after plugging in the camera: eval `grep PHYSDEVPATH= /var/log/udev` more /sys$PHYSDEVPATH/* camera-sys.txt And attach the file camera-sys.txt here. -- Workaround for USB digital camera photo download problems

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-09-26 Thread Florent Mertens
I can confirm that it works for dapper but no more for edgy. It is a permission problem. When i run digikam as root, i can import my photos, but not as a simple user. I ran gphoto to have some debug information, and i get this error : 0.018045 gphoto2-port(2): Opening USB port... 0.018093

[Bug 6602] Re: [Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-09-20 Thread Hamish Cunningham
thanks; I will try it in dapper when I get around to upgrading best h Hubert Figuiere wrote: if it works as root but not as a standard user, then it is a permission problem. The libgphoto2 package is supposed to take care of that, and any PTP camera is detected properly. Works fine in

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-09-19 Thread Hubert Figuiere
not a gphoto2 problem anyway ** Changed in: gphoto2 (Ubuntu) Status: Needs Info = Rejected -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-09-19 Thread Hubert Figuiere
if it works as root but not as a standard user, then it is a permission problem. The libgphoto2 package is supposed to take care of that, and any PTP camera is detected properly. Works fine in Dapper. Did you try with Dapper? The version in 5.10 (Breezy) is a bit very old. ** Also affects:

[Bug 6602] Re: Workaround for USB digital camera photo download problems

2006-09-19 Thread Hubert Figuiere
but eventually libgphoto2. ** Changed in: libgphoto2 (Ubuntu) Assignee: (unassigned) = Hubert Figuiere Status: Unconfirmed = Needs Info -- Workaround for USB digital camera photo download problems https://launchpad.net/bugs/6602 -- ubuntu-bugs mailing list