turtles Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8003843766096d82d4fbf9.png)
Joined: 31 Dec 2004 Posts: 1698
|
Posted: Thu Jan 03, 2013 5:33 am Post subject: newer cups and lazerjet printers [solved] |
|
|
Just moved a printer from one server running old Gentoo to another recently upto date.
I configure using the cups web interface. It now takes about 10 min to print one document.
In the web interface
I get 2 options for the printer :
Code: |
Current Connection: usb://HP/LaserJet%201320%20series?serial=00CNFC54T1FS
Local Printers: HP LaserJet 1320 series (HP LaserJet 1320 series) |
Hmm tried both.
Next I get many of the same ppd options that look the same: Quote: | HP LaserJet 1320 series Postscript (en, da, de, es, fi, fr, it, ja, ko, nl, nb, pt, sv, zh_CN, zh_TW) |
Unless I view the page source:
Code: | <OPTION VALUE="lsb/usr/HP/hp-laserjet_1320-ps.ppd.gz" >HP LaserJet 1320 series Postscript (en, da, de, es, fi, fr, it, ja, ko, nl, nb, pt, sv, zh_CN, zh_TW)
<OPTION VALUE="lsb/usr/HP/hp-laserjet_1320_series-ps.ppd.gz" >HP LaserJet 1320 series Postscript (en, da, de, es, fi, fr, it, ja, ko, nl, nb, pt, sv, zh_CN, zh_TW)
<OPTION VALUE="lsb/usr/HP/hp-laserjet_1320n-ps.ppd.gz" >HP LaserJet 1320 series Postscript (en, da, de, es, fi, fr, it, ja, ko, nl, nb, pt, sv, zh_CN, zh_TW)
<OPTION VALUE="lsb/usr/HP/hp-laserjet_1320nw-ps.ppd.gz" >HP LaserJet 1320 series Postscript (en, da, de, es, fi, fr, it, ja, ko, nl, nb, pt, sv, zh_CN, zh_TW)
<OPTION VALUE="lsb/usr/HP/hp-laserjet_1320tn-ps.ppd.gz" >HP LaserJet 1320 series Postscript (en, da, de, es, fi, fr, it, ja, ko, nl, nb, pt, sv, zh_CN, zh_TW)
<OPTION VALUE="drv:///hp/hpcups.drv/hp-laserjet_1320.ppd" >HP LaserJet 1320, hpcups 3.12.10a (en)
<OPTION VALUE="drv:///hp/hpcups.drv/hp-laserjet_1320n.ppd" >HP LaserJet 1320n, hpcups 3.12.10a (en)
<OPTION VALUE="drv:///hp/hpcups.drv/hp-laserjet_1320nw.ppd" >HP LaserJet 1320nw, hpcups 3.12.10a (en)
<OPTION VALUE="drv:///hp/hpcups.drv/hp-laserjet_1320tn.ppd" >HP LaserJet 1320tn, hpcups 3.12.10a (en) |
Cups Bug?
My error log is not interesting:
Code: | [02/Jan/2013:15:06:14 -0800] [Job 14] prnt/hpcups/HPCupsFilter.cpp 699: First raster data plane..INFO: Processing page 2...
I [02/Jan/2013:15:06:14 -0800] [Job 14] Rendering completed
D [02/Jan/2013:15:06:14 -0800] [Job 14] Set job-printer-state-message to "Rendering completed", current level=INFO
D [02/Jan/2013:15:06:14 -0800] Discarding unused job-progress event...
D [02/Jan/2013:15:06:14 -0800] Discarding unused printer-state-changed event...
D [02/Jan/2013:15:06:14 -0800] PID 13946 (/usr/libexec/cups/filter/gstoraster) exited with no errors.
D [02/Jan/2013:15:06:14 -0800] PID 13947 (/usr/libexec/cups/filter/hpcups) exited with no errors.
D [02/Jan/2013:15:06:14 -0800] PID 13948 (/usr/libexec/cups/backend/usb) exited with no errors.
D [02/Jan/2013:15:06:14 -0800] Discarding unused job-completed event...
I [02/Jan/2013:15:06:14 -0800] [Job 14] Job completed.
D [02/Jan/2013:15:06:14 -0800] cupsdMarkDirty(----J-)
D [02/Jan/2013:15:06:14 -0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/Jan/2013:15:06:14 -0800] cupsdSetBusyState: newbusy="Printing jobs and dirty files", busy="Printing jobs and dirty files"
D [02/Jan/2013:15:06:14 -0800] Discarding unused printer-state-changed event...
D [02/Jan/2013:15:06:15 -0800] [Job 14] Unloading...
I [02/Jan/2013:15:06:45 -0800] Saving job.cache...
D [02/Jan/2013:15:06:45 -0800] cupsdSetBusyState: newbusy="Not busy", busy="Printing jobs and dirty files"
D [02/Jan/2013:15:06:45 -0800] Report: clients=0
|
Thoughts?
SOLVED dont use the minimal use flag and
it has to be the hp option not the usb one. _________________ Donate to Gentoo |
|