[Share Experiences] 一种打印机错误的处理方法
Tofloor
poster avatar
156******02
deepin
2022-03-09 05:10
Author

使用深度商店下载的打印机管理程序打印文件时提示“job stopped due to filter...”

根据提示打印log发现错误信息

D [08/Mar/2022:20:15:19 +0800] [Job 2] GPL Ghostscript 9.27: Unrecoverable error, exit code 1
D [08/Mar/2022:20:15:19 +0800] [Job 2] renderer exited with status 0
D [08/Mar/2022:20:15:19 +0800] [Job 2] kid4 exited with status 0
D [08/Mar/2022:20:15:19 +0800] [Job 2] kid3 finished
D [08/Mar/2022:20:15:19 +0800] [Job 2] Process is dying with \"Encountered error Broken pipe during fwrite\", exit stat 1
D [08/Mar/2022:20:15:19 +0800] [Job 2] Cleaning up...
D [08/Mar/2022:20:15:19 +0800] [Job 2] Killing pdf-to-ps
D [08/Mar/2022:20:15:19 +0800] [Job 2] prtGeneralCurrentLocalization type is 0, expected 2!

看上去错误是

D [08/Mar/2022:20:15:19 +0800] [Job 2] GPL Ghostscript 9.27: Unrecoverable error, exit code 1

通过检索发现解决方案如下:

  1. 前往 https://github.com/OpenPrinting/cups-filters/releases下载cupsfilters程序文件(我下载的是https://github.com/OpenPrinting/cups-filters/releases/download/1.28.12/cups-filters-1.28.12.tar.gz)
  2. 解压代码文件,编译安装.(编译过程中需要安装若干依赖,按照提示安装即可。)
sudo ./configure ENABLE_CPP=ON
sudo make -j8
sudo make install
  1. 再次打印,成功!
Reply Favorite View the author
All Replies
andktan
deepin
2022-03-09 05:56
#1

like

Reply View the author
jjcui8595
deepin
2022-03-09 06:25
#2

什么型号的打印机?

Reply View the author