It was said: >For the Zio try adding the following to drivers/usb/storage/unusual_dev.h > > UNUSUAL_DEV( 0x04e6, 0x1010, 0x0000, 0x9999, > "SCM Microsystems zio", > "eUSB SmartMedia / CompactFlash Adapter", > US_SC_SCSI, US_PR_DPCM_USB, NULL, > US_FL_START_STOP), > >that ought to work. If it still gives you trouble try replacing >US_PR_DPCM_USB with US_PR_EUSB_SDDR09.
I had to replace the US_PR_DPCM_USB with US_PR_EUSB_SDDR09 to get any reaction out of the module. I now see: Jan 5 12:17:27 fastbox kernel: Initializing USB Mass Storage driver... Jan 5 12:17:27 fastbox kernel: usb.c: registered new driver usb-storage Jan 5 12:17:27 fastbox kernel: scsi0 : SCSI emulation for USB Mass Storage devices Jan 5 12:17:27 fastbox kernel: Vendor: SCM Micr Model: eUSB SmartMedia Rev: 0005 Jan 5 12:17:27 fastbox kernel: Type: Direct-Access ANSI SCSI revision: 02 Jan 5 12:17:27 fastbox kernel: Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 Jan 5 12:18:32 fastbox kernel: usb_control/bulk_msg: timeout fastbox:/proc # cat scsi/scsi Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: SCM Micr Model: eUSB SmartMedia Rev: 0005 Type: Direct-Access ANSI SCSI revision: 02 After the timeout message, modprobe or insmod are hung. The box requires a power off to shutdown and of course a mount of sda never returns. Suggestions on what to try next,please. Matt _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
