This scanner & PC have been in use since first set up on 13.2. When I upgraded to 14.1 I ran into an issue similar to today’s (see https://bit.ly/3dGBPC9) That time the problem resolved easily, however I recently installed Thunderbird (fresh install, old /home). The scanner worked at first, but I didn’t use it for a couple of months, during which I updated several times using (zypper dup)
Today xsane says “No devices available”, Here’s what I’ve tried so far:
**localhost:~ #** brsaneconfig4 -a name=8850 model=mfc-l8850cdw ip=192.168.1.114
**localhost:~ #** brsaneconfig4 -q | grep name=8850
**localhost:~ #** scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
**localhost:~ #** ping 192.168.1.114
PING 192.168.1.114 (192.168.1.114) 56(84) bytes of data.
64 bytes from 192.168.1.114: icmp_seq=1 ttl=255 time=118 ms
64 bytes from 192.168.1.114: icmp_seq=2 ttl=255 time=4.30 ms
64 bytes from 192.168.1.114: icmp_seq=3 ttl=255 time=6.09 ms
64 bytes from 192.168.1.114: icmp_seq=4 ttl=255 time=7.47 ms
64 bytes from 192.168.1.114: icmp_seq=5 ttl=255 time=6.49 ms
64 bytes from 192.168.1.114: icmp_seq=6 ttl=255 time=53.5 ms
64 bytes from 192.168.1.114: icmp_seq=7 ttl=255 time=78.7 ms
64 bytes from 192.168.1.114: icmp_seq=8 ttl=255 time=103 ms
64 bytes from 192.168.1.114: icmp_seq=9 ttl=255 time=7.89 ms
64 bytes from 192.168.1.114: icmp_seq=10 ttl=255 time=6.35 ms
64 bytes from 192.168.1.114: icmp_seq=11 ttl=255 time=4.40 ms
64 bytes from 192.168.1.114: icmp_seq=12 ttl=255 time=6.52 ms
64 bytes from 192.168.1.114: icmp_seq=13 ttl=255 time=6.42 ms
64 bytes from 192.168.1.114: icmp_seq=14 ttl=255 time=25.0 ms
64 bytes from 192.168.1.114: icmp_seq=15 ttl=255 time=13.3 ms
64 bytes from 192.168.1.114: icmp_seq=16 ttl=255 time=10.2 ms
^C
--- 192.168.1.114 ping statistics ---
16 packets transmitted, 16 received, 0% packet loss, time 15022ms
rtt min/avg/max/mdev = 4.304/28.600/117.641/36.864 ms
**localhost:~ #** brsaneconfig4 -d
-----------------------------
cat /etc/fstab
UUID=fbf02bbf-ea01-4981-beb9-67b6a33203fe / ext4 defaults 0 1
UUID=57f0bd4a-8c32-480c-9ff9-91520cbbe9bd swap swap defaults 0 0
UUID=379be1c1-4c99-42ea-a553-7f157e7e59e1 /home ext4 data=ordered 0 2
UUID=6CF1-77EB /boot/efi vfat utf8 0 2
-----------------------------
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.
found USB scanner (vendor=0x04ca [Broadcom Corp], product=0x2003 [BCM20702A0]) at libusb:001
:004
found USB scanner (vendor=0x0bda [Generic], product=0x0129 [USB2.0-CRW]) at libusb:001:003
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
-----------------------------
ls -R -all /proc/bus/usb
ls: cannot access '/proc/bus/usb': No such file or directory
-----------------------------
cat /proc/bus/usb/devices
cat: /proc/bus/usb/devices: No such file or directory
-----------------------------
scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
-----------------------------
-----------------------------
ping
test 8850
ping 192.168.1.114 -w 10
PING 192.168.1.114 (192.168.1.114) 56(84) bytes of data.
64 bytes from 192.168.1.114: icmp_seq=1 ttl=255 time=7.48 ms
64 bytes from 192.168.1.114: icmp_seq=2 ttl=255 time=197 ms
64 bytes from 192.168.1.114: icmp_seq=3 ttl=255 time=12.8 ms
64 bytes from 192.168.1.114: icmp_seq=4 ttl=255 time=115 ms
64 bytes from 192.168.1.114: icmp_seq=5 ttl=255 time=82.7 ms
64 bytes from 192.168.1.114: icmp_seq=6 ttl=255 time=5.35 ms
64 bytes from 192.168.1.114: icmp_seq=7 ttl=255 time=7.42 ms
64 bytes from 192.168.1.114: icmp_seq=8 ttl=255 time=6.42 ms
64 bytes from 192.168.1.114: icmp_seq=9 ttl=255 time=6.00 ms
64 bytes from 192.168.1.114: icmp_seq=10 ttl=255 time=5.78 ms
--- 192.168.1.114 ping statistics ---
10 packets transmitted, 10 received, 0% packet loss, time 9014ms
rtt min/avg/max/mdev = 5.351/44.589/196.660/62.713 ms