首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在20.04安装USB扫描仪Brother7420

无法在20.04安装USB扫描仪Brother7420
EN

Ask Ubuntu用户
提问于 2021-11-30 01:05:59
回答 1查看 180关注 0票数 2
  • 尝试使用文件扫描器。我发现了一个关于扫描仪找不到的错误
  • 兄弟网站下载的驱动程序
  • dpkg -i brscan2-0.2.5-1.amd64.deb
  • 执行brsaneconfig2 -d并回复:found USB scanner (vendor=0x04f9, product=0x0180) at libusb:003:002,但scanimage -L回复:No scanners were identified.
  • 在类似的打印机上,Brother发布了一些关于如何在常见问题中启用意味着修改/lib/udev/rules.d/40-libsane.rules的信息,但是这个文件已经不在ubuntu20.04上了,所以我不知道如何跟进。
  • 找到一个缺少usb库的错误,但仍然有一个问题:

root@ubuntu20:/home/usuario# scanimage --test

scanimage: open of device brother2:bus2;dev1 failed: Invalid argument

EN

回答 1

Ask Ubuntu用户

发布于 2021-11-30 22:43:50

libusb-0.1-4丢失:

代码语言:javascript
复制
root@ubuntu20:~# SANE_DEBUG_DLL=3 scanimage -L
    [23:30:54.437751] [dll] load: searching backend `brother2' in `/usr/lib/x86_64-linux-gnu/sane:/usr/lib/sane:/usr/lib64/sane'
    [23:30:54.437770] [dll] load: dlopen()ing `/usr/lib64/sane/libsane-brother2.so.1'
    [23:30:54.437995] [dll] load: dlopen() failed (libusb-0.1.so.4: cannot open shared object file: No such file or directory)

所以libusb-0.1-4丢失了:apt-get install libusb-0.1-4

代码语言:javascript
复制
root@ubuntu20:~# scanimage -L
device `brother2:bus2;dev1' is a Brother MFC-7420 USB scanner
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1378311

复制
相关文章

相似问题

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