From owner-freebsd-current@FreeBSD.ORG Fri Jul 3 18:25:29 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 0126B106564A for ; Fri, 3 Jul 2009 18:25:29 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id CA9308FC12 for ; Fri, 3 Jul 2009 18:25:28 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n63IPMXY095470 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 3 Jul 2009 11:25:22 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <4A4E4D12.9010501@freebsd.org> Date: Fri, 03 Jul 2009 11:25:22 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (X11/20090411) MIME-Version: 1.0 To: Patrick Lamaiziere References: <20090703172600.1971111e@baby-jane.lamaiziere.net> <200907031758.35319.hselasky@c2i.net> <20090703193400.60fef21f@baby-jane.lamaiziere.net> In-Reply-To: <20090703193400.60fef21f@baby-jane.lamaiziere.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: freebsd-current@freebsd.org, Hans Petter Selasky Subject: Re: 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 18:25:29 -0000 Patrick Lamaiziere wrote: > Le Fri, 3 Jul 2009 17:58:34 +0200, > Hans Petter Selasky a écrit : > > >>> The printer is a Brother HL-1430 (working fine under FreeBSD since >>> FreeBSD 4.X) >>> >>> >> Did you try both: >> >> /dev/unlpt0 and /dev/ulpt0 >> > > I tried : with ulpt0 the printer does not print anything (With > previous FreeBSD I used unlpt0): the reset disconnects the printer. > > ulpt0: > on usbus0 > ulpt_attach:562: setting alternate config number: 0 > ulpt0: using bi-directional mode > ugen0.2: at usbus0 (disconnected) > ulpt0: at uhub0, port 1, addr 2 (disconnected) > ulpt_detach:653: sc=0xc3176480 > ugen0.2: at usbus0 > ulpt0: > on usbus0 ulpt_attach:562: setting alternate config number: 0 > ulpt0: using bi-directional mode > This looks a bit like an issue I'm about to start chasing where FS devices fed through a HS hub disconnect "spontaneously" under load. It doesn't look like it but to be sure there are no hubs between the host and the printer? Sam