Hi,
Your camera , as a mass-storage device,
is a emulated SCSI device for Linux, so if you look at your logs you can
see which drive it is bounded to, and so you can mount that drive and reach your
photos.
For mine ( a cheap digital camera costed
me 100$) it is /dev/sdb, cause i have a scsi disk at /dev/sda. I mount usb cam
like :
mount /dev/sdb /mnt/camera
and it just works. (My cam is not
supported by gtkam either by the way)
Be careful not to give something like
/dev/sdb1 sdb2 or so, you have to give only the device not a
partiton.
Generally digi cams have fat fs inside the
internal memory so it wont be a problem for Psyche to mount it with its default
kernel.
YOu can examine the logs to see the usb
mass storage like ;
dmesg|grep usb
Cheers;
hakan.
|
- USB Camera and SCSI Mass Storage device Dan Devine
- Re: USB Camera and SCSI Mass Storage device Stephen Carville
- Re: USB Camera and SCSI Mass Storage device Dan Devine
- Re: USB Camera and SCSI Mass Storage dev... HakanTerzioglu
- Re: USB Camera and SCSI Mass Storage... Dan Devine
- Re: USB Camera and SCSI Mass St... HakanTerzioglu
- Re: USB Camera and SCSI Mas... Stephen Carville
- Re: USB Camera and SCSI... Dan Devine
- Re: USB Camera and SCSI... Dennis Gilmore
- Re: USB Camera and SCSI Mass St... Bret Comstock Waldow
- Re: USB Camera and SCSI Mas... Dennis Gilmore
- SOLVED: USB Camera and ... Dan Devine
- Re: USB Camera and SCSI Mass Storage dev... Kent Nyberg