Jenny Hopkins wrote: [...]
Nope, I'm flapping again.
If I plug the camera in to my laptop the device is scanned, scan complete and can be mounted. usb modules running and showing >0 are usb_storage firmware_class (?) scsi_mod usbcore
Now plug back in to PC. scan does not settle. usb modules list shows: lsmod | grep usb usb_storage 99648 0 usbhid 42336 0 usblp 20224 0
modprobe scsi_mod: FATAL: Module scsi_mod not found
Oh well, I'm stumped. There's a comment over on http://qbik.ch/usb/devices/showdev.php?id=2862 of "chose MSDC protocol on the Camera settings" by Damien Hardy but I guess you've already done that. Also, I think you want to modprobe sd rather than scsi_mod, but I would expect usb_storage to pull that in. Maybe it's built into the kernel? Could find out with "zgrep CONFIG_BLK_DEV_SD /proc/config.gz"
Good luck!