On Mon, 2 May 2005 20:41:19 +1000 Ian Wienand wrote: | Hi, | | I have a Billionton branded 6-1 card reader which I can't for the life | of me get to recognise the SD card (the CF card works OK). | | I have everything I can think of turned on, including multiple lun | support. | | lsub shows me | Bus 001 Device 005: ID 0424:20fc Standard Microsystems Corp. 6-in-1 Card Reader | | And when I plug it in I get | | May 2 00:30:57 mingus kernel: usb 1-1: USB disconnect, address 2 | May 2 00:32:32 mingus kernel: usb 1-1: new full speed USB device using ohci_hcd and address 3 | May 2 00:32:32 mingus kernel: uba: device 3 capacity nsec 0 bsize 512 | | This is the same thing I get when I plug it in with no cards in it at | all. | | When I plug it in with a 8MB CF card I correctly get | | May 2 00:37:54 mingus kernel: usb 1-1: new full speed USB device using ohci_hcd and address 6 | May 2 00:37:55 mingus kernel: uba: device 6 capacity nsec 15680 bsize 512 | May 2 00:37:55 mingus kernel: uba: device 6 capacity nsec 15680 bsize 512 | May 2 00:37:55 mingus kernel: uba: uba1 | | It does take about 5 seconds or so for the SD/MMC led to come on when | plugged in with a card in it, whilst the CF led comes on immediately . | I tried a scsi bus rescan script I found somewhere incase it was too | slow coming up, but no luck. | | Any suggestions for debugging this further would be great.
Are you using the ub driver (usb block) instead of usb-storage driver (scsi over usb) on purpose? Either disable the ub driver, or if you want to use it on a multi-LUN device, Pete Zaitcev posted a ub multi-lun patch on the linux-kernel mailing list yesterday... that you could test. --- ~Randy ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
