| Michael Loßin on Thu, 17 May 2001 09:59:06 +0200 (CEST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: How to print |
Carsten Neumann wrote: > > On Wed, 16 May 2001, Flemming Froekjaer wrote: > > Michael Loßin wrote: > > > > > Flemming Froekjaer wrote: > > > > > > > > > > > Maybe a debugging log can help you and/or us. See > > > doc/handbook.html for details. > > > > I found the problem. It was located 25 Inches in front of the monitor. I > > had somehow got the Idea that i had to give it the name of the printer > > like this: lpr -lp > > Do(es) the -lp option(s) for lpr on your box work at all? > On my printer spooler I have to use "lpr -P<Printer>" or "lpr -P <Printer>" - with or without space. Right ... "lpr -lp" is the same as "lpr -l -p" -- and "-l" means "print this raw, without file conversion"... :) Michael