I have HP LaserJet Pro P1102w and 10.0-RELEASE on amd64. After upgrading CUPS from 1.5.4_1 to 1.7.1 I can no longer print. When I try to print test page from CUPS browser page I get:
I also have hplip installed, but printing from there also doesn't work (worked before). Although I had used print/foo2zjs for PPD, I gave print/hplip-plugin a try, which didn't help. The options for print/cups-base are:
When I try to print, I get:
in /var/log/cups/access_log and
in /var/log/cups/error_log.
I have already uncommented
in /usr/local/etc/cups/mime.types and/usr/local/etc/cups/mime.convs.
Note that it did work before so kernel and groups are configured properly.
Code:
Unable to print test page:
No such file or directory
Code:
AVAHI : off
DBUS : off
GNUTLS : off
LIBPAPER : on
LIBUSB : off
MDNSRESPONDER : off
PAM : off
PHP : off
PYTHON : off
XDG_OPEN : off
Code:
localhost - - [31/Mar/2014:19:45:07 +0200] "POST /printers/HP_LaserJet_Professional_P_1102w HTTP/1.1" 200 267 Create-Job successful-ok
localhost - - [31/Mar/2014:19:45:07 +0200] "POST /printers/HP_LaserJet_Professional_P_1102w HTTP/1.1" 200 43002 Send-Document client-error-document-format-not-supported
localhost - - [31/Mar/2014:19:45:07 +0200] "POST /jobs/ HTTP/1.1" 200 198 Cancel-Job successful-ok
Code:
E [31/Mar/2014:19:44:33 +0200] cupsdLoadBanners: Unable to open banner directory "/usr/local/share/cups/banners": No such file or directory
E [31/Mar/2014:19:45:07 +0200] [Client 13] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/HP_LaserJet_Professional_P_1102w) from localhost
I have already uncommented
Code:
application/octet-stream
Note that it did work before so kernel and groups are configured properly.