-
Notifications
You must be signed in to change notification settings - Fork 464
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
long delay printing last page hp laserjet 1300 usb #3405
Comments
CUPS.org User: mike Please do the following:
|
CUPS.org User: egan I have this problem as well, on the same operating system. I hope that it gets fixed as it is incredibly annoying. I have included the files you asked for, hopefully they are what is needed. |
CUPS.org User: egan More precisely, I experience this problem in CUPS 1.4.3-2 one an HP Laserjet 1320n on Arch Linux. |
CUPS.org User: grafrotz I have a HP Laserjet 1300 with extra 64 MB of memory (80MB in sum). When I tried cups 1.4.4 with libusb (usblp turned off in the kernel), I really wondered why the cups test page took so long to print. So I think it is the same issue as described here. I use the hp_ps_de.ppd from the original windows driver. There I can manage all options I need: extra Memory and 1200 dpi. That worked for years now. So I wonderd the hint to use the cups-ppd-files. What is the problem with libusb? Did something changed in the usb spec? Old kernel-usblp works, new libusb do not work. What are You doing there? |
CUPS.org User: mike grafrotz: the spec hasn't changed, but many USB printers do not follow the spec. It is likely that the kernel driver is using some sort of quirk mode with this printer that we don't support with the libusb-based backend and thus we can't get the full speed out of the printer. Can either of you try changing the buffer on line 104 of backend/usb-libusb.c from 8192 bytes to 512 to see if that resolves the problem? Thanks! |
CUPS.org User: mike This STR has not been updated by the submitter for two or more weeks and has been closed as required by the CUPS Configuration Management Plan. If the issue still requires resolution, please re-submit a new STR. |
"str3405.patch": Index: backend/usb-libusb.c--- backend/usb-libusb.c (revision 9428)
@@ -748,7 +748,7 @@
|
Version: 1.4.1
CUPS.org User: david
I have a hp laserjet 1300 connected via usb to a lenovo x61 laptop.
My operating system is Arch linux.
Upon upgrading to cups 1.4.1, I blacklisted the hplip kernel module, and removed and reinstalled the printer in CUPS administration.
All but the last page of documents print normally, but there is a 5 minute delay before the last page emerges from the printer. During this time CUPS reports the job has finished and the printer is available.
The problem occurs with both the foomatic driver and the postscript driver.
I acquired a docking station for the laptop, connected the printer via the parallel port, and re-installed the printer in CUPS administration.
Everything is fine; the problem does not occur.
The text was updated successfully, but these errors were encountered: