From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <20100207165609.A8C812803F@smtp.hushmail.com> References: <20100207165609.A8C812803F@smtp.hushmail.com> Date: Thu, 12 Aug 2010 14:44:18 +0200 Message-ID: From: Rudolf Sykora 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 to PS printer - solution Topicbox-Message-UUID: 46fd57f8-ead6-11e9-9d60-3106f5b1d025 On 7 February 2010 18:56, Wolfgang Kunz wrote: > Hi, > > here are my notes on how I got my postscript printer working: > > Printer: OKI B430dn (Network printer) > > Working printing configuration: > > 1. Add printer to /lib/ndb/local > sys=3Dokidr ip=3D192.168.2.191 > > okidr=3DName for the printer > ip=3D IP Address of the printer > > check with: ip/ping okidr > > 2. Add printer entry to /sys/lib/lp/devices > oki2 =A0 =A0office =A0 =A0okidr =A0 =A0raw =A0 =A0- post2+600dpi+nohead = =A0 =A0generic > =A0lpdspool =A0 =A0lpd =A0 =A0- =A0 =A0- =A0 =A0FIFO > > 3. Check > lp -q -doki2 (this works only as user bootes on my system) > > It should show you: > transmission log: > : 100.00% sent > 9232 bytes sent, status: waiting for end of job > 9232 bytes sent, status: end of job > > printer queue: > connecting to tcp!okidr!printer > =A0trying from port 721...connected > Ready > no entires > > 4. Print Postscript files: > > lp -doki2 test.ps > > > Regadrs, > Wolfgang Thanks a lot for this! Ruda