LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Digital Camera Blues... (https://www.linuxquestions.org/questions/linux-hardware-18/digital-camera-blues-78463/)

lilbill08 08-02-2003 09:19 PM

Digital Camera Blues...
 
Hey Everyone,


I am a :newbie: to linux. I have used it for about 3 weeks now. I have a digital camera, a kodak easyshare. I went to the digital camera tool and i said detect and it said "USB PTP Class Camera" and its a USB Serial Bus port. I said "Apply" and an error poped up that said "Could not intalize camera" and at the top bar of the error box it says "Could not claim the USB device"


Can someone Please help me? Thanks all, Bill :)

lilbill08 08-03-2003 08:42 AM

Does anyone know?


Thanks.

Mathieu 08-03-2003 10:04 AM

I have the same problem with the software and I still can not fix it. :mad:
But I can show you how to get the photos from the camera using the command line. :)

First, make sure that the USB wire is plugged-in and that the camera is on.
Then open a terminal window and type:
Code:

mount /dev/sda1 /mnt/camera
You will have to navigate the directory structure in order to get your pictures.

When you are finished with the camera, don't forget to un-mount it.
Code:

umount /dev/sda1

lilbill08 08-03-2003 10:37 AM

[root@pcp02479790pcs lilbill08]# mount /dev/sda1 /mnt/camera
mount: you must specify the filesystem type
[root@pcp02479790pcs lilbill08]#

Whats this mean?

PS. Thanks for your help Mathieu

lilbill08 08-03-2003 11:28 AM

anyone?

Mathieu 08-03-2003 11:45 AM

It means that the mount command did not recognize the file system on your digital camera.
Most digital cameras use FAT32, so try this command instead:
Code:

mount -t vfat /dev/sda1 /mnt/camera

lilbill08 08-03-2003 08:24 PM

Ok, thanks. Where do i go to access this pictures now? :D

michaelk 08-03-2003 09:00 PM

Use the file browser to look in the /mnt/camera directory.

You should see the pics that are on your camera.


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