Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 May 2017 22:04:34 +0200
From:      Hans Petter Selasky <hps@selasky.org>
To:        =?UTF-8?B?0YHQtdGA0LPQtdC5INCy0L7Qu9C60L7QstC40Yc=?= <sergey.v28061999@gmail.com>, freebsd-usb@freebsd.org
Subject:   Re: i can't mount card reader from freebsd 11
Message-ID:  <81d427af-e098-c723-a6db-c64b6c992c38@selasky.org>
In-Reply-To: <CAFv2jsza0ijG9Mk6w94A3eooMrsXz=XWA5W258Fc-OvCKv_p6w@mail.gmail.com>
References:  <CAFv2jsza0ijG9Mk6w94A3eooMrsXz=XWA5W258Fc-OvCKv_p6w@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 05/10/17 19:31, сергей волкович wrote:
> good afternoon
> I have a problem installing a flash drive under free bsd 11 UTB is
> Quite important for me
> Output dmesg
> (da0:umass-sim0:0:0:0): READ(10). CDB: 28 00 00 ed ff fe 00 00 01 00
> (da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error
> (da0:umass-sim0:0:0:0): Retrying command
> 
> type memorycard <mxt-usb> (card reader)

Hi,

Try to set some quirks for your device using:

usbconfig -d X.Y add_quirk XXX

Then re-plug your device and see if it enumerates.

Where XXX is one of:

UQ_MSC_NO_INQUIRY
UQ_MSC_NO_SYNC_CACHE

UQ_MSC_NO_TEST_UNIT_READY
UQ_MSC_NO_RS_CLEAR_UA
UQ_MSC_NO_START_STOP
UQ_MSC_NO_GETMAXLUN
UQ_MSC_NO_INQUIRY_EVPD
UQ_MSC_NO_PREVENT_ALLOW

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?81d427af-e098-c723-a6db-c64b6c992c38>