Date: Sun, 1 Jun 2014 09:09:03 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Matthias Apitz <guru@unixarea.de> Cc: Datasmurf <datasmurf@mail.ru>, freebsd-questions@freebsd.org Subject: Re: USB to parallel for printer HP LaserJet 4mL Message-ID: <alpine.BSF.2.00.1406010908060.24305@wonkity.com> In-Reply-To: <20140601090421.GA2222@La-Habana> References: <20140519134901.GA2823@La-Habana> <20140519204501.e712d94add50457f78014669@mail.ru> <20140601090421.GA2222@La-Habana>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 1 Jun 2014, Matthias Apitz wrote: > El día Monday, May 19, 2014 a las 08:45:01PM +0200, Datasmurf escribió: > >> Hello, >> >> i bought a few years ago, a parallel to usb cable from LogiLink [1]. >> It used to work fine with freebsd. >> >> [1] http://www.logilink.eu/showproduct/AU0003C.htm > > Hello, > > I bought this device now and it attaches as: > > Jun 1 11:02:12 La-Habana kernel: ugen1.2: <Prlific Technology Inc.> at usbus1 > Jun 1 11:02:12 La-Habana kernel: ulpt0: <Prlific Technology Inc. IEEE-1284 Controller, class 0/0, rev 1.00/2.00, addr 2> on usbus1 > Jun 1 11:02:12 La-Habana kernel: ulpt0: using bi-directional mode > > but I can not send data to the device: > > # cat Pango/my1st.ps > /dev/ulpt0 > cat: stdout: Input/output error > > Any ideas? Try /dev/unlpt0 instead. From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 15:13:56 2014 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E75FCB1 for <freebsd-questions@freebsd.org>; Sun, 1 Jun 2014 15:13:56 +0000 (UTC) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EED56248E for <freebsd-questions@freebsd.org>; Sun, 1 Jun 2014 15:13:55 +0000 (UTC) Received: from [93.104.24.32] (helo=localhost.my.domain) by ms-10.1blu.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from <guru@unixarea.de>) id 1Wr7SH-0008VO-JW; Sun, 01 Jun 2014 17:13:49 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.7/8.14.3) with ESMTP id s51FDle3003554; Sun, 1 Jun 2014 17:13:47 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.7/8.14.3/Submit) id s51FDkeH003553; Sun, 1 Jun 2014 17:13:46 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Sun, 1 Jun 2014 17:13:46 +0200 From: Matthias Apitz <guru@unixarea.de> To: Warren Block <wblock@wonkity.com> Subject: Re: USB to parallel for printer HP LaserJet 4mL Message-ID: <20140601151345.GA3534@La-Habana> Reply-To: Matthias Apitz <guru@unixarea.de> References: <20140519134901.GA2823@La-Habana> <20140519204501.e712d94add50457f78014669@mail.ru> <20140601090421.GA2222@La-Habana> <alpine.BSF.2.00.1406010908060.24305@wonkity.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <alpine.BSF.2.00.1406010908060.24305@wonkity.com> X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 93.104.24.32 Cc: Datasmurf <datasmurf@mail.ru>, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Jun 2014 15:13:56 -0000 El día Sunday, June 01, 2014 a las 09:09:03AM -0600, Warren Block escribió: > > Hello, > > > > I bought this device now and it attaches as: > > > > Jun 1 11:02:12 La-Habana kernel: ugen1.2: <Prlific Technology Inc.> at usbus1 > > Jun 1 11:02:12 La-Habana kernel: ulpt0: <Prlific Technology Inc. IEEE-1284 Controller, class 0/0, rev 1.00/2.00, addr 2> on usbus1 > > Jun 1 11:02:12 La-Habana kernel: ulpt0: using bi-directional mode > > > > but I can not send data to the device: > > > > # cat Pango/my1st.ps > /dev/ulpt0 > > cat: stdout: Input/output error > > > > Any ideas? > > Try /dev/unlpt0 instead. My fault not to mention it: I tried both, same problem. matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1406010908060.24305>