Comment 6 for bug 955553

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

Please make a clone of your print queue which prints into a file

cupsctl FileDevice=yes
lpadmin -p test -E -v file:/tmp/printout.ps -P /etc/cups/ppd/MFC-8680DN.ppd

Then print to this printer (test), run

chmod 777 /tmp/printout.ps

and attach /tmp/printout.ps

If you view /tmp/printout.ps on the screen via

gv /tmp/printout.ps

(run "sudo apt-get install gv" if needed) is the text readable?

Send /tmp/printout.ps to the printer unfiltered:

lpr -P MFC-8680DN -oraw /tmp/printout.ps

Does it come out correctly?