plenty complains on microSD reader Kingston FCR-MRG2
Hans Petter Selasky
hselasky at c2i.net
Wed Feb 13 12:17:40 UTC 2013
On Wednesday 13 February 2013 12:07:20 Zeus Panchenko wrote:
> Hans Petter Selasky <hselasky at c2i.net> wrote:
> > Try to set the no synchronize quirk for your device first:
> first of what, sorry?
> first of pluging the reader?
> or first of noising here? :)
>
> > usbconfig dump_quirk_names
>
> yes, a lot of them
>
> > usbconfig -d X.Y add_quirk UQ_MSC_NO_SYNC_CACHE
>
> 1. plug reader in (the same ugen1.3)
> 2. > usbconfig -d 1.3 add_quirk UQ_MSC_NO_SYNC_CACHE;echo $?
> 0
> 3. re-pluging reader and the complains are there, all the same :(
Hi,
The errors you get possibly mean your device does not support a specific SCSI
command and crashes! This is not a USB fault, but more related to CAM/SCSI
layers.
Try using:
usbdump -i usbusX -f Y -vvv -s 65536
And see if you get any ERR= which are not the same like ERR=0
31 byte transfer are wrapped SCSI commands.
13 byte transfers are SCSI status messages.
--HPS
More information about the freebsd-usb
mailing list