Re: [9fans] Getting printing to work over ethernet

2009-08-29 Thread Jonas Amoson

I have not progressed any further in getting lp(1)
to print to my networked printer. But by playing
around, I found a work-around that solves my problem
for the moment:

cat myfile.ps | telnet tcp!192.168.1.101!9100

/jonas




Re: [9fans] Getting printing to work over ethernet

2009-08-27 Thread Jonas Amoson
OK. that explains why adding FIFO didn't make
any difference. But now I know that I have done
whatever you are supposed to do to make it work,
so I will try to track down why there are errors.

Wanted to know if there was something else to
configure or run for the magic to work. The only
relevant documentation I've found on the subject
is lp(1) and lp(8), and /sys/src/cmd/lp/.

/jonas


-Ursprungligt Meddelande-
  From: erik quanstrom [quans...@quanstro.net]
Sent: 27/8/2009 2:33:34 AM
To: 9fans@9fans.net
Subject: Re: [9fans] Getting printing to work over ethernet 

On Wed Aug 26 20:30:05 EDT 2009, ge...@plan9.bell-labs.com wrote: 
 The final `FIFO' in the scheduler column of /sys/lib/lp/devices 
 has been optional for a while. Everybody uses FIFO now, so it's 
 the default. 

is there a man page for those of us who are not 
quite following along with the format? 

- erik 

. 



Ppfont face=Arial, Helvetica, sans-serif size=2 
style=font-size:13.5px___BRa
 style=font-family: Tahoma, sans-serif; font-size: 10px; color: #00f 
href=http://www.eniro.se/?partnerid=spray_mail; target=_blankEniro Supersök 
- är vad det heter/a/font

Re: [9fans] Getting printing to work over ethernet

2009-08-27 Thread Lyndon Nerenberg
 The only
 relevant documentation I've found on the subject
 is lp(1) and lp(8), and /sys/src/cmd/lp/.

See also /sys/doc/lp.ps

--lyndon



Re: [9fans] Getting printing to work over ethernet

2009-08-27 Thread geoff
It's not documented in a manual page, I think you have to read
/sys/doc/lp.*, section 4.



Re: [9fans] Getting printing to work over ethernet

2009-08-26 Thread geoff
The final `FIFO' in the scheduler column of /sys/lib/lp/devices
has been optional for a while.  Everybody uses FIFO now, so it's
the default.



Re: [9fans] Getting printing to work over ethernet

2009-08-26 Thread erik quanstrom
On Wed Aug 26 20:30:05 EDT 2009, ge...@plan9.bell-labs.com wrote:
 The final `FIFO' in the scheduler column of /sys/lib/lp/devices
 has been optional for a while.  Everybody uses FIFO now, so it's
 the default.

is there a man page for those of us who are not
quite following along with the format?

- erik



Re: [9fans] Getting printing to work over ethernet

2009-08-25 Thread erik quanstrom
 hplaser   mydesk 192.168.1.101 192.168.1.101
- post+600dpi generic generic generic generic tcppost

we use something like this

printer somewhere minooka.coraid.com tcp!printer!9100 81920 post2+1200dpi+duplex
generic generic generic generic tcppost FIFO

i think you may need a FIFO after tcppost.

- erik