On Sat, 13 Oct 2001, Edenyard wrote:
hub.c: USB new device connect on bus1/1, assigned device number 2 scsi0 : SCSI emulation for USB Mass Storage devices scsi: unknown type 2 Vendor: Model: Rev: Type: Printer ANSI SCSI revision: 02 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 2
OK this bit is more interesting as it is attaching the driver slightly higher up the food chain! You may not want to attach directly to /dev/sda,
try mount -t vfat /dev/sg0 /mnt/camera instead, there is some documentation for this in /usr/src/linux/Documentation/scsi-generic.txt and also on the web at http://www.torque.net/sg/p/scsi-generic_v3.txt but it is a bit highbrow for me.
Also the kernel version you are running is fairly old in 2.4 terms and may be buggy so you may need an upgrade to a newer version.
I'm sorry but I am a bit in the dark at the moment as I don't have a digital camera and have only ever used serial port ones with linux before.
Adam