NOTE: In order to use the Pentax PocketJet II/ 200 with CUPS, after installing the printer in CUPS you most probably need to modify the printer's PPD file (it will be under /etc/cups/ppd/<printer-name>.ppd
after installation in CUPS):
In the line
*FoomaticRIPCommandLine: "pentaxpj%B"
replace pentaxpj
with pentaxpj_sh
, so that the line reads like
*FoomaticRIPCommandLine: "pentaxpj_sh%B"
Otherwise, you most probably will get a "Filter failed"-error in CUPS
and /var/log/cups/error.log
will show Process is dying with \"Encountered error Broken pipe during fwrite\"
.
Pinned Comments
dreieck commented on 2018-04-20 12:55 (UTC) (edited on 2018-09-24 09:15 (UTC) by dreieck)
NOTE: In order to use the Pentax PocketJet II/ 200 with CUPS, after installing the printer in CUPS you most probably need to modify the printer's PPD file (it will be under
/etc/cups/ppd/<printer-name>.ppd
after installation in CUPS):In the line
replace
pentaxpj
withpentaxpj_sh
, so that the line reads likeOtherwise, you most probably will get a "Filter failed"-error in CUPS and
/var/log/cups/error.log
will showProcess is dying with \"Encountered error Broken pipe during fwrite\"
.