From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <-1335283861020491921@unknownmsgid> Date: Mon, 5 Jul 2010 23:16:29 -0700 Message-ID: From: Akshat Kumar To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] printing over usb Topicbox-Message-UUID: 3cc45c1e-ead6-11e9-9d60-3106f5b1d025 I made a post about this not too long ago. However, the problem is in the fact that with a port listening for data to print directly, anything and everything that comes in, gets printed. Beware of portscanners, etc.. A better method would be to setup a proper LPR port (lpdaemon) such as in /rc/bin/service/tcp515 - however, I could not get this to ever work, because I need the data to be processed by hpijs, and something goes wrong between the data coming in and being sent to lp via lpdaemon. I don't know what (ideas? see my previous post about this). Best, ak On Mon, Jul 5, 2010 at 6:11 PM, erik quanstrom wrot= e: > you can also print through lp(1) in this way. =A0i believe > the JetDirect example in /sys/lib/lp/devices is the right > template. > > - erik > >