Re: USB (internally fixed) card reader questions

From: Hans Petter Selasky <hselasky_at_c2i.net>
Date: Sat, 30 May 2009 11:40:58 +0200
On Saturday 30 May 2009, Harald Schmalzbauer wrote:
> Hans Petter Selasky schrieb am 30.05.2009 11:19 (localtime):
> ums0: <Elan PS/2+USB Mouse, class 0/0, rev 1.10/23.24, addr 2> on usbus6
> ums0: 5 buttons and [XYZ] coordinates ID=0
> ugen5.2: <Cherry GmbH> at usbus5
> (probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0
> (probe0:umass-sim0:0:0:1): CAM Status: SCSI Status Error
> (probe0:umass-sim0:0:0:1): SCSI Status: Check Condition
> (probe0:umass-sim0:0:0:1): NOT READY csi:0,aa,55,40 asc:3a,0
> (probe0:umass-sim0:0:0:1): Medium not present
> (probe0:umass-sim0:0:0:1): Unretryable error
> da1 at umass-sim0 bus 0 target 0 lun 1
> da1: <Generic USB CF Reader 1.01> Removable Direct Access SCSI-0 device
> da1: 40.000MB/s transfers
> da1: Attempt to query device size failed: NOT READY, Medium not present
> (probe0:umass-sim0:0:0:2): TEST UNIT READY. CDB: 0 40 0 0 0 0
> (probe0:umass-sim0:0:0:2): CAM Status: SCSI Status Error
> (probe0:umass-sim0:0:0:2): SCSI Status: Check Condition
> (probe0:umass-sim0:0:0:2): NOT READY csi:0,aa,55,40 asc:3a,0
> (probe0:umass-sim0:0:0:2): Medium not present
> (probe0:umass-sim0:0:0:2): Unretryable error
> da2 at umass-sim0 bus 0 target 0 lun 2
> da2: <Generic USB SM Reader 1.02> Removable Direct Access SCSI-0 device
> da2: 40.000MB/s transfers
> da2: Attempt to query device size failed: NOT READY, Medium not present
> ugen6.3: <Logitech> at usbus6
> ums1: <Logitech Trackball, class 0/0, rev 1.10/2.20, addr 3> on usbus6
> ums1: 3 buttons and [XYZ] coordinates ID=0
> ugen5.3: <Reiner-SCT> at usbus5
> (probe0:umass-sim0:0:0:3): TEST UNIT READY. CDB: 0 60 0 0 0 0
> (probe0:umass-sim0:0:0:3): CAM Status: SCSI Status Error
> (probe0:umass-sim0:0:0:3): SCSI Status: Check Condition
> (probe0:umass-sim0:0:0:3): NOT READY csi:0,aa,55,40 asc:3a,0
> (probe0:umass-sim0:0:0:3): Medium not present
> (probe0:umass-sim0:0:0:3): Unretryable error
> da3 at umass-sim0 bus 0 target 0 lun 3
> da3: <Generic USB MS Reader 1.03> Removable Direct Access SCSI-0 device
> da3: 40.000MB/s transfers
> da3: Attempt to query device size failed: NOT READY, Medium not present
> Trying to mount root from ufs:/dev/ufs/titanROOT8
> GEOM_LABEL: Label ufsid/49e8c2d677b6da2e removed.
> GEOM_LABEL: Label ufsid/49e8c2e6f742ffa2 removed.
> GEOM_LABEL: Label ufsid/49e8c2f144ad65eb removed.
> GEOM_LABEL: Label ufsid/49e8cadbdb4241f0 removed.
> GEOM_LABEL: Label ufsid/49e90f157bf9cb2b removed.
> GEOM_LABEL: Label ufsid/49e90351b76c2190 removed.
> GEOM_LABEL: Label ufsid/49e90358a9ee10cf removed.
> GEOM_LABEL: Label ufsid/49e90f63972416f6 removed.
> GEOM_LABEL: Label for provider md0 is ufsid/4a1ec1717761abf3.
> GEOM_LABEL: Label ufsid/4a1ec1717761abf3 removed.
>

Hi,

Have you tried:

camcontrol rescan all

Maybe you need to add a quirk to umass.c:

sys/dev/usb/storage/umass.c

Example:

        { vendor_id_here, product_id_here, RID_WILDCARD,
                UMASS_PROTO_DEFAULT,
                NO_TEST_UNIT_READY
        },

See also previous posts from Luigi Rizzo about modding the umass.ko directly.

--HPS
Received on Sat May 30 2009 - 07:36:53 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:48 UTC