激光打印机扫描仪 Brother DCP-8110DN Ubuntu。它的 URI 是什么?

Ale*_*exN 5 networking printing drivers

该计算机使用Ubuntu 12.10 32位,打印机连接以太网。

**注意:我必须先安装 csh 和 tcsh。

我已按照以下说明进行操作:http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/faq_prn.html#f00104

这是自动化过程,在安装过程结束时,它会询问我是否指定 URI,按照链接页面中的说明,我选择了“是”。

这就是终端询问的内容:

Will you specify the Device URI? [y/N] ->Y

0: ipp
1: ipps
2: lpd
3: socket
4: beh
5: hp
6: https
7: ipp14
8: smb
9: http
10: hpfax
11 (I): Specify IP address.
select the number of destination Device URI. ->6
Run Code Online (Sandbox Code Playgroud)

我输入了6,但我真的不知道为什么或该选择什么。

请帮助。

有关如何安装此打印机的任何其他提示。

我的另一个选择是遵循 Brother.com 的默认程序,但这些说明在这些页面上一遍又一遍地展开,对于像我这样的普通用户、办公用户来说太复杂了。

我知道我应该选择 CUPS,我想连接以太网,因为我家的 LAN 中有几台计算机。

http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html #DCP-8110DN http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_prn1a.html http://welcome.solutions.brother.com/bsc/public_s/id/linux/en /before.html#002 http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_scn.html

chi*_*555 4

假设打印机通过以太网连接到路由器,我建议您进入路由器的管理页面并确定打印机的 IP 地址。如果您可以选择保留打印机使用的 IP 地址,请这样做。例如: http: //screenshots.portforward.com/routers/Netgear/WNR2000v3/Address_Reservation.jpg

然后我会为 ipp 选择选项 #0。然后我会使用:

ipp://<IP address of printer>:631/binary_p1
Run Code Online (Sandbox Code Playgroud)

“binary_p1”部分来自您链接的兄弟页面。然后系统会询问您打印机的名称;我建议您和 LAN 上的其他人认识的任何名称;也许是兄弟8110。

通过打印测试页进行测试。


小智 0

我在 Brother DCP-9020CDW 上遇到了同样的问题,我使用“ipp:///ipp/port1:”解决了该问题,并按照以下步骤进行

  • 在打印机上配置WIFI并获取IP地址
  • 从 Brother 网站下载 linux Brother 软件 (linux-brprinter-installer-2.0.0-1.gz)
  • 解压并执行linux-brprinter-installer-2.0.0-1脚本
  • 选择默认设置,不要选择 DEVICEURI 选项
  • 安装后,使用 USB 模式检查打印机是否正常工作
  • 转至http://localhost:631/以设置您的 Wifi 连接
  • 转到打印机,选择您的打印机,单击管理按钮并选择“修改打印机”
  • 然后,选择 Internet 打印协议 (ipp) 并单击继续。
  • 将“ipp”替换为“ipp:///ipp/port1”,然后继续并验证修改
  • 项目清单

....你就完成了!