LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-11-2004, 03:16 PM   #1
dsschanze
Member
 
Registered: Aug 2004
Location: Gainesville, FL
Distribution: Linux Mint 12, Win7, iOS
Posts: 208

Rep: Reputation: 33
Mounting a USB digital camera?


Do i just type "mount -t vfat /dev/sda1/ /mnt/digitalcamera" in the terminal?


 
Old 08-11-2004, 03:37 PM   #2
fredgt
Member
 
Registered: Feb 2004
Location: Belgium
Distribution: Suse 9.1 Pro / Gentoo
Posts: 114

Rep: Reputation: 15
first check that the /dev/sda1 partition actualy exists.
then check that the /mnt/digitalcamera folder exists.
then you can try that command as root. Normally it will not work if you try it as normal user.
What you should do is add it to your /etc/fstab
ad this line
/dev/sda1 /mnt/digitalcamera vfat user,noauto,umask=0 0 0
and check that the /mnt/digitalcamera dir exists now you should be able to mount
it as a user with the "mount /mnt/digitalcamera" command
 
Old 06-14-2005, 06:58 PM   #3
PianiyYozik
LQ Newbie
 
Registered: Jun 2005
Location: LA, CA
Distribution: Debian Testing
Posts: 5

Rep: Reputation: 0
Mounting Panasonic DMC-LC33

Hey guys!
I am a newbie to linux and to forums in general so forgive me if my posting is not in the right place or not in the right format.
-------------------------------------
I have a Fujitsu Lifebook C series laptop running FC3. i've been trying to get the pictures off my Panasonic camera (DMC-LC33) and unsuccessfuly.

Tech Info
Kernel: 2.6.11-1.27_FC3

The camera when plugged into the usb is recongnized by the kernel as far as I can tell. it registers as a fake scsi /dev/sda1. When I try to mount it , this is what I get:

[root@localhost xxxxx]# mount -t vfat /dev/sda1 /media/camera
mount: No medium found

Thanks in advance
 
Old 06-14-2005, 07:09 PM   #4
dsschanze
Member
 
Registered: Aug 2004
Location: Gainesville, FL
Distribution: Linux Mint 12, Win7, iOS
Posts: 208

Original Poster
Rep: Reputation: 33
GNOME has a nice digital camera tool that will find your camera and will make it easy to import pictures off your camera. (I used it on my RH9 installation). Although, my current RH9 installation is on my server and I do not have the camera tool installed on anyother of my computers now, so I don't no the name of it, but if you look through the RPM list it should exsit, even though you are using FC, cause most of the RPM's are the same.
 
Old 06-14-2005, 07:42 PM   #5
PianiyYozik
LQ Newbie
 
Registered: Jun 2005
Location: LA, CA
Distribution: Debian Testing
Posts: 5

Rep: Reputation: 0
Unhappy Thanx dsschanze

I think the tool you are talking about is called gPhoto and I tried that. My camera is not listed in that program's database file. When I run that application I get a little pop-up window with no camera found message on top of the camera icon. I tried picking another camera model (closest to the one I have, but no success).

Error message:
An error occurred in the io-library ('Bad parameters'):
Could not find USB device (vendor 0x4da, product 0x2374).
Make sure this device is connected to the computer.
 
Old 06-14-2005, 08:02 PM   #6
dsschanze
Member
 
Registered: Aug 2004
Location: Gainesville, FL
Distribution: Linux Mint 12, Win7, iOS
Posts: 208

Original Poster
Rep: Reputation: 33
Did you search google for a linux app or driver especially for your camera, or series of cameras?
 
Old 06-15-2005, 11:23 AM   #7
mkoljack
Member
 
Registered: Jan 2005
Location: Chicago
Distribution: Fedora Core 4, Suse 9.3
Posts: 186

Rep: Reputation: 30
Camera

There is a KDE pgm called digikam which I installed and works great. Don't know if your camera is in it's database.
 
Old 06-16-2005, 12:47 AM   #8
PianiyYozik
LQ Newbie
 
Registered: Jun 2005
Location: LA, CA
Distribution: Debian Testing
Posts: 5

Rep: Reputation: 0
Thnaks very much you guys. I searched for a driver but didn't find anything of use. As far as the other application goes, my camera, once again is not there.
The strangest thing is I booted my laptop with knoppix 3.7 and I could mount the camera easily. This is not a solution but I think I am just going to try SUSE. Some people tell me it is better suited for laptops.

Thanks very much Tigran
 
Old 08-30-2007, 01:45 AM   #9
Musat Daniel Gigel
LQ Newbie
 
Registered: Mar 2006
Posts: 6

Rep: Reputation: 0
and if...

Quote:
Originally Posted by mkoljack View Post
There is a KDE pgm called digikam which I installed and works great. Don't know if your camera is in it's database.

I am a Slackware 12 user... I installed digikam but my camera isn't in database ( Canon Powershot A450 ) so this program didn't work for me. When I type lsusb that's the console answer: Bus 3 Device 2: ID 04a9:3155 Canon, Inc. Any idea?

Thanks a lot for wasting your time with me!
 
Old 08-30-2007, 04:12 AM   #10
Dimak_XXZZ
LQ Newbie
 
Registered: Aug 2007
Posts: 3

Rep: Reputation: 0
There is your camera in list http://www.gphoto.org/proj/libgphoto2/support.php
So your have to update gphoto2 and libgphoto2 and possibly switch your camera to ptp mode.

Try to use command gphoto2 instead of digicam.
 
Old 09-03-2007, 11:27 AM   #11
Musat Daniel Gigel
LQ Newbie
 
Registered: Mar 2006
Posts: 6

Rep: Reputation: 0
dap!

Quote:
Originally Posted by Dimak_XXZZ View Post
There is your camera in list http://www.gphoto.org/proj/libgphoto2/support.php
So your have to update gphoto2 and libgphoto2 and possibly switch your camera to ptp mode.

Try to use command gphoto2 instead of digicam.

i upgraded gphoto 2 and libgphoto 2 so I found my camera with ptp mode... but still don't work. I don't know why so the problem still exist.
 
Old 09-03-2007, 12:26 PM   #12
fair_is_fair
Member
 
Registered: May 2005
Posts: 516

Rep: Reputation: 52
I've been having the same problem with Debian Sid. Camera is recognized as ptp but that is it. Its not the camera (fuji finepix) - PclinuxOS has no problem accessing the pictures.
 
  


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
Mounting Digital Camera jeff1500 Slackware 8 12-17-2004 05:52 PM
Mounting a digital camera as a USB device??? Serenity Linux - Hardware 13 03-17-2004 01:20 AM
Mounting a digital camera? the_rydster Slackware 3 03-04-2004 05:06 AM
mounting digital camera true_atlantis Linux - Hardware 4 03-01-2004 02:48 AM
mounting digital camera? mbbender Linux - General 4 08-19-2003 12:08 AM

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

All times are GMT -5. The time now is 07:46 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