From owner-freebsd-usb@FreeBSD.ORG Thu Sep 22 16:50:15 2011 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 681781065670 for ; Thu, 22 Sep 2011 16:50:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5787B8FC21 for ; Thu, 22 Sep 2011 16:50:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8MGoFK8076565 for ; Thu, 22 Sep 2011 16:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8MGoFRS076564; Thu, 22 Sep 2011 16:50:15 GMT (envelope-from gnats) Date: Thu, 22 Sep 2011 16:50:15 GMT Message-Id: <201109221650.p8MGoFRS076564@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/160911: The usb flash drive JetFlash Transcend 16GB 1100 doesn't work by default X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2011 16:50:15 -0000 The following reply was made to PR usb/160911; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Andrey , freebsd-gnats-submit@freebsd.org Subject: Re: usb/160911: The usb flash drive JetFlash Transcend 16GB 1100 doesn't work by default Date: Thu, 22 Sep 2011 18:46:39 +0200 On Thursday 22 September 2011 18:28:24 Andrey wrote: > >Number: 160911 > >Category: usb > >Synopsis: The usb flash drive JetFlash Transcend 16GB 1100 doesn't > >work by default Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Sep 22 16:30:05 UTC 2011 > >Closed-Date: > >Last-Modified: > >Originator: Andrey > >Release: FreeBSD 9.0-BETA2 > >Organization: > > >Environment: > reeBSD localhost 9.0-BETA2 FreeBSD 9.0-BETA2 #9 r225639M: Sat Sep 17 > 20:06:00 MSK 2011 root@localhost:/usr/obj/usr/src/sys/GENERIC amd64 > > >Description: > The usb flash drive JetFlash Transcend 16GB 1100 doesn't work by default: > dmesg; > > ugen3.2: at usbus3 > umass0: > on usbus3 umass0: SCSI over Bulk-Only; quirks = 0x0000 > umass0:13:0:-1: Attached to scbus13 > ugen3.2: at usbus3 (disconnected) > umass0: at uhub3, port 1, addr 2 (disconnected) > > usbconfig: > > at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) > pwr=ON > > /dev/ haven't any da* devices. > > >How-To-Repeat: > plug in usb flash drive JetFlash Transcend 16GB 1100 > > >Fix: > usbconfig -d 3.2 add_quirk UQ_MSC_NO_SYNC_CACHE > usbconfig -d 3.2 reset > > mount_msdos /dev/da0s1 /mnt/flash > done Hi, Can you dump the USB device descriptor of your device? --HPS