nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Experiencing problem to offload photos from my Digital Camera

This is a discussion on Experiencing problem to offload photos from my Digital Camera within the Ubuntu / Debian forums, part of the Linux Distribution category; Hello, thank you for helping me : Here's my problem : I run Ubuntu 8.04 on my computer and each ...


Go Back   nixCraft Linux Forum > Linux Distribution > Ubuntu / Debian

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-31-2008, 12:58 AM
Junior Member
User
 
Join Date: May 2008
Location: France Marseille
My distro: ubuntu 8.04
Posts: 6
Rep Power: 0
titi13 is on a distinguished road
Post Experiencing problem to offload photos from my Digital Camera

Hello, thank you for helping me : Here's my problem :
I run Ubuntu 8.04 on my computer and each time i want to offload the photos from my Camera to the computer (plugging it on a USB port) comes out a message saying something like "Error during the plugging of the Camera" & "Error <<Undefined error>> received during the camera plugging". (this message comes out of the software 'F-Spot')

When i try using GTkam to offload my photos the following message comes out : (approximate translation)
"Impossible to list the directories of '/' " & "An error occurred in the Input/Output library ('Impossible to find the required camera on the USB port') : Impossible to find the USB peripheric (maker 0x6, under-class 0x1, product 0x1). Make sure it is plugged to the computer.

When i try using DigiKam and after having chosen the model Kodak M753 (mine is a M853, only the number of pixels differs i think) then the following message comes out :
"Failed to connect to the camera. please make sure it is connected properly and turned on."
With Digikam, when i 'Select image to upload' and click on 'storage media' and then select 'USB imaging interface' the following message comes out : "couldnt start process Unable to create io-slave: klauncher said: Unknown protocol 'camera' "

I am surprised too to find out that the path spontaneously specified towards the camera (before having selected any model) is '/'. I would have thought it should be something beginning by '/usb (...)'.




After having chatted through an irc channel with a helper, he told me that the bottom of my problem was that the device isn't recognized by the kernel as a mass-storage device. (He examined 'dmseg' output and other things too). He told me he wasn't able to solve porperly my problem.

May someone help me please ? Thank you.

NB the lsusb output only gives$ lsusb
Bus 001 Device 001: ID 0000:0000
which is strange because i have two front usb ports and 4 on the rear side....
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-31-2008, 04:28 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 919
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Your helper is right you need a device driver. Can you tell us your digital camera make and model. May be we can find out driver.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #3 (permalink)  
Old 05-31-2008, 04:33 PM
Junior Member
User
 
Join Date: May 2008
Location: France Marseille
My distro: ubuntu 8.04
Posts: 6
Rep Power: 0
titi13 is on a distinguished road
Default The make and model of my camera

Thank you so much for having replied me.

My Still camera is a "Kodak M853 easyshare".

Thank you again for helping me.

Have a nice day.
Reply With Quote
  #4 (permalink)  
Old 05-31-2008, 05:25 PM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 564
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
Default

Well my Nikon and HP works with out a problem. All I've to do is turn off camara while connecting to Ubuntu laptop. Then turn on and look at /var/log/messages for USB mass storage device . And type the following at a shell prompt (replace /dev/sdb1 with actual name):
Code:
sudo  mkdir /mnt/dcam
sudo mount /dev/sdb1 /mnt/dcam
cd /mnt/dcam
ls -l
sudo umount /mnt/dcam
As well as turning the camera OFF before disconnecting the camera from your laptop or desktop. GTkam never worked me but command line did worked out.

Hope this helps.
__________________
Rocky Jr.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote
  #5 (permalink)  
Old 05-31-2008, 08:04 PM
Junior Member
User
 
Join Date: May 2008
Location: France Marseille
My distro: ubuntu 8.04
Posts: 6
Rep Power: 0
titi13 is on a distinguished road
Default Hmm, puzzling...

Thank you for having replied to me Rockalinux.
I tried to follow your advice but another problem comes out now :
There is no line in the '/var/log/messages' with 'USB mass storage device'
The only lines dealing with 'USB' say something like that :
May 31 16:10:56 thierry-desktop kernel: [12766.757238] usb 1-10: configuration #1 chosen from 1 choice
May 31 16:18:59 thierry-desktop kernel: [13288.776099] usb 1-10: USB disconnect, address 4

These are the last two lines of the file.

I had a look at '/dev' and there are listed (among other these entries :
scd0
sda
sda1
sda2
sda5
(further on...)
usbdev1.1_ep00
usbdev1.1_ep81
usbdev2.1_ep00
usbdev1.1_ep81

i don't know what to do, which entry to choose, if any...

Thank you for your help.
Reply With Quote
  #6 (permalink)  
Old 06-01-2008, 12:54 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 919
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

I'm sorry but I don't think so your DC is supported by Linux.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #7 (permalink)  
Old 06-01-2008, 07:50 PM
Junior Member
User
 
Join Date: May 2008
Location: France Marseille
My distro: ubuntu 8.04
Posts: 6
Rep Power: 0
titi13 is on a distinguished road
Default Do you mean that there is no driver available ?

I am not sure i understood the meaning of your reply.
Thank you for your replies.

Do you mean there is no driver available on Linux for my Camera (Kodak M853 Easyshare) ?

If it's what you meant, maybe a driver suitable for the 'Kodak M753 Eayshare' should work with my 'Kodak M853 Easyshare' because i think that both models (ie M853 and M753) only differ on the number of pixels of the sensors (my M853 is a 8 Mpixels and the M753 is a 7 Mpixel.

Do you think Linux could support the DC 'Kodak M753 Easyshare' ? Therefore the solution could possibly suit my M853.

Thank you for your reply and have a nice day.
Reply With Quote
  #8 (permalink)  
Old 06-11-2008, 10:19 PM
Junior Member
User
 
Join Date: Nov 2007
My distro: Mepis and Debian
Posts: 22
Rep Power: 0
Johnny Utah is on a distinguished road
Default

I think Gtkam is just a front-end for Gphoto2, but what happens when you use Gphoto2 at the CLI? It has always worked for me.
__________________
Kubuntu user? http://kubuntuway.net
Do you own reptiles? http://redtailconnect.net
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +5.5. The time now is 11:24 PM.


Powered by vBulletin® Version 3.7.3 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36