安装设置Brother MFC-8680DN打印机
Tofloor
poster avatar
deepinuser17
deepin
2020-10-03 20:23
Author
本帖最后由 deepinuser17 于 2020-10-3 12:51 编辑

使用深度打印机管理器设置Brother MFC-8680DN打印机非常简易方便。

1。下载Brother MFC-8680DN打印机的PPD文件
2。 解压PPD文件
  1. gunzip BR8680_2_GPL.ppd.gz
Copy the Code
3。 打开深度打印机管理器。添加Brother MFC-8680DN打印机。假设打印机的IP地址是192.168.1.39.


Reply Favorite View the author
All Replies
hdmi
deepin
2020-10-07 21:40
#1
先收藏 后面再说
Reply View the author
luo95366
deepin
2020-10-09 01:55
#2
还是不行,我的打印机型号是brother MFC-J3720
Reply View the author
luo95366
deepin
2020-10-09 01:56
#3
https://bbs.deepin.org/post/203252
还是不行,我的打印机型号是brother MFC-J3720

直接安装有打不开安装软件(安装不上)
Reply View the author
luo95366
deepin
2020-10-09 01:59
#4
感觉这套操作系统使用不明白,还是没有安装对,请大神们指点
Reply View the author
luo95366
deepin
2020-10-09 02:02
#5
我想信任和支持国产操作系统,却安装了使用不正常,电脑也恢复不了原来的,现在电脑也不能正常使用了
Reply View the author
deepinuser17
deepin
2020-10-09 08:09
#6
本帖最后由 deepinuser17 于 2020-10-9 00:18 编辑

这个打印机的Linux驱动器是用一个脚本来安装的。
https://support.brother.com/g/b/ ... 720_eu_as_cn&os=128

下载Driver Install Tool(如果是中文网址,用类似的名称).


设置打印机之前,要开启打印机。

  1. 下载完成以后。

  2. cd ~/Downloads
  3. gunzip linux-brprinter-installer-2.2.2-1.gz
  4. sudo bash linux-brprinter-installer-2.2.2-1 MFC-J3720

  5. 当提示指定设备URI时,如果是USB连接,选USB; 如果是网络连接,选网络,并提供打印机的IP地址。
Copy the Code

Reply View the author
zimo1
deepin
2020-10-11 01:16
#7
求指教,打印机的PPD文件应该怎么获取呀
Reply View the author
deepinuser17
deepin
2020-10-11 07:35
#8
https://bbs.deepin.org/post/203252
求指教,打印机的PPD文件应该怎么获取呀

厂商提供的驱动软件包会有。 像8680DN, 厂家专门打包了一个ppd文件包。

在运行linux-brprinter-installer时, PPD文件被自动安装。 但安装脚本设置的是USB连接方式。到打印机管理器里改成 ipp://<打印机IP地址>/ipp  然后打印机就可以正常工作了。

Reply View the author
zimo1
deepin
2020-10-14 01:41
#9
https://bbs.deepin.org/post/203252
厂商提供的驱动软件包会有。 像8680DN, 厂家专门打包了一个ppd文件包。

在运行linux-brprinter-install ...

感谢
Reply View the author