LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-17-2004, 03:29 PM   #1
phanbao
LQ Newbie
 
Registered: Oct 2004
Location: UK
Distribution: Fedora 2
Posts: 3

Rep: Reputation: 0
Smile Why can't I use my camera?


My camera is Canon Powershot S50 and my distro is Fedora 2. I have searched it in Linux HCL and see that it is compatible. But when I access it via Digital Camera Tool, it announces that:

Quote:
Could not list folders in '/'.

An error occurred in the io-library ('Could not claim the USB device'): Could not claim interface 0 (Device or resource busy). Make sure no other program or kernel module (e.g. dc2xx or stv680) is using the device and you have read/write access to the device.
I'm a new user in Linux, so I don't understand much about this error. Can you give me some advices to solve this problem?

Thank you for reading. I'm happy to join a great forum like this.
 
Old 10-17-2004, 08:20 PM   #2
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Unfortunatly, I don't know what that error is either, but try the following suggestions which may help...

Try doing it as root.

Do you have any other USB devices, and do they work?

Is the camera set up as a "USB Mass Storage" device? This should be a setting somewhere in the camera itself. Then you can plug the camera in and, from a terminal, try mounting it...
make a directory called /mnt/usb (You need to be root) and then "mount /dev/sda1 /mnt/usb" When you are finished, dont forget to "umount /mnt/usb".

I hope this helps
--Ian
 
Old 10-18-2004, 03:14 AM   #3
phanbao
LQ Newbie
 
Registered: Oct 2004
Location: UK
Distribution: Fedora 2
Posts: 3

Original Poster
Rep: Reputation: 0
Following your advice I did something:

I tried to mount it as a USB Mass Storage but it is not valid, so my camera may not be a USB Storage. Before I accessed the camera (and even before I loged in), I have pluged out all other USB devices but still get the same error. Also I tried as root.

Thank you for your nice help, but unfortunately it is not like we wish.
 
Old 10-20-2004, 03:20 AM   #4
phanbao
LQ Newbie
 
Registered: Oct 2004
Location: UK
Distribution: Fedora 2
Posts: 3

Original Poster
Rep: Reputation: 0
Post

Anyone help me please! Now I must reboot to Win whenever I want to download my pictures.
 
Old 10-20-2004, 05:00 AM   #5
james.farrow
Member
 
Registered: Mar 2003
Location: UK Darlington
Distribution: Fedora Freebsd Centos
Posts: 296

Rep: Reputation: 31
As root issue tail -f /var/log/messages.
Then plug in your camera and look at the messages there should be some reference to hotplug I think.
Now try cdrecord -scanbus it should return your cd/dvd writer and cd/dvd rom AND also the device which your camera is. mkdir /mnt/camera and mount the device to the directory.
The above worked for me, hope it helps.
 
Old 12-08-2004, 02:39 PM   #6
leosgb
Member
 
Registered: Nov 2004
Location: Brazil
Distribution: Gentoo
Posts: 363

Rep: Reputation: 31
I have the same camera (canon s50) and i cant plug it here. When it is plugged it turns on and the image is displayed on the camera... not like it happens in win2k. My /var/log/messages is:

when i plug it...
Dec 8 18:42:27 ademonozu kernel: hub.c: new USB device 00:03.0-3, assigned address 5
Dec 8 18:42:27 ademonozu kernel: usb.c: USB device 5 (vend/prod 0x4a9/0x3077) is not claimed by any active driver.
Dec 8 18:42:31 ademonozu kernel: Device 08:00 not ready.
Dec 8 18:42:31 ademonozu kernel: I/O error: dev 08:00, sector 0
Dec 8 18:42:31 ademonozu kernel: Device 08:00 not ready.
Dec 8 18:42:31 ademonozu kernel: I/O error: dev 08:00, sector 0
Dec 8 18:42:32 ademonozu kernel: Device 08:00 not ready.
Dec 8 18:42:32 ademonozu kernel: I/O error: dev 08:00, sector 0
Dec 8 18:42:32 ademonozu kernel: Device 08:00 not ready.
Dec 8 18:42:32 ademonozu kernel: I/O error: dev 08:00, sector 0
Dec 8 18:42:33 ademonozu devlabel: devlabel service started/restarted

when i unplug it...
Dec 8 18:43:16 ademonozu kernel: usb.c: USB disconnect on device 00:03.0-3 address 5
Dec 8 18:43:16 ademonozu kernel: Device 08:00 not ready.
Dec 8 18:43:16 ademonozu kernel: I/O error: dev 08:00, sector 0
Dec 8 18:43:16 ademonozu kernel: Device 08:00 not ready.
Dec 8 18:43:16 ademonozu kernel: I/O error: dev 08:00, sector 0
Dec 8 18:43:17 ademonozu kernel: Device 08:00 not ready.
Dec 8 18:43:17 ademonozu kernel: I/O error: dev 08:00, sector 0
Dec 8 18:43:17 ademonozu kernel: Device 08:00 not ready.
Dec 8 18:43:17 ademonozu kernel: I/O error: dev 08:00, sector 0
Dec 8 18:43:19 ademonozu devlabel: devlabel service started/restarted

can anyone tell me what this means? I have a working lexar jumpdrive that i mount on /dev/sda1 and i am using the same port for my camera...

thank you all.
 
Old 12-08-2004, 05:04 PM   #7
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
gPhoto2 lists the S50 as a supported device. read thru the docs there - its pretty easy to get running.

http://www.gphoto.org/proj/libgphoto2/support.php

Canon S400 works perfectly with gphoto2, I haven't tried with S50.
 
Old 12-09-2004, 03:40 PM   #8
leosgb
Member
 
Registered: Nov 2004
Location: Brazil
Distribution: Gentoo
Posts: 363

Rep: Reputation: 31
Thanks again. It is VERY easy. I just need to "apt-cache search gphoto2" and then get many other options... i installed them all and decided to try the GUI... so just:

gtkam

at the terminal and then the rest was piece of cake. Thank you all... now i just need to get my pinnacle usb tuner working...
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for Camera blufire Linux - Hardware 0 09-04-2005 12:47 PM
I have an old DV camera dinolinux Linux - Newbie 1 06-17-2005 09:54 PM
Where is my camera yotamk Linux - Newbie 16 02-17-2005 10:26 AM
Camera SnowSurfAir Linux - Hardware 1 08-09-2003 06:43 AM
new camera triplied Linux - Software 4 06-13-2002 04:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration