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 |
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.
|
 |
05-27-2003, 11:35 PM
|
#1
|
LQ Newbie
Registered: Dec 2002
Posts: 19
Rep:
|
usb digital camera problem
I just purchased a Panasonic Lumix DMC-LC33. Under the USB view configuration program it shows the camera when the camera is on. However, I cannot download images from it. Also, the camera is not listed under the default Mandrake 9.0 digital camera configuration section. I figure the USB port recognizes the camera so there should be some way of simply downloading the pictures from it. Any help will be very much appreciated. Thanks
|
|
|
05-28-2003, 12:14 AM
|
#2
|
Senior Member
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503
Rep:
|
Try this thread. Although it is in Slackware it has some good points for getting cameras to work. Most cameras have a vfat filesystem. I have a fuji camera that is not supported but I made a mountpoint for it and added it to /etc/fstab and it mounts like any other filesystem.
|
|
|
05-28-2003, 12:49 AM
|
#3
|
LQ Newbie
Registered: Dec 2002
Posts: 19
Original Poster
Rep:
|
I appreciate the post. However, I saw this post before and I have to be honest with you it is alittle over my head. I'm not familiar with vfat files and I wouldn't even know where to "run a dmesg." Is there a post that maybe gives alittle more detail. I tried to make a mount point but was unsuccesful. Thanks agian for the reply.
|
|
|
05-28-2003, 03:58 AM
|
#4
|
Senior Member
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503
Rep:
|
Well this is what I did to get my camera to work(as root):
mkdir /mnt/camera
added the following line to /etc/fstab
/dev/sda1 /mnt/camera vfat noauto,owner,ro,user
then you should be able to simply mount /mnt/camera and dig down into the directory to find your pictures.
|
|
|
05-28-2003, 07:05 AM
|
#5
|
LQ Newbie
Registered: Dec 2002
Posts: 19
Original Poster
Rep:
|
I can make a /mnt/camera directory but I do not know how to add to the /etc file.
|
|
|
05-28-2003, 08:58 AM
|
#6
|
Member
Registered: May 2003
Distribution: Solaris 10, Solaris 8.0, Fedora Core 3
Posts: 203
Rep:
|
Quote:
Originally posted by jcabral3
I can make a /mnt/camera directory but I do not know how to add to the /etc file.
|
jcabral3,
I had the same problem with my digital camera. I had to figure out the name for it in the /dev directory. Its probably sbd1. So I had to this command: mount /dev/sdb1 /mnt/camera
This mounts the camera on directory that you created. Run these commands to figure out what the device name is:
modprobe usb-storage
dmesg | less
You're going to get alot of output. Pay attention to the USB entries. It will give you device name.
|
|
|
05-29-2003, 08:29 AM
|
#7
|
LQ Newbie
Registered: Dec 2002
Posts: 19
Original Poster
Rep:
|
I was able to get the pictures! What I did was changed from KDE to Gnome. Then I tried making the mount point in the editor. I turned on my camera right clicked on the desktop clicked mount camera and then I could download the files right off the camera. I wanted to give an update to let anyone with this camera know you can get the pics off of it. Panasonic Lumix DMC-LC33 running with Mandrake 9.0 Thanks for all the help.
|
|
|
All times are GMT -5. The time now is 09:38 PM.
|
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
|
|