From owner-freebsd-usb@FreeBSD.ORG Sat Mar 14 19:17:00 2009 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 E28EB1065676 for ; Sat, 14 Mar 2009 19:17:00 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out3.uni-muenster.de (ZIVM-OUT3.UNI-MUENSTER.DE [128.176.192.18]) by mx1.freebsd.org (Postfix) with ESMTP id 767808FC0A for ; Sat, 14 Mar 2009 19:17:00 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.38,363,1233529200"; d="scan'208";a="1705101" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER05.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay3.uni-muenster.de with ESMTP; 14 Mar 2009 20:16:59 +0100 Received: by ZIVMAILUSER05.UNI-MUENSTER.DE (Postfix, from userid 149459) id 5E14B1B07E2; Sat, 14 Mar 2009 20:16:59 +0100 (CET) Date: Sat, 14 Mar 2009 20:16:58 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: In-Reply-To: <200903141840.33955.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: problem with usb printer 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: Sat, 14 Mar 2009 19:17:01 -0000 alright. here's some more information. when i attach the printer i get the following output: uhub_reattach_port:348: port 2 reset failed, error=USB_ERR_TIMEOUT uhub_reattach_port:434: device problem (USB_ERR_TIMEOUT), disabling port 2 ugen0.3: at usbus0 ulpt_probe:472: ulpt_attach:498: sc=0xc5f81200 ulpt0: on usbus0 ulpt_attach:538: setting alternate config number: 0 ulpt0: using bi-directional mode when i simply issue a print command using `lp file` i get the following output: ulpt_reset:164: ulpt_write_callback:203: state=0x0 ulpt_write_callback:203: state=0x1 ulpt_write_callback:203: state=0x1 ulpt_write_callback:203: state=0x1 ulpt_write_callback:203: state=0x1 ulpt_write_callback:203: state=0x1 ulpt_write_callback:203: state=0x1 ulpt_write_callback:203: state=0x1 ulpt_write_callback:203: state=0x1 at this point the printers light flashes a few times indicating that it's about to print. but nothing get's printed. `lpq` tells me that the job has been finished succesfully. the problem where the console get's flooded with warnings and the printer's led reports an error appears randomly. i'm trying to figure out how to exactly to reproduce it. alex Hans Petter Selasky schrieb am 2009-03-14: > On Saturday 14 March 2009, Alexander Best wrote: > > hi there. > > i'm having a problem with my usb printer. it's being recognised as > > ulpt0, > > but i cannot print. i'm using the cups port for printing. i've set > > hw.usb2.ulpt.debug=15 and this is the output: > > uhub_reattach_port:348: port 2 reset failed, error=USB_ERR_TIMEOUT > > uhub_reattach_port:434: device problem (USB_ERR_TIMEOUT), disabling > > port 2 > > ugen0.3: at usbus0 > > ulpt_probe:472: > > ulpt_attach:498: sc=0xc6f6be80 > > ulpt0: > 0/0, rev > > 1.10/1.00, addr 3> on usbus0 > > ulpt_attach:538: setting alternate config number: 0 > > ulpt0: using bi-directional mode > > ulpt_reset:164: > > ulpt_write_callback:203: state=0x0 > > ulpt_write_callback:203: state=0x1 > > ulpt_write_callback:203: state=0x1 > > ulpt_write_callback:203: state=0x2 > > after turning off the device i constantly get this output: > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > ulpt_status_callback:328: error=USB_ERR_STALLED > > the cups daemon cannot be stopped (even with kill -9) and none of > > the lp* > > apps work anymore. also i'm not able to attach any new usb devices. > > so a > > reboot is the only solution that worked in order to get my computer > > fully > > operational again. > What happens if you try to reset the usb device? > Maybe you could press CTRL + ALT + ESC and dump all the threads or at > least > threads having the word "ulpt" in the function names in the > backtrace? > --HPS