From owner-freebsd-questions Tue Jun 12 5:20:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alligator.wananchi.com (alligator.wananchi.com [62.8.64.108]) by hub.freebsd.org (Postfix) with ESMTP id B596637B401 for ; Tue, 12 Jun 2001 05:20:46 -0700 (PDT) (envelope-from mwm@mired.org) Received: from root by alligator.wananchi.com with local (Exim 3.22 #1) id 159n9E-00010c-00; Tue, 12 Jun 2001 15:19:52 +0300 Received: from [209.198.248.2] (helo=siafu.iconnect.co.ke) by poeza.iconnect.co.ke with esmtp (Exim 3.20 #1) id 14T5en-000Kut-00 for wash@poeza.iconnect.co.ke; Wed, 14 Feb 2001 20:23:57 +0300 Received: from [212.22.161.3] (helo=ns2.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14T5cH-000BDI-00 for wash@iconnect.co.ke; Wed, 14 Feb 2001 20:21:21 +0300 Received: from amavis by ns2.iconnect.co.ke with scanned-ok (Exim 3.12 #1) id 14T5dl-000AOt-00 for wash@iconnect.co.ke; Wed, 14 Feb 2001 20:22:53 +0300 Received: from okc-65-26-235-186.mmcable.com ([65.26.235.186] helo=guru.mired.org) by ns2.iconnect.co.ke with smtp (Exim 3.12 #1) id 14T5dh-000ALz-00 for wash@iconnect.co.ke; Wed, 14 Feb 2001 20:22:51 +0300 Received: (qmail 6894 invoked by uid 100); 14 Feb 2001 17:22:31 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14986.48855.219670.646002@guru.mired.org> Date: Wed, 14 Feb 2001 11:22:31 -0600 To: Odhiambo Washington Cc: questions@freebsd.org In-Reply-To: <20010214195139.A79918@poeza.iconnect.co.ke> References: <20452632@toto.iv> <14986.39890.2176.304613@guru.mired.org> <20010214195139.A79918@poeza.iconnect.co.ke> X-Mailer: VM 6.89 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Subject: Re: 2nd printer Status: RO X-Status: A Lines: 33 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Odhiambo Washington types: > * Mike Meyer [20010214 17:54]: writing on the subject 'Re: 2nd printer' > Mike> Alexey Koptsevich types: > Mike> > Is it possible to connect 2 parallel printers to regular x86 box somehow? > Mike> > Mike> Yes. Buy a USB<->parallel connector instead of a parallel cable, and > Mike> use that to plug the second printer into a USB port. Works like a > Mike> charm, and the USB throughput is better than the parallel throughput. > That assertion taunts me because I have compiled a kernel that supports > USB (ulpt) but my HP DeskJet will not respond to my orders even after > configuring the printcap nicely. > Doesn't it just suffice that when I attach the printer with the USB > cable it gets detected and that I only need to change the port from > lpt0 to ulpt0 in printcap?? Almost - you have to make /dev/ulpt0 with /dev/MAKEDEV. You should check dmesg to make sure that your system is detecting ulpt0: ulpt0: Belkin Components (2nd) F5U002 Parallel printer adapter, rev 1.00/1.04, addr 2, iclass 7/1 lpt0: on ppbus0 lpt0: Interrupt-driven port and you should be fine. You might check to make sure that the USB controller isn't using the same IRQ as something else, it doesn't seem to like it. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message