Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-17-2006, 10:53 AM
|
#1
|
Member
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180
Rep:
|
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.
|
|
|
01-17-2006, 11:06 AM
|
#2
|
Member
Registered: Dec 2005
Location: Sydney, Australia
Distribution: Arch Linux
Posts: 208
Rep:
|
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.
|
|
|
01-17-2006, 12:54 PM
|
#3
|
Member
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180
Original Poster
Rep:
|
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.
|
|
|
01-17-2006, 02:33 PM
|
#4
|
Member
Registered: Nov 2005
Location: Copenhagen
Distribution: Debian E, Vectorlinux 5.1std, Arch, Gentoo 2006.0
Posts: 576
Rep:
|
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.
|
|
|
01-17-2006, 06:29 PM
|
#5
|
Member
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180
Original Poster
Rep:
|
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?
|
|
|
01-18-2006, 06:41 AM
|
#6
|
Member
Registered: Nov 2005
Location: Copenhagen
Distribution: Debian E, Vectorlinux 5.1std, Arch, Gentoo 2006.0
Posts: 576
Rep:
|
Ok,
Plugin your camera, and run this from a terminal:
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.
|
|
|
01-18-2006, 03:05 PM
|
#7
|
Senior Member
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170
|
Quote:
Originally Posted by antiloaded
Ok,
Plugin your camera, and run this from a terminal:
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.
|
|
|
01-18-2006, 04:03 PM
|
#8
|
Member
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180
Original Poster
Rep:
|
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.
|
|
|
01-20-2006, 08:07 AM
|
#9
|
Member
Registered: Oct 2005
Distribution: SolydK, Linux Mint KDE, Debian
Posts: 180
Original Poster
Rep:
|
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.
|
|
|
01-20-2006, 05:52 PM
|
#10
|
Member
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815
Rep:
|
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.
|
|
|
01-21-2006, 02:28 PM
|
#11
|
LQ Newbie
Registered: Jan 2006
Posts: 13
Rep:
|
I had the same problem funny thing though is when i use f-spot it can grab the pictures from the camera.
|
|
|
01-21-2006, 02:44 PM
|
#12
|
Member
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 02:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|