Date: Sat, 11 Dec 2010 23:48:49 +0100 From: Nick Hibma <nick@van-laarhoven.org> To: Hans Petter Selasky <hselasky@c2i.net> Cc: Oleg Nauman <oleg.nauman@gmail.com>, freebsd-usb@freebsd.org, freebsd-current@freebsd.org Subject: Re: USB related panic on 8.2-PRERELEASE Message-ID: <21DC55BC-CC3B-48EF-8C9A-C29674CD38E7@van-laarhoven.org> In-Reply-To: <201012111103.09422.hselasky@c2i.net> References: <AANLkTi=OxWODd0cQR%2BjKz7=Hxpnd52=HfLbuarfAiqbW@mail.gmail.com> <201012101915.40878.hselasky@c2i.net> <AANLkTinjERZN7VtGYSEXFmeRwwJQ9tC6FEjRERMQJ=4W@mail.gmail.com> <201012111103.09422.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>> But we will continue the saga about this strange USB modem, if no >> objections from your side :) >> Is it possible to apply some quirk or some another workaround which >> will solve the issue with endless USB_ERR_STALLED reported while it >> trying to attach its builtin cardreader? >=20 > Nick, do you have any hints on this? It says in the messages log (a view messages ago) that it does not = support GET MAX LUN. You can quirk that: While the device is attached use the following command: usbconfig -d ugenX.Y add_quirk UQ_MSC_NO_GETMAXLUN where ugenX.Y is the ugen device for the device that causes you trouble. = usbconfig will add a quirk using the PID/VID/RID for the device it finds = at that location. If that works, let me know, and I will commit the quirk into the quirk = table. Nick=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?21DC55BC-CC3B-48EF-8C9A-C29674CD38E7>