Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 718516

Summary: How to add parallel printer support.
Product: Red Hat Enterprise Linux 6 Reporter: David Edwards <arkiados>
Component: kernelAssignee: Prarit Bhargava <prarit>
Status: CLOSED WONTFIX QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.1CC: arozansk, kay, pknirsch
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-10 17:28:02 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 David Edwards 2011-07-03 18:59:35 UTC
I am unable to install my HP Laserjet 2100 on a parallel port using CUPS. The system acts as though my parallel port does not exist. It appears that udev does not statically support /dev/lp0. Could someone explain this to me and how I would add the device?

Comment 2 Kay Sievers 2011-07-08 13:43:37 UTC
This should make it work:
  mknod /lib/udev/devices/lp0 c 6 0; chgrp lp /lib/udev/devices/lp0

Newer cups packages will do that:
  http://pkgs.fedoraproject.org/gitweb/?p=cups.git;a=blob;f=cups.spec;h=0bfa384e8dcb03020f65b044ca153c5c06d40836;hb=refs/heads/master#l481

Comment 3 David Edwards 2011-07-09 03:39:21 UTC
I tried running "mknod /lib/udev/devices/lp0 c 6 0; chgrp lp /lib/udev/devices/lp0" and lp0 is created but I am still unable to detect the device with CUPS.

Comment 4 Phil Knirsch 2011-07-19 13:28:37 UTC
This is related to a missing kernel module in our current RHEL-6 kernel, moving to kernel component.

Thanks & regards, Phil

Comment 5 David Edwards 2011-08-11 23:06:53 UTC
Any update to this?

Comment 6 RHEL Program Management 2011-10-07 15:40:05 UTC
Since RHEL 6.2 External Beta has begun, and this bug remains
unresolved, it has been rejected as it is not proposed as
exception or blocker.

Red Hat invites you to ask your support representative to
propose this request, if appropriate and relevant, in the
next release of Red Hat Enterprise Linux.

Comment 7 Prarit Bhargava 2012-07-10 17:28:02 UTC
RHEL6 is unlikely to have parallel driver support as most parallel printer support has been obsoleted by USB printer support.

As a workaround, can you try using a $5 usb to parallel adapter?  It is likely the printer will work under those circumstances.

P.