按照这个问题中的这些步骤,我设法通过scanimage -L在网络上发现了我的扫描器,但是在scanimage -T中仍然有一个错误:
[sanei_debug] Setting debug level of pixma to 5.
[pixma] pixma is compiled with pthread support.
[pixma] pixma version 0.17.24
[pixma] Scanner model found: Name MX920(Canon PIXMA MX920 Series) matches MX920 series
[pixma] pixma_collect_devices() found Canon PIXMA MX920 Series at bjnp://10.0.0.5:8612
[pixma] pixma_find_scanners() found 1 devices
[pixma] Scanner model found: Name MX920(Canon PIXMA MX920 Series) matches MX920 series
[pixma] pixma_collect_devices() found Canon PIXMA MX920 Series at bjnp://10.0.0.5:8612
[pixma] pixma_open(): Canon PIXMA MX920 Series
[pixma] *mp150_open***** This is a generation 4 scanner. *****
[pixma] Reader task started
[pixma] Reader task id=139912999573248 (threaded)
scanimage: scanning image of size 638x877 pixels at 24 bits/pixel
scanimage: acquiring RGB frame, 8 bits/sample
scanimage: reading one scanline, 1914 bytes... [bjnp] bjnp_open_tcp: ERROR - Can not connect to scanner: Connection refused
[pixma] Reader task terminated: EINVAL
[pixma] read_image():reader task closed the pipe:0 bytes received, 1678578 bytes expected
FAIL Error: Invalid argument
[pixma] pixma_close(): Canon PIXMA MX920 Series
[bjnp] bjnp_open_tcp: ERROR - Can not connect to scanner: Connection refused防火墙也是一样的。
$ dpkg -l | grep sane
ii libsane:amd64 1.0.26~git20151121-1 amd64 API library for scanners
ii libsane-common 1.0.26~git20151121-1 all API library for scanners -- documentation and support files
ii libsane-hpaio 3.15.7-0ubuntu4 amd64 HP SANE backend for multi-function peripherals
ii sane 1.0.14-11 amd64 scanner graphical frontends
ii sane-utils 1.0.26~git20151121-1 amd64 API library for scanners -- utilities
rc xsane 0.998-6ubuntu1 amd64 featureful graphical frontend for SANE (Scanner Access Now Easy)
ii xsane-common 0.998-6ubuntu1 all featureful graphical frontend for SANE (Scanner Access Now Easy)uname给出:
Linux 4.2.0-27-generic x86_64 GNU/Linux再精确一点,我在Kubuntu 14.04 32位和64位上还有两台笔记本电脑。32位有效,64位无效。
更新libsane
ii libsane:amd64 1.0.26-git20160214-wily0 amd64 API library for scanners
ii libsane-common 1.0.26-git20160214-wily0 amd64 API library for scanners -- documentation and support files
ii libsane-hpaio 3.15.7-0ubuntu4 amd64 HP SANE backend for multi-function peripherals
ii sane 1.0.14-11 amd64 scanner graphical frontends
ii sane-utils 1.0.26-git20160214-wily0 amd64 API library for scanners -- utilities
rc xsane 0.998-6ubuntu1 amd64 featureful graphical frontend for SANE (Scanner Access Now Easy)
ii xsane-common 0.998-6ubuntu1 all featureful graphical frontend for SANE (Scanner Access Now Easy)还是同样的错误。scangear当然起作用了,因为它没有使用libsane,但是我想使用Java librairie jfreesane。
。
系统的一个标准的MAJ使这些轻骑兵像往常一样工作。
谢谢你的帮助/时间
发布于 2016-02-16 22:40:04
考虑安装每日SANE ppa。这获得了90%的功能,我们的佳能多用途设备。唯一不起作用的是纸馈线,它适用于佳能的裸骨scangearmp2。你能为你的扫描仪找到后一个程序吗?
https://askubuntu.com/questions/735537
复制相似问题