兄弟打印机 HL-1112 的设置方法?

兄弟打印机 HL-1112 的设置方法?

Brother 打印机 HL-1112:驱动程序设置(linux-brprinter-installer-2.0.0-1.gz)此驱动程序来自 Brother 网页。

我如何在 Linux 系统中安装它?

答案1

1)右键单击它。在存档管理器中打开后,将其解压到您想要的任何位置

2)打开终端(CTRL + ALT + T)

3)cd到您解压文件的位置。

4)sudo su- 输入您的密码

5)chmod +x linux-brprinter-installer-2.0.0-1

6)./linux-brprinter-installer-2.0.0-1

答案2

假设下载位于你的 ~/Downloads 目录中

cd ~/Downloads
gunzip linux-brprinter-installer-2.0.0-1.gz 
sudo -i
bash linux-brprinter-installer-2.0.0-1 

回答显示的问题(前两个是打印机型号和连接类型)并等待安装程序继续。注意​​错误通知。

如果一切顺利,请检查“打印机”并查看您的型号是否列出,然后让 CUPS 安装它。


要求:

  • 获得
  • glibc.i686/libstdc++
  • 杯子
  • 您还需要打印机正在使用的 IP 地址。

tar 文件中仅包含 1 个文件,并且您可以更改一些参数:

ENABLE_FAX_INSTALL=No           # change to Yes if FAX is required 
DEBUG_MSG=0
MSG=1

答案3

另一种方法:从 Brother 网站安装 Brother 驱动程序: http://support.brother.com/g/b/downloadtop.aspx?c=us_ot&lang=en&prod=hl1112_us_eu

hl1110lpr hl1110cup包装器

然后确保还安装了:

brother-lpr-drivers-common brother-lpr-drivers-laser1 brother-cups-wrapper-common brother-cups-wrapper-laser1 打印机驱动程序-brlaser

可能这五个并不是全部都需要的(你可以试验一下)但是它们一起使我的打印机工作。

相关内容