Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st November 2007, 09:16 PM
dobrez Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
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?
Reply With Quote
  #2  
Old 2nd November 2007, 02:44 AM
Wayne
Guest
 
Posts: n/a
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
Reply With Quote
  #3  
Old 2nd November 2007, 07:51 AM
Wayne
Guest
 
Posts: n/a
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
Reply With Quote
  #4  
Old 2nd November 2007, 09:45 AM
dobrez Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
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.
Reply With Quote
  #5  
Old 3rd November 2007, 01:51 AM
bradchaus Offline
Registered User
 
Join Date: May 2006
Posts: 548
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.
__________________
* AMD Phenom 9750, 8GB DDR-1066, Gigabyte MA770UD3, ATI X550, F12 64bit
* Dual Athlon MP2800+, Gigabyte GA-7DPXDWP, 1GB, Centos 5.4

Linux Rules

Last edited by bradchaus; 3rd November 2007 at 02:00 AM. Reason: solved
Reply With Quote
  #6  
Old 3rd November 2007, 08:24 PM
dobrez Offline
Registered User
 
Join Date: Jul 2005
Posts: 7
Bradchaus thank you for posting your solution. My camera works ok now.
Reply With Quote
  #7  
Old 4th November 2007, 12:13 AM
bradchaus Offline
Registered User
 
Join Date: May 2006
Posts: 548
my pleasure
__________________
* AMD Phenom 9750, 8GB DDR-1066, Gigabyte MA770UD3, ATI X550, F12 64bit
* Dual Athlon MP2800+, Gigabyte GA-7DPXDWP, 1GB, Centos 5.4

Linux Rules
Reply With Quote
  #8  
Old 4th November 2007, 01:45 AM
Wayne
Guest
 
Posts: n/a
Ahh, so, you've found a second place where the rule needs to be changed. I never noticed that!

Wayne
Reply With Quote
  #9  
Old 4th November 2007, 05:27 AM
bradchaus Offline
Registered User
 
Join Date: May 2006
Posts: 548
well i just extended your solution so thanx to you too ...
__________________
* AMD Phenom 9750, 8GB DDR-1066, Gigabyte MA770UD3, ATI X550, F12 64bit
* Dual Athlon MP2800+, Gigabyte GA-7DPXDWP, 1GB, Centos 5.4

Linux Rules
Reply With Quote
  #10  
Old 4th November 2007, 05:31 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by bradchaus
well i just extended your solution so thanx to you too ...
Thanks and I'm happy to say that changing the other value worked here too! I'd already removed the new kernel and went back to the previous one but now I'm updated again

Wayne
Reply With Quote
  #11  
Old 10th November 2007, 07:52 PM
beartech Offline
Registered User
 
Join Date: Nov 2006
Location: London
Age: 48
Posts: 11
Thanks, this solution worked for me as well (with a Nikon 4300)

--Simon
Reply With Quote
  #12  
Old 14th November 2007, 12:12 PM
virason Offline
Registered User
 
Join Date: Jul 2007
Location: Northwestern Carolina
Posts: 50
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
Reply With Quote
  #13  
Old 15th November 2007, 03:17 PM
Basilicum Offline
Registered User
 
Join Date: Nov 2007
Posts: 24
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
Reply With Quote
  #14  
Old 16th November 2007, 02:00 AM
Wayne
Guest
 
Posts: n/a
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
Reply With Quote
  #15  
Old 22nd November 2007, 02:03 AM
Paul_Vandenberg Offline
Registered User
 
Join Date: Feb 2004
Location: Canada
Posts: 344
I have the same problem with my canon Powershot A60. Changing the above file didn't work for me. Very frustrating!
Reply With Quote
Reply

Tags
110, camera, connect, mode, ptp

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ad-hoc mode won't connect with madwifi stabone Servers & Networking 2 21st December 2009 04:56 PM
Sony Vaio instant mode (A/V mode) and built in camera nogradi Hardware & Laptops 0 26th November 2007 12:04 AM
Cannot connect to camera ms1234 Hardware & Laptops 0 15th October 2006 04:24 PM
I can't connect to Internet after change to text mode mikezang Servers & Networking 5 5th November 2005 04:15 AM
Can't get FC4 to connect to digital camera LucysDad Hardware & Laptops 3 30th July 2005 09:13 PM


Current GMT-time: 14:10 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat