Can everyone please do the following tests:

Open an application like evince, gedit, Firefox, ... Print a document
into a PDF file by using the "Print to file" function of the print
dialog anmd choose PDF as output format or use the attached
"Ausgabe.pdf".

Convert it to PostScript via

pdf2ps file.pdf file.ps

Now please add parameters to the pdf2ps command, one at a time. Try the
following parameters:

-dLanguageLevel=3
-dLanguageLevel=2
-dLanguageLevel=1
-dASCII85EncodePages=false
-dASCII85EncodePages=true
-dCompressPages=false -dCompressFonts=false

For example

pdf2ps -dLanguageLevel=2 file.pdf file.ps

Print the output file unfiltered, with the "nc" command:

nc -w1 <IP of the printer> 9100 < file.ps

If you do not have "nc" installed, run

sudo apt-get install netcat-openbsd

What is the reaction: Blank page, no page, what is printed on an error
message page if you get one?

If none of the parameters helps, try also combinations of more than one
parameter.

If you are still out of luck try also to print a PostScript file of an
empty page and/or a fontless page, reate with LibreOffice, export to
PDF, open with evince, "Print to file", convert the resulting PDF to
PostScript as described here, print with "nc".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/951627

Title:
  all Kyocera network printers stopped working with cups 1.5.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/951627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to