Bug 55573

Summary: Laserjet 5L defines are wrong
Product: [Retired] Red Hat Linux Reporter: Oliver Paukstadt <pstadt>
Component: foomaticAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: high    
Version: 7.2   
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: 2001-11-02 17:45:48 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 Oliver Paukstadt 2001-11-02 08:26:10 UTC
Description of problem:
HP Laserjet 5L (and maybe 4L and 6L) prints a page with PJL-Commands before
the real print-job. The L-Series seems not to support the PJL-Commands.

I build this patch:

diff -Nur opt.orig/127.xml opt/127.xml
--- opt.orig/127.xml	Thu Aug  2 00:16:21 2001
+++ opt/127.xml	Sun Oct 21 12:45:21 2001
@@ -75,7 +75,7 @@
       <model>LaserJet 5M</model>
       <arg_defval>ev/815</arg_defval>
      </constraint>
-     <constraint sense="true">
+     <constraint sense="false">
       <make>HP</make>
       <model>LaserJet 5L</model>
       <arg_defval>ev/815</arg_defval>
diff -Nur opt.orig/187.xml opt/187.xml
--- opt.orig/187.xml	Mon Mar  5 03:26:26 2001
+++ opt/187.xml	Sun Oct 21 12:45:37 2001
@@ -55,7 +55,7 @@
       <model>LaserJet 5M</model>
       <arg_defval>ev/956</arg_defval>
      </constraint>
-     <constraint sense="true">
+     <constraint sense="false">
       <make>HP</make>
       <model>LaserJet 5L</model>
       <arg_defval>ev/956</arg_defval>
diff -Nur opt.orig/87.xml opt/87.xml
--- opt.orig/87.xml	Thu Aug  2 00:16:21 2001
+++ opt/87.xml	Sun Oct 21 12:45:47 2001
@@ -75,7 +75,7 @@
       <model>LaserJet 5M</model>
       <arg_defval>ev/680</arg_defval>
      </constraint>
-     <constraint sense="true">
+     <constraint sense="false">
       <make>HP</make>
       <model>LaserJet 5L</model>
       <arg_defval>ev/680</arg_defval>
diff -Nur opt.orig/89.xml opt/89.xml
--- opt.orig/89.xml	Thu Aug  2 00:16:21 2001
+++ opt/89.xml	Sun Oct 21 12:45:55 2001
@@ -75,7 +75,7 @@
       <model>LaserJet 5M</model>
       <arg_defval>ev/695</arg_defval>
      </constraint>
-     <constraint sense="true">
+     <constraint sense="false">
       <make>HP</make>
       <model>LaserJet 5L</model>
       <arg_defval>ev/695</arg_defval>
diff -Nur opt.orig/90.xml opt/90.xml
--- opt.orig/90.xml	Thu Aug  2 00:16:21 2001
+++ opt/90.xml	Sun Oct 21 12:46:02 2001
@@ -55,7 +55,7 @@
       <model>LaserJet 5M</model>
       <arg_defval>ev/699</arg_defval>
      </constraint>
-     <constraint sense="true">
+     <constraint sense="false">
       <make>HP</make>
       <model>LaserJet 5L</model>
       <arg_defval>ev/699</arg_defval>
diff -Nur opt.orig/93.xml opt/93.xml
--- opt.orig/93.xml	Thu Aug  2 00:16:21 2001
+++ opt/93.xml	Sun Oct 21 12:46:09 2001
@@ -90,7 +90,7 @@
       <model>LaserJet 5M</model>
       <arg_defval>1</arg_defval>
      </constraint>
-     <constraint sense="true">
+     <constraint sense="false">
       <make>HP</make>
       <model>LaserJet 5L</model>
       <arg_defval>1</arg_defval>

Comment 1 Bill Nottingham 2001-11-02 16:10:42 UTC
Is this in the errata foomatic, or the shipped-with-7.2 foomatic?

Comment 2 Oliver Paukstadt 2001-11-02 17:45:42 UTC
After submitting the bug I saw the foomatic update.
This report is for the original foomatic on RH72

If the update fixes this, close the bug ;-)


Comment 3 Crutcher Dunnavant 2001-11-02 20:26:27 UTC
The update fixes bad PJL processing, closing.