From owner-freebsd-usb@FreeBSD.ORG Fri Sep 23 06:06:48 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42639106566B for ; Fri, 23 Sep 2011 06:06:48 +0000 (UTC) (envelope-from borm@hotmail.ru) Received: from mail3.ks.pochta.ru (mail3.ks.pochta.ru [62.141.94.173]) by mx1.freebsd.org (Postfix) with ESMTP id B729F8FC13 for ; Fri, 23 Sep 2011 06:06:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qip.ru; s=dkim; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=fm400UWEA/5oW+FpR1+05vq0YlmeVg7HDg9FazTUr+Y=; b=Jk0cABePDUGw8BzdoMB8P5b/a+3IIHawNKVRGXXYcAj0Nnd3iElsfBTIxMKcsd3F2psiEHFZ4EXXxoRmLXmEnQ781tkpZEG2kcnHXgj9rcQJnacCsG1Uqd2w33mZs5X6; Received: from [85.143.127.42] (port=55120 helo=localhost) by mail3.ks.pochta.ru with esmtpa id 1R6yeV-0005PV-7K; Fri, 23 Sep 2011 09:50:23 +0400 Date: Fri, 23 Sep 2011 09:50:53 +0400 From: Andrey To: Hans Petter Selasky Message-ID: <20110923095053.402caa14@hotmail.ru> In-Reply-To: <201109221846.39305.hselasky@c2i.net> References: <201109221628.p8MGSOB1016252@red.freebsd.org> <201109221846.39305.hselasky@c2i.net> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-NoSpam-Exim-Host: 62.141.94.133 X-NoSpam-Exim-Port: 8092 X-NoSpam-Exim-Scanned: Yes X-NoSpam-Exim-Result: OK Cc: freebsd-usb@freebsd.org 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 List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2011 06:06:48 -0000 Hello, usbconfig -d 1.2 dump_device_desc ugen1.2: at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x090c idProduct = 0x1000 bcdDevice = 0x1100 iManufacturer = 0x0001 iProduct = 0x0002 iSerialNumber = 0x0003 bNumConfigurations = 0x0001 On Thu, 22 Sep 2011 18:46:39 +0200 Hans Petter Selasky wrote: > 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 >