From owner-freebsd-usb@FreeBSD.ORG Wed Jan 22 14:37:49 2014 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C88BC0F for ; Wed, 22 Jan 2014 14:37:49 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id D92251EF0 for ; Wed, 22 Jan 2014 14:37:48 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id C28C317FC60; Wed, 22 Jan 2014 15:37:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 1CFD316057B; Wed, 22 Jan 2014 15:38:31 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P37Sj9HYh38F; Wed, 22 Jan 2014 15:38:30 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 50321160579; Wed, 22 Jan 2014 15:38:30 +0100 (CET) Message-ID: <52DFD7F4.6040109@bitfrost.no> Date: Wed, 22 Jan 2014 15:38:44 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Gerrit_K=FChn?= Subject: Re: ATP USB flash failure (regression?) References: <20140122134116.1c589702.gerrit.kuehn@aei.mpg.de> <52DFC03F.6090002@bitfrost.no> <20140122153546.b5c35ef8.gerrit.kuehn@aei.mpg.de> In-Reply-To: <20140122153546.b5c35ef8.gerrit.kuehn@aei.mpg.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 14:37:49 -0000 On 01/22/14 15:35, Gerrit Kühn wrote: > On Wed, 22 Jan 2014 13:57:35 +0100 Hans Petter Selasky > wrote about Re: ATP USB flash failure (regression?): > > HPS> It looks like the auto-quirk code for USB mass storage, which was > HPS> activated recently is changing the quirks for your device. The > HPS> INQUIRY command is expected to fail. Does the device work, or are you > HPS> just worried about the warnings in dmesg? > > It does not work, I do not get a proper device node (/dev/daX) anymore, and > subsequently camcontrol devlist does not see it, either. > > HPS> You can get more information by setting: > HPS> sysctl hw.usb.usb.debug=15 > HPS> while plugging your device. Search for "msctest" keyword. > > [...] > > Well, plugging is not entirely easy in this case, because this device is > sitting directly on USB header pins on the mainboard. But I'll give it a > try. > Hi, usbconfig -d X.Y reset also does the trick. --HPS