From owner-freebsd-usb@FreeBSD.ORG Tue Mar 15 02:01:10 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33D0016A4CE for ; Tue, 15 Mar 2005 02:01:10 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 5596743D2D for ; Tue, 15 Mar 2005 02:01:09 +0000 (GMT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 15 Mar 2005 02:01:08 +0000 (GMT) To: Andy Doller In-Reply-To: Your message of "Sun, 13 Mar 2005 14:02:49 EST." <0187aca93937cfe0f8796715c4d44ebc@mac.com> Date: Tue, 15 Mar 2005 02:01:08 +0000 From: Ian Dowse Message-ID: <200503150201.aa61406@salmon.maths.tcd.ie> cc: freebsd-usb@freebsd.org Subject: Re: ulpt and usb problems X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 02:01:10 -0000 In message <0187aca93937cfe0f8796715c4d44ebc@mac.com>, Andy Doller writes: >I have been having consistent problem with USB and my HP 1320. It is >constantly causing kernel panics on my print server. I have found RP >78208 which describes exactly the problem that I am having. > >http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/78208 > >I am wondering what the status of this error is. I see there is a >suggested intermediate fix, but I am unsure of how to >apply/compile/install it or even if I should. Help and guidance would >be appreciated. Hi, If possible, could you test the patch at http://people.freebsd.org/~iedowse/releng_5_callout.diff instead to see if it helps? I can give you instructions for installing it - firstly, are you running 5.3-RELEASE or -STABLE? If you're running -STABLE then just download the patch and run this command from the /usr/src directory: patch < /path/to/releng_5_callout.diff Then compile a new kernel, install it and reboot. Ian