From owner-freebsd-usb@FreeBSD.ORG Mon May 26 06:15:33 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC10B259 for ; Mon, 26 May 2014 06:15:33 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A13FC2B4B for ; Mon, 26 May 2014 06:15:33 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 618441FE026; Mon, 26 May 2014 08:15:28 +0200 (CEST) Message-ID: <5382DC2B.4040504@selasky.org> Date: Mon, 26 May 2014 08:16:11 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "Ronald F. Guilmette" , freebsd-usb@freebsd.org Subject: Re: Test Results References: <1986.1401074203@server1.tristatelogic.com> In-Reply-To: <1986.1401074203@server1.tristatelogic.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 06:15:33 -0000 On 05/26/14 05:16, Ronald F. Guilmette wrote: > 2) As can be seen in the "desktop2-varlogmessages.txt' log file, on that > one system there were also a number of additional errors logged after the > Hitachi Touro Mobile drive was plugged in: > > (probe0:umass-sim2:2:0:0): INQUIRY. CDB: 12 00 00 00 24 00 > (probe0:umass-sim2:2:0:0): CAM status: CCB request completed with an error > (probe0:umass-sim2:2:0:0): Retrying command > (probe0:umass-sim2:2:0:0): INQUIRY. CDB: 12 00 00 00 24 00 > (probe0:umass-sim2:2:0:0): CAM status: CCB request completed with an error > (probe0:umass-sim2:2:0:0): Retrying command > (probe0:umass-sim2:2:0:0): INQUIRY. CDB: 12 00 00 00 24 00 > (probe0:umass-sim2:2:0:0): CAM status: CCB request completed with an error > (probe0:umass-sim2:2:0:0): Retrying command Hi, This error is typical for no-synchronize-cache. 1) Lookup the device above using "usbconfig". 2) Add the quirk, where X.Y are the numbers after "ugen". usbconfig -d X.Y add_quirk UQ_MSC_NO_SYNC_CACHE 3) Replug this device. --HPS