From owner-freebsd-questions Thu Jun 28 20:41: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14702.mail.yahoo.com (web14702.mail.yahoo.com [216.136.224.119]) by hub.freebsd.org (Postfix) with SMTP id 3DEBA37B407 for ; Thu, 28 Jun 2001 20:40:59 -0700 (PDT) (envelope-from wayneclubin@yahoo.com) Message-ID: <20010629034059.28530.qmail@web14702.mail.yahoo.com> Received: from [64.131.161.101] by web14702.mail.yahoo.com; Thu, 28 Jun 2001 20:40:59 PDT Date: Thu, 28 Jun 2001 20:40:59 -0700 (PDT) From: Wayne Lubin Subject: RE: Printer staircase problem To: freebsd-questions@freebsd.org In-Reply-To: <001901c0ffab$8cd78940$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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