Results 1 to 10 of 10
I have a digital camera but it works like a USB storage device, i cant seem to get it working....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-21-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 41
USB Storage
I have a digital camera but it works like a USB storage device, i cant seem to get it working.
- 10-22-2005 #2
Can you give us more details like the brand and if it has any drivers for linux?
- 10-22-2005 #3
What errors do you get and how are you trying to access it?
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 10-22-2005 #4Just Joined!
- Join Date
- Aug 2005
- Posts
- 41
its a olympus camedia c-4000 and i dont know ****
- 10-22-2005 #5Linux Newbie
- Join Date
- Apr 2005
- Location
- CT --> PA
- Posts
- 170
well, if it functions like a standard USB storage device...i believe you need the following...
1) support for USB devices
2) kernel support (or module) for SCSI devices, as they are mounted like SCSI devices at the /dev/sda* mount point
so for me, i mount my nikon like so
"mkdir /nikon"
"mount /dev/sda1 /nikon"
and bang, i cd to /nikon and voila!Chicks dig giant mechanized war machines
- 10-22-2005 #6Just Joined!
- Join Date
- Aug 2005
- Posts
- 41
bash-3.00# mount /dev/sda1 /mnt/camera
mount: /dev/sda1 is not a valid block device
- 10-22-2005 #7Linux Newbie
- Join Date
- Apr 2005
- Location
- CT --> PA
- Posts
- 170
ok, well, it appears that your computer does not have SCSI compiled, or modules loaded...(or SCSI emulation (which i believe is required for common USB block storage devices), as it gives you errors accessing /dev/sda*. You need to either uncomment the appropriate scsi modules to load them, or recompile your kernel to include the SCSI emulation / support so that the block device tag /dev/sda* becomes a valid device.
once you get /dev/sda* to be recognized, you will be legit...and just to make it easy...i would drop the /mnt in front of camera...make a directory named /camera and bind the block device driver there...that way you don't have to type 4 more letters to access it (i am a lazy union guy, so the less work the better) :-0Chicks dig giant mechanized war machines
- 10-22-2005 #8Just Joined!
- Join Date
- Aug 2005
- Posts
- 41
where would i uncomment this, and if its harder than that, how do i recompile m kernal
- 10-22-2005 #9Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
If it is pure Slackware kernel i mean you dont compile it later without SCSI or USB support, it must have the support for your USB tools.
What is the output ofafter you plug the camera.Code:dmesg | tail
And what is the version of Slackware. 10.1 or 10.2. I encounterd some problems with USB for 10.2. I created sda1 myself with.Code:mknod sda1 b 8 1
Just a Newbie....Looking 4 Info....
- 10-22-2005 #10Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
you dont use udev?
why not?


Reply With Quote
