首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >HP LaserJet AllInOne,扫描不工作

HP LaserJet AllInOne,扫描不工作
EN

Ask Ubuntu用户
提问于 2017-11-16 21:21:46
回答 5查看 8.7K关注 0票数 8

如果我尝试扫描(xsane或简易扫描),就会得到以下输出:

设备URI: hpaio:/net/HP_LaserJet_MFP_M129-M134?hostname=hp-drucker

我听说这个设备有很好的linux支持。请参阅https://hardwarerecs.stackexchange.com/questions/8323/small-printerscanner-with-very-good-support-for-ubuntu

代码语言:javascript
复制
MIB search path: /home/guettli/.snmp/mibs:/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf:/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (NOTIFICATION-LOG-MIB): At line 0 in (none)
Cannot find module (DISMAN-EVENT-MIB): At line 0 in (none)
Cannot find module (DISMAN-SCHEDULE-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none)
Cannot find module (MTA-MIB): At line 0 in (none)
Cannot find module (NETWORK-SERVICES-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TC): At line 15 in /usr/share/snmp/mibs/UCD-DISKIO-MIB.txt
Cannot find module (SNMPv2-SMI): At line 34 in /usr/share/snmp/mibs/UCD-SNMP-MIB.txt
Cannot find module (SNMPv2-TC): At line 37 in /usr/share/snmp/mibs/UCD-SNMP-MIB.txt
Did not find 'enterprises' in module #-1 (/usr/share/snmp/mibs/UCD-SNMP-MIB.txt)
Did not find 'DisplayString' in module #-1 (/usr/share/snmp/mibs/UCD-SNMP-MIB.txt)
Did not find 'TruthValue' in module #-1 (/usr/share/snmp/mibs/UCD-SNMP-MIB.txt)
.... (cut)

在更新snmp包之后,我现在得到了这个错误:

代码语言:javascript
复制
===> hp-scan 

HP Linux Imaging and Printing System (ver. 3.16.11)
Scan Utility ver. 2.2

Copyright (c) 2001-15 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

warning: No destinations specified. Adding 'file' destination by default.
Using device hpaio:/net/HP_LaserJet_MFP_M129-M134?hostname=NPIBC8C62.local
Opening connection to device...
error: SANE: Error during device I/O (code=9)

仍然不可能扫描:-(

EN

回答 5

Ask Ubuntu用户

发布于 2017-11-21 16:38:16

有些蛮力的答案是,您已经在您的系统上安装了snmp,并且它还没有被完全删除。最简单的修复方法是重新安装snmp:

打开终端,输入命令

代码语言:javascript
复制
sudo apt update
sudo apt install snmp snmp-mibs-downloader

修复了snmp问题后,hp扫描引用的I/O错误9似乎表明它可能没有完全安装-请参阅https://bugzilla.redhat.com/show_bug.cgi?id=1347231

若要修复此问题,请输入命令

代码语言:javascript
复制
sudo apt install --reinstall hplip
票数 3
EN

Ask Ubuntu用户

发布于 2019-04-18 15:01:21

我通过安装error: SANE: Error during device I/O (code=9)解决了hplip-plugin问题。

我必须手动从那里下载它并使用sh hplip-3.19.3-plugin.run安装它(使用与您自己的hplip相同的版本,您可以通过运行命令hp-info查看版本号)。使用hp-plugin命令对我不起作用。

在此之后,hp-scan和像简单扫描这样的程序正常工作。

票数 3
EN

Ask Ubuntu用户

发布于 2022-12-18 22:47:20

遇到了类似的问题,我的hp-扫描器的错误信息非常相似(它在hp-all-one中,打印机工作,但扫描仪不能工作)。

对原始帖子的直接回答没有解决我的问题,但是安装hplip,然后运行hp-设置,使我的hp-扫描仪完美地工作。

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

https://askubuntu.com/questions/977202

复制
相关文章

相似问题

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