From owner-freebsd-current@FreeBSD.ORG Fri Jul 3 15:26:05 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0D12106564A for ; Fri, 3 Jul 2009 15:26:05 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 761488FC15 for ; Fri, 3 Jul 2009 15:26:05 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (105.10.87-79.rev.gaoland.net [79.87.10.105]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 3496063317E for ; Fri, 3 Jul 2009 17:26:04 +0200 (CEST) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id A39CFB973 for ; Fri, 3 Jul 2009 17:26:02 +0200 (CEST) Date: Fri, 3 Jul 2009 17:26:00 +0200 From: Patrick Lamaiziere To: freebsd-current@freebsd.org Message-ID: <20090703172600.1971111e@baby-jane.lamaiziere.net> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: ulpt problem (USB_ERR_IOERROR) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2009 15:26:05 -0000 Hello, [Yesterday CURRENT/i386] I've got some troubles with unlpt, most of the time I can't print and I must stop cupsd, kill -9 the process usb, and unplug the USB printer. Then it works again for some time (but mostly one time). The printer is a Brother HL-1430 (working fine under FreeBSD since FreeBSD 4.X) ulpt0: on usbus0 ulpt_attach:562: setting alternate config number: 0 ulpt0: using bi-directional mode With hw.usb.ulpt.debug=1, I've got a lot of: ulpt_write_callback:204: state=0x0 actlen=0 ulpt_status_callback:328: error=USB_ERR_IOERROR last message repeated 31 times last message repeated 78 times ... When it works: ulpt_write_callback:220: state=0x0 actlen=0 ulpt_write_callback:220: state=0x1 actlen=2889 ulpt_write_callback:220: state=0x1 actlen=3023 ... Thanks in advance, regards.