打印  |  关闭

MFC-7420

常见问题解答与故障排除

常见问题解答与故障排除

我正在使用openSUSE11.3。我无法从Brother设备打印。(Linux)

> 点击此处下载工具。

 

解压缩下载的文件:

命令: gunzip brother_patch_psconv.gz

 

运行路径_file.

命令: bash brother_patch_psconv

 

手动修改:

手动输入以下命令并寻找以"psconvert"开头的文件。

 

命令: ls /usr/local/Brother/lpd/psconvert*
命令: ls /usr/local/Brother/Printer/*/lpd/psconvert*
命令: ls /opt/brother/Printers/*/lpd/psconvert*
 

使用文本编辑器打开发现文件。
寻找以"GHOST_OPT="开头的文件。

将"-sstdout=%stderr" before "-sOutputFile"插入行中。

 

例如

之前:
GHOST_OPT="-q -dNOPROMPT -dNOPAUSE -dSAFER -sDEVICE=$OUTPUT_TYPE -sOutputFile=- - -c quit"

 

之后:
GHOST_OPT="-q -dNOPROMPT -dNOPAUSE -dSAFER -sDEVICE=$OUTPUT_TYPE -sstdout=%stderr -sOutputFile=- - -c quit"

打印  |  关闭