Good evening,
I installed Solus on both my computers and I got the same problem with 2 different printers. They are just not detected in printers setting. Here's what I tried:
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 002:001: Access denied (insufficient permissions)
could not open USB device 0x1377/0x10fe at 001:006: Access denied (insufficient permissions)
could not open USB device 0x1532/0x0084 at 001:005: Access denied (insufficient permissions)
could not open USB device 0x0951/0x16df at 001:004: Access denied (insufficient permissions)
could not open USB device 0x0a12/0x0001 at 001:003: Access denied (insufficient permissions)
could not open USB device 0x046d/0xc31c at 001:002: Access denied (insufficient permissions)
found USB scanner (vendor=0x04e8, product=0x3469 [M2070 Series]) at libusb:001:010
could not open USB device 0x1d6b/0x0002 at 001:001: Access denied (insufficient permissions)
# 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.
# 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.
scanimage -L
device `xerox_mfp:libusb:001:010' is a Samsung M2070 Series multi-function peripheral
By the way, when I did this, the printer powered up, but that didn't change anything.
Also:
sudo 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 fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
found USB scanner (vendor=0x04e8 [Samsung Electronics Co., Ltd.], product=0x3469 [M2070 Series]) at libusb:001:010
# 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.
sudo scanimage -L
device `xerox_mfp:libusb:001:010' is a Samsung M2070 Series multi-function peripheral
When I enter lsusb, it's detected:
Bus 001 Device 010: ID 04e8:3469 Samsung Electronics Co., Ltd M2070 Series
I'm now running out of ideas. Problem also happened on a HP printer. Both worked well in Ubuntu-based systems and in Fedora.
Can you help me?