Files
doc/static/printer.html
2025-01-08 04:10:40 +08:00

37 lines
2.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<head>
<title>CUPS 添加打印机教程</title>
</head>
<body>
<header>
<h1>CUPS 添加打印机教程</h1>
</header>
<p>1、打开打印机电源并使用数据线连接到盒子USB接口上</p>
<p>2、进入盒子的首页并右上角选择局域网点击打印机图标
<br/><br/>&nbsp;&nbsp;&emsp;<img src="/img/printer/printer-home.jpg" />
<br/>3、之后浏览器会打开新窗口进入 CPUS 管理页面,选择 Administrator 标签然后点击 Add Printer 按钮进入添加打印机步骤
<br/><br/>&nbsp;&nbsp;&emsp;<img src="/img/printer/printer-cups.jpg" /><br/>
<br/>4、点击按钮后稍等几秒页面会刷新并列出检测到的所有可添加打印机下面以HP2130打印机为例
<br/>&nbsp;&nbsp;&emsp;由于惠普打印机有自己的接口协议,所以识别出来两个打印机,其实是同一个,用的协议不一样,如果你也是惠普打印机推荐选择带有 USB 字符的那一个,选择好之后点击 Continue 按钮
<br/><br/>&nbsp;&nbsp;&emsp;<img src="/img/printer/printer-add-1.png" /><br/>
<br/>5、接下来的页面刷新后需要填写相关信息使用默认信息即可另外需要在 Share This Printer 处的选择框打勾,然后点击 Continue 按钮
<br/><br/>&nbsp;&nbsp;&emsp;<img src="/img/printer/printer-add-2.png" /><br/>
<br/>6、然后需要选择相应的驱动程序使用推荐的第一个即可选择完驱动继续点击 Continue 按钮
<br/><br/>&nbsp;&nbsp;&emsp;<img src="/img/printer/printer-add-3.png" /><br/>
<br/>7、设置打印机的相关参数一般情况默认即可然后点击 Set Default Options 按钮完成添加操作
<br/><br/>&nbsp;&nbsp;&emsp;<img src="/img/printer/printer-add-4.png" /><br/>
<br/>8、此时打印机添加完成建议使用测试功能打印一张测试纸来测试打印功能是否正常
<br/>&nbsp;&nbsp;&emsp;<img src="/img/printer/printer-test.png" /><br/>
</p>
<footer>
版权 © <span class="year">2023</span> <a href="http://blog.ecoo.top/">www.ecoo.top</a>
</footer>
</body>
</html>