servo888
04-12-2004, 09:10 AM
I'm having some problems getting my cardreader to work. So I plug in the usb reader and dmesg says it's pluged in.
usb 2-1: new full speed USB device using address 16
scsi8 : SCSI emulation for USB Mass Storage devices
Vendor: SOYO Model: CF/MD Rev: 0204
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi removable disk sdd at scsi8, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi8, channel 0, id 0, lun 0, type 0
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 16
So the card reader works. Now lets say I have a CF card pluged in it returns:
scsi9 : SCSI emulation for USB Mass Storage devices
Vendor: SOYO Model: CF/MD Rev: 0204
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sdd: 250880 512-byte hdwr sectors (128 MB)
sdd: assuming Write Enabled
sdd: assuming drive cache: write through
/dev/scsi/host9/bus0/target0/lun0: p1
So I can read / write to the CF card (well not right now because it's dead {*sigh* I/O errors}), so it creates something like /dev/sda1.
But when a SD card is present nothing is returned and no scsi device is created in /dev/. What could I be doing wrong, or what am I missing?
thanks for listening
-servo
usb 2-1: new full speed USB device using address 16
scsi8 : SCSI emulation for USB Mass Storage devices
Vendor: SOYO Model: CF/MD Rev: 0204
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi removable disk sdd at scsi8, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi8, channel 0, id 0, lun 0, type 0
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 16
So the card reader works. Now lets say I have a CF card pluged in it returns:
scsi9 : SCSI emulation for USB Mass Storage devices
Vendor: SOYO Model: CF/MD Rev: 0204
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sdd: 250880 512-byte hdwr sectors (128 MB)
sdd: assuming Write Enabled
sdd: assuming drive cache: write through
/dev/scsi/host9/bus0/target0/lun0: p1
So I can read / write to the CF card (well not right now because it's dead {*sigh* I/O errors}), so it creates something like /dev/sda1.
But when a SD card is present nothing is returned and no scsi device is created in /dev/. What could I be doing wrong, or what am I missing?
thanks for listening
-servo