Advertisement

My digital camera

Started by March 30, 2003 03:35 PM
4 comments, last by BradDaBug 21 years, 10 months ago
How do I setup my digital camera in Mandrake 9.1? When I go to the hardware list in the Mandrake Control Center, it shows up, but only as an unknown device. It says the name of the camera, but everything else is unknown. I can''t get anything to detect it! It appears to act like a FAT removable disc in Windows, btw. Current Projects: GD Theatre Group | GK3 for Linux | Landscape Engine | Bug Hunt
I like the DARK layout!
Two things:

One, you could try mounting it with -t fat and see what happens.

Two, perhaps your kernel needs to be recompiled to allow for hardware devices to act as mounted drives.

I don''t know what else you can do offhand. What camera is it? Perhaps a Google search might find someone else who was able to get it to work on their system.
-------------------------GBGames' Blog: An Indie Game Developer's Somewhat Interesting ThoughtsStaff Reviewer for Game Tunnel
Advertisement
Its a Vivitar 3165. When I google for "vivitar linux" all I get is how it''s now certified to work in linux :/
I like the DARK layout!
You need to use the USB mass storage driver. I don''t remember the details, but a quick search for "usb mass storage" linux "digital camera" should do it.
Try:

modprobe usbcore
modprobe usb-uhci
modprobe usb-storage
mount -t auto /dev/sda1 /mnt/cam

(Change /mnt/cam to the directory you want to mount to)

Hope this works for you!


The Wild Wild West - Desperado!
The Wild Wild West - Desperado!
Its says "special device /dev/sda1 does not exist" when I try to mount the camera. I''ve also tried sda0 and sda. Nothing like that exists.
I like the DARK layout!

This topic is closed to new replies.

Advertisement