LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   how do i access my digital camera (sony dsc-p32) (https://www.linuxquestions.org/questions/linux-hardware-18/how-do-i-access-my-digital-camera-sony-dsc-p32-67327/)

the anti-riced 06-22-2003 05:46 PM

how do i access my digital camera (sony dsc-p32)
 
it uses usb (duh) and i need to know how to get the pictures off of it

akaBeaVis 06-22-2003 07:28 PM

this link should get you started:
http://www.teaser.fr/~hfiguiere/linux/digicam.html

michaelk 06-22-2003 07:37 PM

Have you searched this site or the web for help?

http://gphoto.sourceforge.net/

the anti-riced 06-23-2003 01:36 AM

yes i should have looked around and searched in the first place but i was too excited about getting the camera today, sorry

anyways, from the link above, i have found that i need to mount my camera as a usb mass storage device
but i can't find anything that explains how to do that, ive been looking for a while on how to do that but i cant find anything useful :(

what do i have to add to mount it as a drive?

MasterC 06-23-2003 02:02 AM

Sometimes a:
Plug in camera in usb slot
mount -t vfat /dev/sda1 /mnt/sony (after a mkdir sony)

Just works. If it does, cool. If not:
modprobe usb-storage

And try again.

I think kudzu might help you with all that though.

Cool

the anti-riced 06-23-2003 08:00 PM

Quote:

Originally posted by MasterC
Sometimes a:
Plug in camera in usb slot
mount -t vfat /dev/sda1 /mnt/sony (after a mkdir sony)

Just works. If it does, cool. If not:
modprobe usb-storage

And try again.

I think kudzu might help you with all that though.

Cool

ok i did both of those, and this is what it said

[root@Linux tom]# mount -t vfat /dev/sda1 /mnt/camera
mount: /dev/sda1 is not a valid block device
[root@Linux tom]# modprobe usb-storage
bash: modprobe: command not found

ToolBoy 06-23-2003 10:12 PM

I don't know if this helps or if you already checked it out but there is a link off of the site that akaBeaVis posted which says how you mount a USB Mass Storage Device.
http://www.linux-usb.org/USB-guide/x498.html

Also when you followed MasterC's directions did you make a directory under /mnt/ called *sony* or in your case you were calling it *camera* for /mnt/camera? Well, I am linux Newbie so maybe what i am saying is really pointless. Have a good one.


Tool

zmedico 06-23-2003 10:53 PM

Quote:

Originally posted by the anti-riced
[root@Linux tom]# modprobe usb-storage
bash: modprobe: command not found

try "/sbin/modprobe usb-storage"

Here are some more related links:
Linux USB Support for Casio QV 3/2x00/3x00/4000/8000 Digital Still Cameras
USB Mass Storage Devices (Compact Flash Card Readers) in Linux

the anti-riced 06-29-2003 10:14 PM

ok, i finally went out a bought a usb mem. stick reader for $20, no big loss, and it works great with the mount -t vfat /dev/sda1 /mnt/usb command

thanks for the support guys :)

akaBeaVis 06-29-2003 10:26 PM

Yep, that's exactly what I did for my canon powershot s100 elph, just got me a pcmcia reader for the card for 20 bux and it's quite useful for other things as well, good for you.

bwaynej2002 01-22-2004 09:47 AM

where can i find this stick reader then

the anti-riced 01-26-2004 03:34 PM

Quote:

Originally posted by bwaynej2002
where can i find this stick reader then
I got mine at best buy, it was like $20, it's a SanDisk

kevinatkins 01-26-2004 05:35 PM

hi,

just to add my bit...

i use suse 8.2, and it's got really well resolved hotplugging support built in. i use a sony dsc-p5 - just plug the thing into a spare usb port and a few seconds later, voila! a device appears on my desktop, ready for use.

of course, i know it's possible to set this up on any late distro with hotplug support, it's just really well executed with suse (i don't work for them, honest!), and works out of the box.


All times are GMT -5. The time now is 08:30 AM.