首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >打印机显示打印完成,但不打印

打印机显示打印完成,但不打印
EN

Ask Ubuntu用户
提问于 2022-05-13 09:34:41
回答 1查看 156关注 0票数 0

我有一台旧式爱普生SX400打印机。它在我的旧的ubuntu 20.04笔记本电脑上工作。有了一台新的笔记本电脑,同样的操作系统,但现在打印机不工作了。它像扫描仪一样工作很好,但是当我尝试打印时,它告诉我打印是完全的,什么都不做。

(驱动程序安装似乎很好,我已经重新启动了计算机和打印机几次)。

我不知道这是否相关,但是我在连接USB时检查了syslog,得到了以下内容:

代码语言:javascript
运行
复制
May 13 10:29:36 sam-Apollo kernel: [ 2132.097742] usb-storage 3-3:1.2: USB Mass Storage device detected
May 13 10:29:36 sam-Apollo kernel: [ 2132.098013] scsi host0: usb-storage 3-3:1.2
May 13 10:29:36 sam-Apollo systemd[1]: Started Configure Plugged-In Printer.
May 13 10:29:36 sam-Apollo udev-configure-printer: add usb-003-010
May 13 10:29:36 sam-Apollo udev-configure-printer: device devpath is /devices/pci0000:00/0000:00:14.0/usb3/3-3
May 13 10:29:36 sam-Apollo udev-configure-printer: Device already handled
May 13 10:29:36 sam-Apollo systemd[1]: configure-printer@usb-003-010.service: Main process exited, code=exited, status=1/FAILURE
May 13 10:29:36 sam-Apollo systemd[1]: configure-printer@usb-003-010.service: Failed with result 'exit-code'.
May 13 10:29:37 sam-Apollo kernel: [ 2133.120447] scsi 0:0:0:0: Direct-Access     EPSON    Stylus Storage   1.00 PQ: 0 ANSI: 2

确保选择打印机为默认后,syslog显示的内容略有不同,尽管问题仍然存在。

代码语言:javascript
运行
复制
May 13 11:51:47 sam-Apollo systemd[1]: Started Configure Plugged-In Printer.
May 13 11:51:47 sam-Apollo udev-configure-printer: add usb-003-004
May 13 11:51:47 sam-Apollo kernel: [  110.737617] usblp 3-3:1.1: usblp0: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04B8 pid 0x084A
May 13 11:51:47 sam-Apollo kernel: [  110.737656] usbcore: registered new interface driver usblp
May 13 11:51:47 sam-Apollo kernel: [  110.738978] usb-storage 3-3:1.2: USB Mass Storage device detected
May 13 11:51:47 sam-Apollo kernel: [  110.739964] scsi host0: usb-storage 3-3:1.2
May 13 11:51:47 sam-Apollo kernel: [  110.740079] usbcore: registered new interface driver usb-storage
May 13 11:51:47 sam-Apollo kernel: [  110.742682] usbcore: registered new interface driver uas
May 13 11:51:47 sam-Apollo udev-configure-printer: device devpath is /devices/pci0000:00/0000:00:14.0/usb3/3-3
May 13 11:51:47 sam-Apollo udev-configure-printer: MFG:EPSON MDL:Stylus SX400 SERN:- serial:4B4E5A593131323556
May 13 11:51:48 sam-Apollo kernel: [  111.751062] scsi 0:0:0:0: Direct-Access     EPSON    Stylus Storage   1.00 PQ: 0 ANSI: 2
May 13 11:51:48 sam-Apollo kernel: [  111.751250] sd 0:0:0:0: Attached scsi generic sg0 type 0
May 13 11:51:49 sam-Apollo kernel: [  111.822671] sd 0:0:0:0: [sda] Attached SCSI removable disk
May 13 11:51:53 sam-Apollo kernel: [  115.802611] usblp0: removed
May 13 11:51:53 sam-Apollo kernel: [  115.809621] usblp 3-3:1.1: usblp0: USB Bidirectional printer dev 4 if 1 alt 0 proto 2 vid 0x04B8 pid 0x084A
May 13 11:51:53 sam-Apollo /hpfax: [3701]: error: Failed to create /var/spool/cups/tmp/.hplip
May 13 11:51:54 sam-Apollo udev-configure-printer: URI contains USB serial number
May 13 11:51:54 sam-Apollo udev-configure-printer: URI match: usb://EPSON/Stylus%20SX400?serial=4B4E5A593131323556&interface=1
May 13 11:51:54 sam-Apollo udev-configure-printer: URI of detected printer: usb://EPSON/Stylus%20SX400?serial=4B4E5A593131323556&interface=1, normalized: epson stylus sx400 serial 4b4e5a593131323556 interface 1
May 13 11:51:54 sam-Apollo udev-configure-printer: URI of print queue: usb://EPSON/Stylus%20SX400?serial=4B4E5A593131323556&interface=1, normalized: epson stylus sx400 serial 4b4e5a593131323556 interface 1
May 13 11:51:54 sam-Apollo udev-configure-printer: Queue ipp://localhost/printers/Stylus-SX400 has matching device URI
May 13 11:51:54 sam-Apollo systemd[1]: configure-printer@usb-003-004.service: Succeeded.

任何帮助都很感激。

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2022-05-13 12:48:55

由于这是一个USB打印机,很可能是串行#已经改变。下面的行显示了串行#,如果您检查当前打印机属性,您将看到串行#不匹配。

代码语言:javascript
运行
复制
May 13 11:51:54 sam-Apollo udev-configure-printer: URI match: usb://EPSON/Stylus%20SX400?serial=4B4E5A593131323556&interface=1

只要删除打印机,然后重新添加,你就会没事的。

注意:您可以清除hplip,因为它只适用于HP打印机。

更新#1:

从以下位置安装爱普生驱动程序:

https://epson.com/Support/wa00821

http://download.ebz.epson.net/dsc/search/01/search/searchModule

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1408318

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档