Bug 2232
| Summary: | Slow printing of larger print jobs on parallel ports | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | yan |
| Component: | lpr | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.2 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 1999-10-27 22:55:11 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
yan
1999-04-17 10:49:55 UTC
Does your computer have BIOS settings for ECP/EPP modes? If so, have you tried toggling them to see if it makes a difference? FWIW, tunelp parameters "not sticking" is due to the module unloading; you can put a postinstall into /etc/conf.modules to run tunelp after loading the lp module and set the parameters there. As far as an "end of document" signal, printtool has the option to send an end-of-file ^D character. As far as the rest goes, one counter-intuitive thing to try is to *slow down* transmission. This could be a race condition in the printer where it doesn't know that it isn't full... Hard to trace for sure without a logic analyzer or at least writing a debugging version of the lp module and spending hours poring over it... The parallel port driver code was substantially re-written for the 2.2 kernel; it would be worth checking to see if Red Hat Linux 6.0 solves this problem if you have available machines and disk space and time... I doubt that lpr really has anything to do with the problem; you might try sending the postscript file straight to the /dev/lp1 (or /dev/lp2 or /dev/lp0...) port with cat filename > /dev/lp1 and see if you get the same results. closed, lack of input. |