LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-22-2003, 05:46 PM   #1
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Rep: Reputation: 15
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
 
Old 06-22-2003, 07:28 PM   #2
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
this link should get you started:
http://www.teaser.fr/~hfiguiere/linux/digicam.html
 
Old 06-22-2003, 07:37 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,701

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Have you searched this site or the web for help?

http://gphoto.sourceforge.net/
 
Old 06-23-2003, 01:36 AM   #4
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
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?
 
Old 06-23-2003, 02:02 AM   #5
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
Old 06-23-2003, 08:00 PM   #6
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
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
 
Old 06-23-2003, 10:12 PM   #7
ToolBoy
LQ Newbie
 
Registered: Jun 2003
Distribution: Trying Suse 8.1
Posts: 16

Rep: Reputation: 0
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
 
Old 06-23-2003, 10:53 PM   #8
zmedico
Member
 
Registered: Feb 2002
Location: Mission Viejo, California, USA
Distribution: Gentoo
Posts: 707

Rep: Reputation: 30
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

Last edited by zmedico; 06-23-2003 at 10:54 PM.
 
Old 06-29-2003, 10:14 PM   #9
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
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
 
Old 06-29-2003, 10:26 PM   #10
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
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.
 
Old 01-22-2004, 09:47 AM   #11
bwaynej2002
Member
 
Registered: Aug 2003
Distribution: Archlinux
Posts: 67

Rep: Reputation: 15
where can i find this stick reader then
 
Old 01-26-2004, 03:34 PM   #12
the anti-riced
Member
 
Registered: May 2003
Location: Tinker AFB, OK
Distribution: Desktop:Windows XP Server:Nothing right now :(
Posts: 131

Original Poster
Rep: Reputation: 15
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
 
Old 01-26-2004, 05:35 PM   #13
kevinatkins
Member
 
Registered: Jan 2004
Location: cheshire, uk
Distribution: Ubuntu Hoary
Posts: 605

Rep: Reputation: 33
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.
 
  


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
Sony Cyber-shot DSC-P73 Camera trebek Linux - Hardware 34 12-08-2006 09:48 AM
USB / RED HAT / Digital Camera Sony DSC P7 VincentB Linux - Hardware 6 05-11-2004 04:37 PM
sony dsc camera in Mandrake 10 zebra90210 Linux - Hardware 3 03-27-2004 12:20 PM
sony dsc-p32 digital camera and recompiling my kernel. HELP!! sirbaconyy Linux - Hardware 1 11-22-2003 12:16 AM
Sony DSC-S70 Digital Still Camera Annex Linux - Newbie 11 04-01-2002 11:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 04:44 PM.

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