From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 10 00:53:37 2015 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48D27445 for ; Tue, 10 Feb 2015 00:53:37 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFE7A3B1 for ; Tue, 10 Feb 2015 00:53:36 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id t1A0rPkN015790; Mon, 9 Feb 2015 16:53:30 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201502100053.t1A0rPkN015790@gw.catspoiler.org> Date: Mon, 9 Feb 2015 16:53:25 -0800 (PST) From: Don Lewis Subject: Re: quirks for ulpt? To: wojtek@puchar.net In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: freebsd-hackers@FreeBSD.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 00:53:37 -0000 On 9 Feb, Wojciech Puchar wrote: > i tried to use HP LaserJet P1102, it isn't PCL compatible but foo2zjs > supports it. > > i already used this printer in one place but through USB to TCP bridge > (port 5900, TPLINK "print server"). > > now i try to use it at home. > > ulpt detect it fine > > ugen0.2: at usbus0 > ulpt0: on usbus0 > ulpt0: using bi-directional mode > > > after trying to send fooo2zjs output it just stalls forever. > > any tricks known (or to be checked) for this printer? > > seems like pure communication problem I haven't used ulpt in quite a while. I switched to CUPS several years ago to drive my Epson USB-connected printers. It uses libusb to talk to them through the /dev/usb/*. Apps that understand CUPs are nice because they allow access to printing options supported by the printer.