<div dir="auto">look at the Ubuntu sane troubleshooting guide and apply the udev rules. Let us know how it goes.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 1, 2019, 12:28 PM Ulf Zibis <<a href="mailto:Ulf.Zibis@gmx.de">Ulf.Zibis@gmx.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have installed:<br>
sudo add-apt-repository ppa:gunnarhj/sane-backends<br>
sudo apt update<br>
sudo apt install libsane1<br>
sudo apt install sane-utils<br>
brscan3-0.2.11-5.amd64.deb (installed from file manager with<br>
double-click via Ubuntu Software GUI)<br>
brscan-skey-0.2.4-1.amd64.deb (installed from file manager with<br>
double-click via Ubuntu Software GUI)<br>
sudo ln -sfr /usr/lib64/libbr* /usr/lib/x86_64-linux-gnu<br>
sudo ln -sfr /usr/lib64/sane/libsane-brother* /usr/lib/x86_64-linux-gnu/sane<br>
sudo -H gedit /etc/udev/rules.d/59-udev-local.rules with:<br>
# Brother brscan devices<br>
ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="*", MODE="0664",<br>
GROUP="scanner", ENV{libsane_matched}="yes"<br>
<br>
After restart of machine I get:<br>
$ lsusb<br>
Bus 002 Device 004: ID 046d:c312 Logitech, Inc. DeLuxe 250 Keyboard<br>
Bus 002 Device 003: ID 058f:6360 Alcor Micro Corp. Multimedia Card Reader<br>
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub<br>
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>
Bus 001 Device 005: ID 04f9:01ea Brother Industries, Ltd DCP-7030 <br>
<<===== here it is<br>
Bus 001 Device 003: ID 04f2:0719 Chicony Electronics Co., Ltd<br>
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub<br>
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>
$ scanimage -L<br>
<br>
No scanners were identified. If you were expecting something different,<br>
check that the scanner is plugged in, turned on and detected by the<br>
sane-find-scanner tool (if appropriate). Please read the documentation<br>
which came with this software (README, FAQ, manpages).<br>
<br>
$ sane-find-scanner<br>
<br>
# sane-find-scanner will now attempt to detect your scanner. If the<br>
# result is different from what you expected, first make sure your<br>
# scanner is powered up and properly connected to your computer.<br>
<br>
# No SCSI scanners found. If you expected something different, make<br>
sure that<br>
# you have loaded a kernel SCSI driver for your SCSI adapter.<br>
<br>
could not open USB device 0x046d/0xc312 at 002:004: Access denied<br>
(insufficient permissions)<br>
could not open USB device 0x058f/0x6360 at 002:003: Access denied<br>
(insufficient permissions)<br>
could not open USB device 0x8087/0x0020 at 002:002: Access denied<br>
(insufficient permissions)<br>
could not open USB device 0x1d6b/0x0002 at 002:001: Access denied<br>
(insufficient permissions)<br>
found USB scanner (vendor=0x04f9, product=0x01ea) at libusb:001:005<br>
could not open USB device 0x04f2/0x0719 at 001:003: Access denied<br>
(insufficient permissions)<br>
could not open USB device 0x8087/0x0020 at 001:002: Access denied<br>
(insufficient permissions)<br>
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied<br>
(insufficient permissions)<br>
# Your USB scanner was (probably) detected. It may or may not be<br>
supported by<br>
# SANE. Try scanimage -L and read the backend's manpage.<br>
<br>
# Not checking for parallel port scanners.<br>
<br>
# Most Scanners connected to the parallel port or other proprietary ports<br>
# can't be detected by this program.<br>
<br>
# You may want to run this program as root to find all devices. Once you<br>
# found the scanner devices, be sure to adjust access permissions as<br>
# necessary.<br>
<br>
Do you please have any hints, what to do more?<br>
<br>
Thanks<br>
<br>
-Ulf<br>
<br>
--<br>
Von meinem Seibert gesendet<br>
<br>
<br>
-- <br>
sane-devel mailing list: <a href="mailto:sane-devel@alioth-lists.debian.net" target="_blank" rel="noreferrer">sane-devel@alioth-lists.debian.net</a><br>
<a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/sane-devel" rel="noreferrer noreferrer" target="_blank">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/sane-devel</a><br>
Unsubscribe: Send mail with subject "unsubscribe your_password"<br>
to <a href="mailto:sane-devel-request@lists.alioth.debian.org" target="_blank" rel="noreferrer">sane-devel-request@lists.alioth.debian.org</a></blockquote></div>