如何检测通过 USB 连接的 Brother 扫描仪

Ere*_*evi 3 sane scanner brother

我有一台 Brother 一体机 (MFC-J4420DW)。我安装了它的驱动程序,并且可以从 Ubuntu 16.04 进行打印。但是,当我尝试扫描(使用简单扫描)时,未检测到扫描仪。

我运行 Brother 的诊断实用程序:

sudo brsaneconfig4 -d
Run Code Online (Sandbox Code Playgroud)

并收到以下消息:

# No USB scanners found. If you expected something different, make sure that
# you have loaded a kernel driver for your USB host controller and have setup
# the USB system correctly. See man sane-usb for details.
Run Code Online (Sandbox Code Playgroud)

我不明白这个消息。我查看了 man sane-usb 但看到可能已经过时的说明(例如 libusb 应该至少是版本 0.1.6。我有 2:1.0.20-1)。

如何帮助 Ubuntu 检测我的 USB 扫描仪?

Ere*_*evi 5

这个解决方案太愚蠢了……经过几个小时的挫折后,我只是拔掉 USB 电缆并重新连接。然后,我再次运行 brsaneconfig4 -d 并得到:

found USB scanner (vendor=0x04f9 [Brother], product=0x033d [MFC-J4420DW]) at  libusb:001:013
  # Your USB scanner was (probably) detected. It may or may not be supported by
  # SANE. Try scanimage -L and read the backend's manpage.
Run Code Online (Sandbox Code Playgroud)

现在我可以使用简单扫描进行打印!