Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2001 20:40:59 -0700 (PDT)
From:      Wayne Lubin <wayneclubin@yahoo.com>
To:        freebsd-questions@freebsd.org
Subject:   RE: Printer staircase problem
Message-ID:  <20010629034059.28530.qmail@web14702.mail.yahoo.com>
In-Reply-To: <001901c0ffab$8cd78940$1401a8c0@tedm.placo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I used the following shell script from your book but
it did not work. I got a generic err msg in lpd-errs
"job could not be printed". Do you know of any other
filters?

#!/bin/sh
awk '{printf "%s\r\n", $0}' -


--- Ted Mittelstaedt <tedm@toybox.placo.com> wrote:
> see
> 
>
http://www.freebsd.org/doc/en_US.ISO8859-1/books/corp-net-guide/index.html
> 
> for a discussion of this and other useful printing
> issues
> 
> Ted Mittelstaedt                     
> tedm@toybox.placo.com
> Author of:          The FreeBSD Corporate
> Networker's Guide
> Book website:        
> http://www.freebsd-corp-net-guide.com
> 
> 
> >-----Original Message-----
> >From: owner-freebsd-questions@FreeBSD.ORG
> >[mailto:owner-freebsd-questions@FreeBSD.ORG]On
> Behalf Of Wayne Lubin
> >Sent: Wednesday, June 27, 2001 10:02 PM
> >To: freebsd-questions@FreeBSD.ORG
> >Subject: Printer staircase problem
> >
> >
> >My printer is the HP DeskJet 672C and I am getting
> the
> >staircase problem with freebsd.  I have tried using
> >the filter suggested in the handbook
> troubleshooting
> >section 
> >
> >#!/bin/sh
> >printf "\033&k2G" && cat && printf "\033&l0H" &&
> exit
> >0
> >exit 2
> >
> >and I have also tried the lpf text filter provided
> >with freebsd. And neither worked. Just wondering if
> >someone knows of a text filter I could use, or
> maybe
> >give me suggestions on what a shell script should
> >include to solve this problem. Thanks!
> >
> >Wayne
> >
> >__________________________________________________
> >Do You Yahoo!?
> >Get personalized email addresses from Yahoo! Mail
> >http://personal.mail.yahoo.com/
> >
> >To Unsubscribe: send mail to majordomo@FreeBSD.org
> >with "unsubscribe freebsd-questions" in the body of
> the message
> >


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010629034059.28530.qmail>