From owner-freebsd-usb@FreeBSD.ORG Tue Dec 27 14:29:13 2011 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADB2F106564A for ; Tue, 27 Dec 2011 14:29:13 +0000 (UTC) (envelope-from momchil@xaxo.eu) Received: from vps2.xaxo.eu (vps2.xaxo.eu [78.47.156.66]) by mx1.freebsd.org (Postfix) with ESMTP id 2755D8FC0A for ; Tue, 27 Dec 2011 14:29:12 +0000 (UTC) Received: from t61.xaxo.eu ([10.75.23.6]) by vps2.xaxo.eu (8.14.4/8.14.4) with ESMTP id pBRET88h044775; Tue, 27 Dec 2011 15:29:08 +0100 (CET) (envelope-from momchil@xaxo.eu) Date: Tue, 27 Dec 2011 15:29:02 +0100 Message-ID: <86fwg6w0k1.wl%momchil@xaxo.eu> From: =?UTF-8?B?0JzQvtC80YfQuNC7INCY0LLQsNC90L7Qsg==?= To: Hans Petter Selasky In-Reply-To: <201112271517.42606.hselasky@c2i.net> References: <86ipl3dl5q.wl%momchil@xaxo.eu> <201112271259.07632.hselasky@c2i.net> <86hb0mw16r.wl%momchil@xaxo.eu> <201112271517.42606.hselasky@c2i.net> MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-usb@freebsd.org, =?UTF-8?B?0JzQvtC80YfQuNC7INCY0LLQsNC90L7Qsg==?= Subject: Re: USB problems with 8.2 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2011 14:29:13 -0000 At Tue, 27 Dec 2011 15:17:42 +0100, Hans Petter Selasky wrote: > Did you check for errors in dmesg? > > Also have you tried setting: > > hw.usb.ehci.lostintrbug=1 > > in /boot/loader.conf There is nothing in dmesg, the most annoying thing is that some other applications get blocked while the drive is in this kind of a stall: opera, emacs... I will try setting this in loader.conf and see if it helps. Thank you.