[Share Experiences] 惠普打印扫描一体机开启扫描功能
Tofloor
poster avatar
thepoy
deepin
2022-06-14 22:14
Author

深度的打印机里是可以直接打印的,但是扫描易却缺少相应的驱动。

办公室的机器型号是:HP ColorLaserJet MFP M278-M281 Postscript。

使用扫描易扫描时会提示无法连接扫描仪,不用多想,必是驱动缺失或者驱动出了问题。

在终端里运行 hp-setup运行初始化,需要根据实际情况选择打印机的连接方式:

image.png

点击next后就会在你指定的网络环境中搜索打印机了。点击你要使用的打印机后再点next可能会出现下面的问题:

Traceback (most recent call last):
  File "/usr/share/hplip/ui5/setupdialog.py", line 1304, in NextButton_clicked
    self.showAddPrinterPage()
  File "/usr/share/hplip/ui5/setupdialog.py", line 728, in showAddPrinterPage
    self.readwriteFaxInformation()
  File "/usr/share/hplip/ui5/setupdialog.py", line 1128, in readwriteFaxInformation
    self.fax_name_company = to_unicode(d.getStationName())
  File "/usr/share/hplip/fax/pmlfax.py", line 158, in getStationName
    data = utils.printable(self.getPML(pml.OID_FAX_STATION_NAME)[1])
  File "/usr/share/hplip/base/utils.py", line 1027, in printable
    return s.translate(identity, unprintable)
TypeError: translate() takes exactly one argument (2 given)
[1]    69639 abort      hp-setup

深度用的是debian 10的库,里面的 hplip 用的 python 还是 python2,但当前 python3 才是主流,而 python2 和 python3 在某些内置函数上是不同的,上面的 s.translate(identity, unprintable)是 python2 的写法,python3 中应改成 s.translate(unprintable)

然后再重新执行一遍 hp-setup 应该就可以正确连接打印机了。

此时再打开扫描易,点击扫描应该会弹出插件缺失的窗口,在线下载安装即可,下载时间可能会有点长,耐心等待。

插件安装时会弹出一个证书不受信任(记得好像是)的窗口,问题是否继续安装,点继续。

此时插件已安装完成,再点击扫描就可以了。

Reply Favorite View the author
All Replies
babyfengfjx
Super Moderator
CQA
2022-06-14 22:15
#1
  • 会对有打印机的同学有较大帮助~
Reply View the author
flagger
deepin
2022-06-15 03:26
#2

厉害了

我的是爱普生打印机

也不能扫描

试试看能不能行

去爱普生官网下载了驱动,我的无线扫描功能终于可以用了

Reply View the author
xuqi
deepin testing team
2022-06-20 23:18
#3
  • 不错的分享 ~ 赞 ~👍
Reply View the author
克亮
deepin
2022-07-29 04:33
#4

非常不错。目前针对扫描太缺人才了。希望针对SANE 能多出一点此类教程。可以设计一个图形界面 添加扫描方式 USB 网络 然后在库文件夹添加相应打印机的udev usb 的信息 能读取到扫描仪。

Reply View the author
dlw
deepin
2022-12-01 22:49
#5

截图_hp-plugin_20221201144248.pnghp扫描仪安装出现了这个,怎么处理啊

Reply View the author
thepoy
deepin
2022-12-02 06:13
#6
dlw

截图_hp-plugin_20221201144248.pnghp扫描仪安装出现了这个,怎么处理啊

输入密码就行了啊

Reply View the author
晓平
deepin
2023-05-01 22:37
#7

截图_hp-setup_20230501143419.png

Reply View the author