I have a similar problem but only on one box
Bad box:
Code: Select all
usb 2-4: new high speed USB device using ehci_hcd and address 2
usb 2-4: New USB device found, idVendor=14cd, idProduct=8123
usb 2-4: New USB device strings: Mfr=1, Product=3, SerialNumber=2
usb 2-4: Product: USB 2.0 SD MMC READER
usb 2-4: Manufacturer: SDMMC MA8123
usb 2-4: SerialNumber: 812822222789
Initializing USB Mass Storage driver...
scsi8 : usb-storage 2-4:1.0
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
scsi 8:0:0:0: Direct-Access USB 2.0 SD MMC Reader PQ: 0 ANSI: 0 CCS
sd 8:0:0:0: Attached scsi generic sg3 type 0
sd 8:0:0:0: [sdc] Attached SCSI removable disk
Same kernel both machines, working machine is 64bit
Good box:
Code: Select all
usb 1-6: new high speed USB device using ehci_hcd and address 10
usb 1-6: New USB device found, idVendor=14cd, idProduct=8123
usb 1-6: New USB device strings: Mfr=1, Product=3, SerialNumber=2
usb 1-6: Product: USB 2.0 SD MMC READER
usb 1-6: Manufacturer: SDMMC MA8123
usb 1-6: SerialNumber: 812822222789
scsi12 : usb-storage 1-6:1.0
scsi 12:0:0:0: Direct-Access USB 2.0 SD MMC Reader PQ: 0 ANSI: 0 CCS
sd 12:0:0:0: Attached scsi generic sg1 type 0
sd 12:0:0:0: [sdb] 15548416 512-byte logical blocks: (7.96 GB/7.41 GiB)
sd 12:0:0:0: [sdb] Write Protect is off
sd 12:0:0:0: [sdb] Mode Sense: 03 00 00 00
sd 12:0:0:0: [sdb] Assuming drive cache: write through
sd 12:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 12:0:0:0: [sdb] Assuming drive cache: write through
sd 12:0:0:0: [sdb] Attached SCSI removable disk
And on both machines:
Code: Select all
grep CONFIG_BLK_DEV_UB /usr/src/linux/.config
# CONFIG_BLK_DEV_UB is not set