Comment 8 for bug 87597

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Can you print into a file and attach both the input file and the output?

To print into a file add "FileDevice Yes" to /etc/cups/cupsd.conf and restart CUPS with "/etc/init.d/cupsys restart". The create a print queue with the same printer model and driver but with the URI "file:/tmp/printout".

Try also to set "debug=1" in /etc/foomatic/filters.conf and send the print job again, then post the files

/tmp/foomatic-rip.log
/tmp/foomatic-rip.ps
/tmp/printout

and your input file here.

Can you also send /tmp/printout directly to your printer?

Use

nc -w1[your printer's IP] 9100 < /tmp/printout

for that.