Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2014 20:32:29 +0100
From:      Hans Petter Selasky <hps@bitfrost.no>
To:        =?ISO-8859-1?Q?Gerrit_K=FChn?= <gerrit.kuehn@aei.mpg.de>
Cc:        freebsd-usb@FreeBSD.org
Subject:   Re: ATP USB flash failure (regression?)
Message-ID:  <52E01CCD.8010000@bitfrost.no>
In-Reply-To: <20140122161205.77018862.gerrit.kuehn@aei.mpg.de>
References:  <20140122134116.1c589702.gerrit.kuehn@aei.mpg.de>	<52DFC03F.6090002@bitfrost.no>	<20140122154508.0958e414.gerrit.kuehn@aei.mpg.de>	<52DFDBE8.10004@bitfrost.no> <20140122161205.77018862.gerrit.kuehn@aei.mpg.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/22/14 16:12, Gerrit Kühn wrote:
> On Wed, 22 Jan 2014 15:55:36 +0100 Hans Petter Selasky <hps@bitfrost.no>
> wrote about Re: ATP USB flash failure (regression?):
>
> HPS> > I'm not sure I understand what to do here. The old quirk setting
> HPS> > that worked before was 0x0100. However, it looks like I cannot set
> HPS> > these, anyway:
>
> HPS> > root@mclane:~ # usbconfig -d 1.4 add_quirk NO_SYNCHRONIZE_CACHE
> HPS> > Adding quirk 'NO_SYNCHRONIZE_CACHE' failed, continuing.
>
> HPS> Correcting myself:
> HPS> usbconfig -d X.Y add_quirk UQ_MSC_NO_SYNC_CACHE
>
> I can add this just fine now. However, on reset it still fails:
>
> ---
> root@mclane:~ # usbconfig -d 1.4 add_quirk UQ_MSC_NO_SYNC_CACHE
> root@mclane:~ # usbconfig -d 1.4 reset
>
> umass0: at uhub3, port 5, addr 4 (disconnected)
> umass0: <ATP Electronics ATP IG eUSB SSD, class 0/0, rev 2.00/11.00, addr
> 4> on usbus1 umass0:  SCSI over Bulk-Only; quirks = 0x4101
> umass0:8:0:-1: Attached to scbus8
> (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 00 00 24 00
> (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 00 00 00 24 00
> (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 00 00 00 24 00
> (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 00 00 00 24 00
> (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 00 00 00 24 00
> (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error
> (probe0:umass-sim0:0:0:0): Error 5, Retries exhausted
> ---
>

Hi,

Try to also reset the parent HUB. That should clear the old quirks.

usbconfig -d 1.1 set_config 255
usbconfig -d 1.1 set_config 0

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52E01CCD.8010000>