Re: ATP USB flash failure (regression?)

2014-01-24 Thread Hans Petter Selasky
On 01/24/14 15:24, Gerrit Kühn wrote: On Thu, 23 Jan 2014 10:57:20 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS Author: hselasky HPS Date: Sun Jan 12 21:21:19 2014 HPS New Revision: 260575 HPS URL: http://svnweb.freebsd.org/changeset/base

Re: ATP USB flash failure (regression?)

2014-01-24 Thread Gerrit Kühn
On Fri, 24 Jan 2014 15:29:47 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS Else you will need to tell us which version of 9-stable is the HPS working one, if you did not do already. No, I didn't because I do not know exactly. After installing

Re: ATP USB flash failure (regression?)

2014-01-24 Thread Gerrit Kühn
On Thu, 23 Jan 2014 11:08:14 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS At least the quirks changed. I suspect you need to physically HPS re-power the device and add the quirk to usb_quirk.c, because the HPS device does not appear

Re: ATP USB flash failure (regression?)

2014-01-24 Thread Hans Petter Selasky
On 01/24/14 16:04, Gerrit Kühn wrote: + USB_QUIRK(ATP, EUSB, 0x14af, 0xaf01, UQ_MSC_NO_SYNC_CACHE), Hi, Those two numbers are the revision. Just use 0x, and 0x like the others until further. --HPS ___ freebsd-usb@freebsd.org mailing

Re: ATP USB flash failure (regression?)

2014-01-24 Thread Gerrit Kühn
On Fri, 24 Jan 2014 16:08:06 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS Those two numbers are the revision. Just use 0x, and 0x like HPS the others until further. Ok, looks like the quirk has at least changed now, but it still does

Re: ATP USB flash failure (regression?)

2014-01-23 Thread Gerrit Kühn
On Wed, 22 Jan 2014 20:32:29 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS Try to also reset the parent HUB. That should clear the old quirks. HPS usbconfig -d 1.1 set_config 255 HPS usbconfig -d 1.1 set_config 0 Still no joy (and no device

Re: ATP USB flash failure (regression?)

2014-01-23 Thread Gerrit Kühn
On Wed, 22 Jan 2014 20:37:33 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS 0x0100 means no quirks and only one LUN. Should I try that then? The latest try resulted in umass0: SCSI over Bulk-Only; quirks = 0x4000 HPS BTW: In exactly what

Re: ATP USB flash failure (regression?)

2014-01-23 Thread Hans Petter Selasky
On 01/23/14 09:59, Gerrit Kühn wrote: root@mclane:~ # usbconfig -d 1.1 set_config 255 root@mclane:~ # usbconfig -d 1.1 set_config 0 root@mclane:~ # usbconfig -d 1.4 add_quirk UQ_MSC_NO_SYNC_CACHE root@mclane:~ # usbconfig -d 1.4 reset Hi, The set_config command should be after the add quirk

Re: ATP USB flash failure (regression?)

2014-01-23 Thread Hans Petter Selasky
On 01/23/14 10:02, Gerrit Kühn wrote: On Wed, 22 Jan 2014 20:37:33 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS 0x0100 means no quirks and only one LUN. Should I try that then? The latest try resulted in umass0: SCSI over Bulk-Only

Re: ATP USB flash failure (regression?)

2014-01-23 Thread Gerrit Kühn
On Thu, 23 Jan 2014 10:54:40 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS The set_config command should be after the add quirk command. Any HPS difference? Um, no? --- root@mclane:~ # usbconfig -d 1.4 add_quirk UQ_MSC_NO_SYNC_CACHE root

Re: ATP USB flash failure (regression?)

2014-01-23 Thread Hans Petter Selasky
On 01/23/14 11:00, Gerrit Kühn wrote: 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 = 0x4000 umass0:8:0:-1: Attached to scbus8 Hi, At least the quirks changed. I suspect you need to physically re-power the device and

Re: ATP USB flash failure (regression?)

2014-01-23 Thread Gerrit Kühn
On Thu, 23 Jan 2014 10:57:20 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS Author: hselasky HPS Date: Sun Jan 12 21:21:19 2014 HPS New Revision: 260575 HPS URL: http://svnweb.freebsd.org/changeset/base/260575 HPS HPS You can try reverting

Re: ATP USB flash failure (regression?)

2014-01-23 Thread Hans Petter Selasky
On 01/23/14 13:54, Gerrit Kühn wrote: On Thu, 23 Jan 2014 10:57:20 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS Author: hselasky HPS Date: Sun Jan 12 21:21:19 2014 HPS New Revision: 260575 HPS URL: http://svnweb.freebsd.org/changeset/base

Re: ATP USB flash failure (regression?)

2014-01-23 Thread Gerrit Kühn
On Thu, 23 Jan 2014 14:12:08 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS BTW: What filesystem are you using on this disk? I did not use it at all so far. I just installed it along with the new machine a few weeks ago because I had

Re: ATP USB flash failure (regression?)

2014-01-22 Thread Gerrit Kühn
On Wed, 22 Jan 2014 13:57:35 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS QUIRKS 0x4101 are: HPS HPS #define NO_SYNCHRONIZE_CACHE0x4000 HPS #define NO_GETMAXLUN0x0100 HPS #define NO_TEST_UNIT_READY 0x0001 HPS HPS If you

Re: ATP USB flash failure (regression?)

2014-01-22 Thread Gerrit Kühn
On Wed, 22 Jan 2014 15:38:44 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS Well, plugging is not entirely easy in this case, because this HPS device is sitting directly on USB header pins on the mainboard. But HPS I'll give it a try. HPS

Re: ATP USB flash failure (regression?)

2014-01-22 Thread Hans Petter Selasky
On 01/22/14 15:45, Gerrit Kühn wrote: On Wed, 22 Jan 2014 13:57:35 +0100 Hans Petter Selasky h...@bitfrost.no wrote about Re: ATP USB flash failure (regression?): HPS QUIRKS 0x4101 are: HPS HPS #define NO_SYNCHRONIZE_CACHE0x4000 HPS #define NO_GETMAXLUN0x0100 HPS #define

Re: ATP USB flash failure (regression?)

2014-01-22 Thread Gerrit Kühn
On Wed, 22 Jan 2014 15:55:36 +0100 Hans Petter Selasky h...@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

Re: ATP USB flash failure (regression?)

2014-01-22 Thread Hans Petter Selasky
On 01/22/14 16:12, Gerrit Kühn wrote: On Wed, 22 Jan 2014 15:55:36 +0100 Hans Petter Selasky h...@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

Re: ATP USB flash failure (regression?)

2014-01-22 Thread Hans Petter Selasky
On 01/22/14 20:32, Hans Petter Selasky wrote: On 01/22/14 16:12, Gerrit Kühn wrote: On Wed, 22 Jan 2014 15:55:36 +0100 Hans Petter Selasky h...@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