Una impresora HP que funcionaba perfectamente bien con acroread anteriormente en el mismo sistema dejó de funcionar cuando usaba acroread.
Gentoo estable, ejecutando 3.18.11.
Impresora: HP Officejet Pro 8100 conectada a través de Ethernet
HPLIP: net-print/hplip-3.14.10
Puedo imprimir desde Firefox y desde la línea de comando, por ejemplo usando:
echo "hello" | lpr
Sin embargo, la impresión desde acroread falla silenciosamente.
En /var/log/cups/access_log solo veo mensajes benignos:
localhost - - [03/May/2015:14:49:07 +0200] "POST /printers/Officejet_Pro_8100 HTTP/1.1" 200 506 Create-Job successful-ok
localhost - - [03/May/2015:14:49:07 +0200] "POST /printers/Officejet_Pro_8100 HTTP/1.1" 200 209178 Send-Document successful-ok
Lo mismo ocurre con CUPS en localhost:631, no hay errores que indiquen ningún problema.
Lo mismo se aplica a la herramienta basada en GUI incluida en hplip: muestra que la impresora ha recibido un trabajo y que está en estado de "impresión", excepto que no hay impresión física en curso.
USAR banderas para hplip:
* Found these USE flags for net-print/hplip-3.14.10:
U I
+ + X : Enables scanner GUI dependencies with USE="scanner" where media-gfx/xsane is preferred over media-gfx/sane-frontends
+ + doc : Build documentation
- - fax : Enable fax on multifunction devices which support it
+ + hpcups : Build the hpcups driver for cups (by HP)
+ + hpijs : Build the IJS driver for cups (Foomatic)
- - kde : Enables kde-misc/skanlite as scanner GUI with USE="scanner X"
+ + libnotify : Enables desktop notifications
- - libusb0 : Depend on virtual/libusb:0. Some old printers do not work with virtual/libusb:1
- - minimal : Only build internal hpijs/hpcups driver (not recommended at all, make sure you know what you are doing)
- - parport : Enable parallel port for devices which require it
+ + policykit : Enable PolicyKit authentication support
+ + python_targets_python2_7 : Build with Python 2.7
+ + qt4 : Enable graphical interface using Qt 4
- - scanner : Enable scanner on multifunction devices which support it
+ + snmp : Add support for net-analyzer/net-snmp which enables this driver to work over networks (both for server and client)
- - static-ppds : Use statically-generated PPDs instead of Dynamic PPDs. Although this is deprecated some printers may still need it
to work properly. Use this flag if hp-setup fails to find/create a valid PPD file
acroread banderas USE:
+ + html : HTML support and help reading capability (only for x86).
+ + ldap : Add LDAP support (Lightweight Directory Access Protocol)
- - linguas_ja : Japanese locale
- - linguas_ko : Korean locale
- - linguas_zh_CN : Chinese locale for Peoples Republic of China
- - linguas_zh_TW : Chinese locale for Taiwan
+ + nsplugin : Build plugin for browsers supporting the Netscape plugin architecture (that is almost any modern browser)
hp-doctor muestra los siguientes errores, pero tenga en cuenta que estos errores siempre han estado presentes desde que la impresora estaba funcionando y dudo que sean relevantes:
error: avahi-utils avahi-utils OPTIONAL - - MISSING 'avahi-utils needs to be installed'
error: reportlab Python-PDF-Lib OPTIONAL 2.0 - MISSING 'reportlab needs to be installed'
error: pil Python-Image-Lib OPTIONAL - - MISSING 'pil needs to be installed'
Lo que he probado:
Encender y apagar físicamente la impresora. Usando una computadora diferente que también ejecuta Gentoo (los mismos resultados, funciona pero no con acroread). Agregar el indicador hpijs USE a hplip (antes no era necesario, ahora parece no hacer ninguna diferencia).
¿Por qué esto no funciona? ¿Es un problema con acroread, es un problema con hplip o un problema de software con la impresora física?