From owner-freebsd-usb@FreeBSD.ORG Fri Feb 8 10:17:26 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A5339CCD for ; Fri, 8 Feb 2013 10:17:26 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.c2i.net [212.247.155.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF359D7 for ; Fri, 8 Feb 2013 10:17:25 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe09.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 202027945; Fri, 08 Feb 2013 11:17:23 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Subject: Re: hp usb mass storage issues Date: Fri, 8 Feb 2013 11:18:34 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 10:17:26 -0000 On Friday 08 February 2013 11:15:42 CeDeROM wrote: > Hello :-) > > I got a pendrive that does not want to detect on FreeBSD 9.1 and > 9.1-RC3, here is what I get: > > ugen1.7: at usbus1 > umass0: on usbus1 > umass0: SCSI over Bulk-Only; quirks = 0x0100 > umass0:5:0:-1: Attached to scbus5 > (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 0 0 0 24 0 > (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error > (probe0:umass-sim0:0:0:0): Retrying command > (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 0 0 0 24 0 > (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error > (probe0:umass-sim0:0:0:0): Retrying command > Hi, Try to set the no synchronize cache quirk using usbconfig. --HPS