Bug 8776

Summary: hp 812 with dj500-UP filter
Product: [Retired] Red Hat Linux Reporter: misty
Component: rhs-printfiltersAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-25 22:09:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description misty 2000-01-23 19:16:32 UTC
Actually any filter I use with the hp 812c printer.  It prints the job just
fine, and spits the pages out, etc.  But then the form feed light comes on,
and continues blinking until I push it, at which time it clears the printer
of the print job.  Just annoying because I have to hit form-feed for no
reason.  Send EOF and fix stairstepping are both enabled.

Comment 1 Bernhard Rosenkraenzer 2000-02-07 17:29:59 UTC
You should use the cdj880 driver.
Look at
http://www.picante.com/~gtaylor/pht/printer_list.cgi?make=HP&format=full
for details.

Comment 2 misty 2000-02-25 22:04:59 UTC
It still happens wtih the cdj880.  It also happens with plain old cat
file>/dev/lp0, only you have to hit form-feed before the job will print, instead
of it printing before the problem occurs.  I'm not sure what package this bug
actually belongs to.

Comment 3 Bernhard Rosenkraenzer 2000-02-25 22:09:59 UTC
Does this help:

cat >formfeed.c <<EOF
#include <stdio.h>
main() {
	FILE *f=fopen("/dev/lp0", "w");
	fprintf(f, "%c", 12);
}
EOF
gcc -O2 formfeed.c
./a.out

?

Comment 4 Bernhard Rosenkraenzer 2000-08-04 10:58:40 UTC
Closing due to lack of user input