Hi everybody,
I’m coming back with another problem I have since I upgraded from 22.04 to 24.04. I have a network Brother printer with scanner. I have no difficulties to print from my different devices, but it’s a real pane to scan documents, especially from my desktop. When I launch simple-scan, it keeps on searching a device without being able to find my Brother device.
Here is some command, if it can help you to provide some advices.
greg@greg-NUC11TNKv7:~$ dpkg -l | grep -i brother
ii brother-udev-rule-type1 1.0.2 all Brother udev rule type 1
ii brscan-skey 0.3.2-0 amd64 Brother Linux scanner S-KEY tool
ii brscan4 0.4.11-1 amd64 Brother Scanner Driver
ii mfc9140cdncupswrapper:i386 1.1.4-0 i386 Brother CUPS Laser Printer Definitions
ii mfc9140cdnlpr:i386 1.1.2-1 i386 Brother lpr Laser Printer Definitions
ii printer-driver-brlaser 6-3build2 amd64 printer driver for (some) Brother laser printers
ii printer-driver-ptouch 1.7-1build2 amd64 printer driver Brother P-touch label printers
greg@greg-NUC11TNKv7:~$
greg@greg-NUC11TNKv7:~$ dpkg -l | grep sane
ii libcommon-sense-perl:amd64 3.75-3build3 amd64 module that implements some sane defaults for Perl programs
ii libsane:amd64 1.3.1+git20241204-noble0 amd64 API library for scanners [transitional package]
ii libsane-common 1.3.1+git20241204-noble0 all API library for scanners -- documentation and support files
ii libsane-hpaio:amd64 3.23.12+dfsg0-0ubuntu5 amd64 HP SANE backend for multi-function peripherals
ii libsane1:amd64 1.3.1+git20241204-noble0 amd64 API library for scanners
ii sane-utils 1.3.1+git20241204-noble0 amd64 API library for scanners -- utilities
ii xsane 0.999-12ubuntu4 amd64 featureful graphical frontend for SANE (Scanner Access Now Easy)
ii xsane-common 0.999-12ubuntu4 all xsane architecture independent files
greg@greg-NUC11TNKv7:~$
I tried to perform a diagnostic :
greg@greg-NUC11TNKv7:~$ brsaneconfig4 -d
-----------------------------
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/nvme0n1p2 during installation
UUID=cd9dfaeb-7666-4e51-8850-08fac562572b / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=24B3-1B0F /boot/efi vfat umask=0077 0 1
/swapfile none swap sw 0 0
-----------------------------
sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
could not open USB device 0x1d6b/0x0003 at 004:001: Access denied (insufficient permissions)
could not open USB device 0x8087/0x0026 at 003:003: Access denied (insufficient permissions)
could not open USB device 0x046d/0xc52b at 003:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 003:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0003 at 002:001: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
# 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.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
# You may want to run this program as root to find all devices. Once you
# found the scanner devices, be sure to adjust access permissions as
# necessary.
-----------------------------
ls -R -all /proc/bus/usb
ls: impossible d'accéder à '/proc/bus/usb': Aucun fichier ou dossier de ce nom
-----------------------------
cat /proc/bus/usb/devices
cat: /proc/bus/usb/devices: Aucun fichier ou dossier de ce nom
-----------------------------
scanimage -L
It never stopped ! I had to interrupt the process.
Any help would be appreciated.