![]() |
Can not connect camera in PTP mode using 2.6.23.1-10
as stated above
When I attach the camera (Sony P73) "camera detected" window pops out asking me if I want to import photos. If I chose "import" I get following 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 module (such as sdc2xx, stv680, spca50x) is using the device and you have read/write access to the device. I had no troubles using previous kernel 2.6.22.9-91 I have no troubles if I choose "normal" mode Does anyone else have same problem? |
On reading your post, I just had to try it.... Yep, I've got it too and my fix for FC5 didn't work :(
http://www.fedoraforum.org/forum/sho...digital+camera Wayne |
This is strange. I thought the symptoms were similar to the bug that crept into FC5, which the change to the UDEV rules solved. In that case, the camera was only operable by root until the change, but in this case, the camera doesn't even mount for root (on my box) but does for the user!
Wayne |
Wayne thank you for your reply. It's good to know I'm not alone experiencing this trouble. I hope it will soon be solved.
|
i too have this problem with a Canon A460 ... looks a recurrence of something previous I had in FC5
edit 50-udev.rules find the lines as follws and change mode 0644 to 0666. SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", \ NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0644" ACTION=="add", SUBSYSTEM=="usb_device", \ PROGRAM="/bin/sh -c 'K=%k; K=$${K#usbdev}; printf bus/usb/%%03i/%%03i $${K%%%%.*} $${K#*.}'", \ NAME="%c", MODE="0644" This is problably a kludge (I dont know for sure what impact this would have), but it lets my camera work for now. |
Bradchaus thank you for posting your solution. My camera works ok now.
|
my pleasure
|
Ahh, so, you've found a second place where the rule needs to be changed. I never noticed that!
Wayne |
well i just extended your solution so thanx to you too ...
|
Quote:
Wayne |
Thanks, this solution worked for me as well (with a Nikon 4300)
--Simon |
Mucho thanks for this solution!
My Fuji FinePix worked fine with FC7 up until 2007-11-13. After which, connecting the camera caused the same error message as above. It doesn't appear that 50-udev.rules had been changed as the datestamp was unchanged, but bradchaus' suggestion works for me. Thanks again :) |
In my FC8 there is no 50-udev.rules, only a 50-udev-default.rules. Moreover in the latter file there i could only one place with the 0644 number.
Seems I have some symptom that FC8 does recognize my camera initially, but when it tries to grab the images, it thinks another camera is atached . . . See also my post http://forums.fedoraforum.org/forum/...ght=canon+ixus |
Right, in Fedora 8, you have to change this line to "0666" in 50-udev-default.rules
# libusb device nodes SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0666" What's worse this time is gThumb doesn't automatically start when I plug-in my camera and I have to launch it manually :( Come on devs, get it together! :) Wayne |
I have the same problem with my canon Powershot A60. Changing the above file didn't work for me. Very frustrating!
|
| All times are GMT -7. The time now is 07:33 PM CST. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.