My digital camera
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.
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
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!
March 30, 2003 07:42 PM
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!
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!
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement