Re: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)

2014-05-24 Thread Janaka Withana
RE: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)greetings – just checking this will work in 9.2? appears the issue still exists... From: Hans Petter Selasky Sent: Sunday, July 28, 2013 4:47 AM To: Janaka Withana ; freebsd-usb@freebsd.org Subject: RE: USB 3.0 HDD

Re: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)

2014-05-24 Thread Hans Petter Selasky
Hi, You need to check -stable. --HPS ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org

RE: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)

2013-07-28 Thread Hans Petter Selasky
...@bitfrost.no mailto:hans.petter.sela...@bitfrost.no ; freebsd-usb@freebsd.org mailto:freebsd-usb@freebsd.org Subject: Re: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code) guessed it was 1.2 usbconfig -d 1.2 add_quirk UQ_MSC_NO_SYNC_CACHE did not fix it still get

Re: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)

2013-07-27 Thread Janaka Withana
RE: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)thanks! any idea the best way to determine the unit addr of the device? sorry for the follow-up newbie question, but the usbconfig man page is a bit sparse. From: Hans Petter Selasky Sent: Saturday, July 27, 2013 1:37

Re: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)

2013-07-27 Thread Janaka Withana
; freebsd-usb@freebsd.org Subject: Re: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code) RE: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)thanks! any idea the best way to determine the unit addr of the device? sorry for the follow-up newbie question

USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)

2013-07-26 Thread Janaka Withana
I am using FreeBSD 9.1 to p4 (Nas4Free 9.1.0.1.804) and get the following repeated errors using a USB 3.0 hard drive via a USB 3.0 port Jul 26 17:11:26 nas kernel: (da1:umass-sim1:1:0:0): SYNCHRONIZE CACHE(10). CDB: 35 0 0 0 0 0 0 0 0 0 Jul 26 17:11:26 nas kernel:

Re: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)

2013-07-26 Thread Janaka Withana
Sorry, Seems one of the author suggested a fix. Line to add to usb_quirk.c: USB_QUIRK_VP(0x13fe, 0x2240, 0x, 0x, UQ_MSC_NO_SYNC_CACHE), Any other workarounds you could suggest that would not require me to recompile? I am using nas4free embedded. -Original Message- From:

RE: USB 3.0 HDD ILLEGAL REQUEST asc:20, 0 (Invalid command operation code)

2013-07-26 Thread Hans Petter Selasky
asc:20, 0 (Invalid command operation code) Sorry, Seems one of the author suggested a fix. Line to add to usb_quirk.c: USB_QUIRK_VP(0x13fe, 0x2240, 0x, 0x, UQ_MSC_NO_SYNC_CACHE), Any other workarounds you could suggest that would not require me to recompile? I am using