From owner-freebsd-usb@freebsd.org Wed May 10 20:06:34 2017 Return-Path: Delivered-To: freebsd-usb@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4FC45D5BC25 for ; Wed, 10 May 2017 20:06:34 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C221899 for ; Wed, 10 May 2017 20:06:34 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 0DF6B2602EC; Wed, 10 May 2017 22:06:32 +0200 (CEST) Subject: Re: i can't mount card reader from freebsd 11 To: =?UTF-8?B?0YHQtdGA0LPQtdC5INCy0L7Qu9C60L7QstC40Yc=?= , freebsd-usb@freebsd.org References: From: Hans Petter Selasky Message-ID: <81d427af-e098-c723-a6db-c64b6c992c38@selasky.org> Date: Wed, 10 May 2017 22:04:34 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2017 20:06:34 -0000 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 (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