LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-15-2006, 12:18 PM   #1
tytono
LQ Newbie
 
Registered: Sep 2006
Posts: 3

Rep: Reputation: 0
Angry Problem connecting Nikon camera in debian


Have a Nikon L3 digital camera.
Downloaded digikam with success.
Went in and tried to put the camera
in the USB but got, Error Connecting.
Have tried for 3 day's to get
hooked up so I can see my Pics.
 
Old 09-15-2006, 12:55 PM   #2
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
You should probably post what linux distribution you are using. It would help people give you suggestions.

You would also get a better response by putting a different subject other than "help me" on your question.

My first recommendation is to use Ubuntu. I had to do no configuring of my digital camera with Ubuntu. I used Digikam a couple of years ago on Debian and it was a real pain to get it working.
 
Old 09-15-2006, 12:57 PM   #3
/bin/bash
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802

Rep: Reputation: 47
"Error Connecting".

When I got this it was permissions problem with usbfs.

Look in /etc/fstab for usbfs entry. If you have an entry then change the line so it looks like this:
Code:
none    /proc/bus/usb    usbfs devgid=10,devmode=0664,busgid=10,busmode=775  0   0
You should change the devgid and busgid to a group which you are in. In most distros GID=10 is wheel, so you could add your user to wheel group and that would work also.

Don't forget you must remount usbfs:
# mount /proc/bus/usb -o,remount
 
Old 09-15-2006, 09:31 PM   #4
tytono
LQ Newbie
 
Registered: Sep 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Digital Camera

The Distro I'm using is, Debian.

I used the Terminal and put in, apt-get install digikam.
When it was done downloading I found it in, Graphics.

When I got into digikam, I clicked on Camera and then, add.
The camera list came up and Nikon L3. was not in there.

I went over to the Camera Title and put in Nikon L3
and chose USB then, Enter

The following came up.

Under Title, Nikon L3
Under Model, AEG Snap 300
Under Port, usb:
Under Path, There was nothing.

Could the problem be in, no Path?
If it is, what would I have to do?

Papamo
 
Old 09-15-2006, 11:34 PM   #5
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
I don't know anything about the digicam program, but it sounds like it is making things more complicated than necessary. All I do to look at my pictures from my camera is to connect the camera to the computer through the mini-usb cable, do a

Code:
dmesg
to get the address of the camera (probablt /dev/sda1, but could be other places), and then mount that location to another point, like in /media, or /home, or /mnt/camera if it exists. If dmesg sees it as /dev/sda1, then as root I would do:

Code:
mount /dev/sda1 /mnt/camera
That should allow you to browse into /mnt/camera and navigate down to your pictures. You may need to mess with the permissions to copy/modify them.

Peace,
JimBass
 
Old 09-16-2006, 02:21 AM   #6
/bin/bash
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Mandrake Slackware-current QNX4.25
Posts: 1,802

Rep: Reputation: 47
With your camera pluged in try this:
gphoto2 -L
 
Old 09-16-2006, 06:47 AM   #7
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Quote:
Originally Posted by tytono
I went over to the Camera Title and put in Nikon L3
and chose USB then, Enter

The following came up.

Under Title, Nikon L3
Under Model, AEG Snap 300
Under Port, usb:
Under Path, There was nothing.

Could the problem be in, no Path?
If it is, what would I have to do?

Papamo
This camera uses a SD memory module as far as I can see so it will be treated as a storage device. Create a new directory under root called /camera or use /mnt/camera or /mnt/NikonL3 its entirely up to you. Add the following line to /etc/fstab;

/dev/sda1 /mnt/camera vfat rw,user,noauto 0 0

note the /mnt/camera depends on the directory structure you choose.

In digikam go to Camera -> add new and on the right under camera title enter the name then select usb and under mount path add the line as in the fstab eg as above ;
/mnt/camera

To get it working from the command line as root do;

mount /dev/sda1 /mnt/camera or

if you are using kde then go to System -> Info Centre -> storage devices click on the device and select mount. Now go back to digikam and select the camera and it should show the pictures.

Last edited by TigerOC; 09-16-2006 at 06:49 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Nikon D50 digital camera ? tongliu8 Linux - Hardware 3 11-15-2006 08:15 AM
gthumb crashes, when I try to import photos from my nikon camera laurentwahl Linux - Software 3 07-29-2005 02:58 AM
Linux drivers for a Nikon 4100 coolpix camera OldSarge Linux - Software 6 06-29-2005 04:30 PM
cant access Nikon D70 camera lemuel Linux - Hardware 5 01-08-2005 08:18 AM
connecting Nikon Coolpix 4300 to mandrake 9.1 andersh3 Linux - Hardware 6 10-21-2003 08:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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