I have an external USB card reader that appears to be recognized by the OS (Fedora 7) but is sometimes not being mounted. /var/log/messages indicates activity but for some reason the card is not being mounted; furthermore I don't know how to mount it manually in cases when the OS doesn't (pointers would be appreciated).
Here's the activity I see when the card reader is physically inserted:
Jan 27 22:50:16 enzian kernel: usb 3-1: new high speed USB device using ehci_hcd and address 10
Jan 27 22:50:16 enzian kernel: usb 3-1: configuration #1 chosen from 1 choice
Jan 27 22:50:16 enzian kernel: scsi11 : SCSI emulation for USB Mass Storage devices
Jan 27 22:50:21 enzian kernel: scsi 11:0:0:0: Direct-Access Generic STORAGE DEVICE 9139 PQ: 0 ANSI: 0
A few seconds later the following appears:
Jan 27 22:50:51 enzian kernel: usb 3-1: reset high speed USB device using ehci_hcd and address 10
And when I physically remove the reader I see this:
Jan 27 22:51:08 enzian last message repeated 2 times
Jan 27 22:51:08 enzian kernel: usb 3-1: device not accepting address 10, error -71
Jan 27 22:51:09 enzian kernel: usb 3-1: USB disconnect, address 10
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: scsi: Device offlined - not ready after error recovery
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: rejecting I/O to offline device
Jan 27 22:51:09 enzian last message repeated 2 times
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: [sdb] READ CAPACITY failed
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: [sdb] Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK,SUGGEST_OK
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: [sdb] Sense not available.
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: rejecting I/O to offline device
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: [sdb] Write Protect is off
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: [sdb] Assuming drive cache: write through
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: [sdb] Attached SCSI removable disk
Jan 27 22:51:09 enzian kernel: sd 11:0:0:0: Attached scsi generic sg1 type 0
Jan 27 22:51:09 enzian scsi_id[5147]: scsi_id: unable to access '/block/sdb'
I don't understand what it means but there's an error message in there... As an experiment I changed the permissions on the USB ports, /dev/ttyS0 and /dev/ttyS1, to ugo+rwx (and added my username to the group, but that's redundant at this point).
If anybody has any suggestions I would be grateful.