Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermec printers require no-reattach #4553

Closed
michaelrsweet opened this issue Jan 2, 2015 · 3 comments
Closed

Intermec printers require no-reattach #4553

michaelrsweet opened this issue Jan 2, 2015 · 3 comments
Milestone

Comments

@michaelrsweet
Copy link
Collaborator

Version: 2.0-current
CUPS.org User: kberggren

Intermec printer products connected via USB requires 'no-reattach' option to function properly with CUPS.

To reproduce:

  1. Install Ubuntu 14.04 LTS (32-bit) on PC
  2. Download Intermec CUPS driver/filter from http://www.intermec.com/products/prtrpm43a/downloads.aspx
  3. Install Intermec CUPS driver following the steps in tar-ball
  4. Connect Intermec PM43 printer via USB to PC and install the printer in Ubuntu
  5. Print test page more than one time

Observation:
On step 5 test page is only printed first time, subsequent times the test page print job is stuck in the queue on PC.

Proposed solution:
In backend/org.cups.usb-quirks add:

All Intermec devices

0x067e no-reattach

Testing:
The fix has been validated successfully with a number of Intermec printer products (PM43, PC43, etc) under Ubuntu 14.04 LTS 32-bit.

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: kberggren

Attaching proposed fix as Git patch as suggested by CUPS Developer Guide.

@michaelrsweet
Copy link
Collaborator Author

CUPS.org User: mike

Fixed in Subversion repository.

@michaelrsweet
Copy link
Collaborator Author

"L4553.patch":

From 03bbf784d3e15584a0ccb7c0f5aa0fca63e6fbf1 Mon Sep 17 00:00:00 2001
From: Kristofer Berggren kristofer.berggren@intermec.com
Date: Fri, 2 Jan 2015 16:08:44 +0800
Subject: [PATCH] Fix L4553


backend/org.cups.usb-quirks | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/backend/org.cups.usb-quirks b/backend/org.cups.usb-quirks
index 6566b73..8e58794 100644
--- a/backend/org.cups.usb-quirks
+++ b/backend/org.cups.usb-quirks
@@ -224,3 +224,6 @@

Canon MX320 (STR #4482)

0x04A9 0x1736 unidir
+
+# All Intermec devices, https://www.cups.org/str.php?L4553

+0x067e no-reattach

1.7.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant