LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-17-2006, 10:53 AM   #1
RodWC
Member
 
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180

Rep: Reputation: 30
My Digital Camera Works? Or not!


Hi all. Debian Sarge with about half Sid packages, including KDE 3.5. Kernel 2.6.14 (it's about time I put this info in my profile I think!). IBM A31 Thinkpad.
Anyway, I can connect a digital camera to my computer, and it pops right up on the desktop, which is totally cool, but when I click to open it, it's empty! Even when i know I have pictures on there. Any ideas why? Happened with two cameras so far. I have a third camera but don't have a driver for it.
 
Old 01-17-2006, 11:06 AM   #2
deroB
Member
 
Registered: Dec 2005
Location: Sydney, Australia
Distribution: Arch Linux
Posts: 208

Rep: Reputation: 30
Are the pictures stored in the camera or on a SD/MMC card or similar?
I Cannot access pics from my camera's internal memory(all 16 megs) but i can from the smart-card.
Maybe you can move the pictures to the memory card if this is the case?

Last edited by deroB; 01-17-2006 at 11:11 AM.
 
Old 01-17-2006, 12:54 PM   #3
RodWC
Member
 
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180

Original Poster
Rep: Reputation: 30
One camera has a CompactFlash card, the other a SD card. Both have pictures stored on the card itself, and in fact, the one camera doesn't have any internal memory at all.

I tried mounting sda0 or sda1 which some people recommended, but those devices don't exist.

I also have never been able to access my USB hard drive, if that would give someone any clues. But it's NTFS so I partially blamed it on that. Are there modules I need to load?

Last edited by RodWC; 01-17-2006 at 12:55 PM.
 
Old 01-17-2006, 02:33 PM   #4
anti.corp
Member
 
Registered: Nov 2005
Location: Copenhagen
Distribution: Debian E, Vectorlinux 5.1std, Arch, Gentoo 2006.0
Posts: 576

Rep: Reputation: 30
Did you add yourself to the 'camera' group?

If not you can do it by issuing this command (as root)
Code:
adduser user_name camera
Then logout and back in.


Maybe.
 
Old 01-17-2006, 06:29 PM   #5
RodWC
Member
 
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180

Original Poster
Rep: Reputation: 30
Okay, I used KDE's user manager to put me in the camera group. I think we're getting somewhere! I logged myself out, then back in again. Plugged in the camera, opened it up, and saw a folder entitled "Kodak DX3900", clicked on that, saw another link with the same name, clicked on that, then hit another dead end:

"An error occurred while loading system:/media/camera/camera/camera:
Unknown error
Bad parameters"

This is using Konqueror. There has got to be something I'm missing, right?
 
Old 01-18-2006, 06:41 AM   #6
anti.corp
Member
 
Registered: Nov 2005
Location: Copenhagen
Distribution: Debian E, Vectorlinux 5.1std, Arch, Gentoo 2006.0
Posts: 576

Rep: Reputation: 30
Ok,

Plugin your camera, and run this from a terminal:
Code:
dmesg
Now take a look at your cameras mountpoint.

Then add this line to your /etc/fstab

/etc/fstab "/dev/yourmountpoint /media/usbcamera vfat rw,users,noauto 0 0"

Unplug your camera, reboot.

Now plug it in, and see what happens.

 
Old 01-18-2006, 03:05 PM   #7
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by antiloaded
Ok,

Plugin your camera, and run this from a terminal:
Code:
dmesg
Now take a look at your cameras mountpoint.

Then add this line to your /etc/fstab

/etc/fstab "/dev/yourmountpoint /media/usbcamera vfat rw,users,noauto 0 0"

Unplug your camera, reboot.

Now plug it in, and see what happens.

The reboot is not necessary you would be able to mount the camera once the entry is in the /etc/fstab. Also you would have wanted to do mkdir /media/usbcamera I doubt that would already exist on the system at least not on mine anyways.
 
Old 01-18-2006, 04:03 PM   #8
RodWC
Member
 
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180

Original Poster
Rep: Reputation: 30
I don't know, I feel dumb, but this is the only thing I get out of dmesg:
"usb 2-2: new full speed USB device using uhci_hcd and address 2"

Just that one line, and that's it, when I turn the camera on. I notice there is a new kernel out (2.6.15.something), perhaps I should download and install the kernel image and see if it works then? I get this feeling I'm missing a module or something. Just because I compiled my own custom kernel and changed a bunch of stuff. Perhaps I should go back to the default Debian kernel and get a new version while I'm at it.

Last edited by RodWC; 01-18-2006 at 04:05 PM.
 
Old 01-20-2006, 08:07 AM   #9
RodWC
Member
 
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180

Original Poster
Rep: Reputation: 30
Well I installed a new kernel, headers, and source. Apparently that didn't solve the problem, as it still doesn't show me what device my camera is.
 
Old 01-20-2006, 05:52 PM   #10
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
RodWC check out this page http://thegoldenear.org/toolbox/unic...ian-sarge.html The author covers usb camera install config on sarge and etch along with other goodies. Enjoy.
 
Old 01-21-2006, 02:28 PM   #11
corvax
LQ Newbie
 
Registered: Jan 2006
Posts: 13

Rep: Reputation: 0
I had the same problem funny thing though is when i use f-spot it can grab the pictures from the camera.
 
Old 01-21-2006, 02:44 PM   #12
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
apt-cache policy hal;apt-cache policy udev;apt-cache policy hotplug show? If you have mainly sarge/etch or sarge/sid system probably hotplug is not being used since hal and udev replace it. So your camera config may be affected by that hal/udev. you may need to purge hotplug if you have hal/udev.
Users more knowledgeable with hal/udev can give better help if LQ wikis or LQ tutorials dont cover your needs. Good luck.

Last edited by lestoil; 01-21-2006 at 02:50 PM.
 
  


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
Digital Camera jnicou Mandriva 1 05-21-2005 03:38 PM
Please help me with my digital camera Martin_St Linux - Hardware 13 07-30-2004 12:14 PM
Digital Camera matt3333 Slackware 4 10-05-2003 09:49 PM
What digital camera ? phoeniXflame General 12 04-30-2003 03:22 PM
Digital camera NSKL Linux - Hardware 2 09-13-2002 01:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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