From owner-freebsd-questions@FreeBSD.ORG Sun Jun 1 15:09:07 2014 Return-Path: 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 283A7A48 for ; Sun, 1 Jun 2014 15:09:07 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CCD8B23F0 for ; Sun, 1 Jun 2014 15:09:06 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s51F95mP024542 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 1 Jun 2014 09:09:05 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s51F93WX024539; Sun, 1 Jun 2014 09:09:04 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 1 Jun 2014 09:09:03 -0600 (MDT) From: Warren Block To: Matthias Apitz Subject: Re: USB to parallel for printer HP LaserJet 4mL In-Reply-To: <20140601090421.GA2222@La-Habana> Message-ID: References: <20140519134901.GA2823@La-Habana> <20140519204501.e712d94add50457f78014669@mail.ru> <20140601090421.GA2222@La-Habana> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 01 Jun 2014 09:09:05 -0600 (MDT) Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: Datasmurf , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 15:09:07 -0000 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: at usbus1 > Jun 1 11:02:12 La-Habana kernel: ulpt0: 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: 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 ; 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 ; 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 ) 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 To: Warren Block Subject: Re: USB to parallel for printer HP LaserJet 4mL Message-ID: <20140601151345.GA3534@La-Habana> Reply-To: Matthias Apitz References: <20140519134901.GA2823@La-Habana> <20140519204501.e712d94add50457f78014669@mail.ru> <20140601090421.GA2222@La-Habana> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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: at usbus1 > > Jun 1 11:02:12 La-Habana kernel: ulpt0: 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