Hi, everyone!
I have been using and enjoying Solus for a long time. I recently had to upgrade my hard drive because it was out of space. I reinstalled on the new terabyte ssd and set everything up. I installed the Samsung unified Linux drivers for my printer/scanner. The printer and scanner used to work connected with the wireless network on the old, out of space ssd. I set up the printer with no problems. I can't get my computer to detect the scanner at all. Running "scanimage -L" here is the output:
``sully@sullivan ~ $ 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).
Running "sane-find-scanner" here is the output:
``sully@sullivan ~ $ 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.
Also you need support for SCSI Generic (sg) in your operating system.
If using Linux, try "modprobe sg".
could not open USB device 0x046d/0xc52b at 002:004: Access denied (insufficient permissions)
could not open USB device 0x413c/0x2111 at 002:003: Access denied (insufficient permissions)
could not open USB device 0x8087/0x0024 at 002:002: Access denied (insufficient permissions)
could not open USB device 0x1d6b/0x0002 at 002:001: Access denied (insufficient permissions)
could not open USB device 0x8087/0x0024 at 001:002: 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.
Running each command as sudo gives the exact same output as above. However, the computer seems to recognize that the hardware is there, because running "avahi-browse -rt ipp.tcp" gives:
``sully@sullivan ~ $ avahi-browse -rt ipp.tcp
- eno1 IPv6 Samsung M288x Series (SEC30CDA790E57A) ipp.tcp local
- eno1 IPv4 Samsung M288x Series (SEC30CDA790E57A) ipp.tcp local
= eno1 IPv4 Samsung M288x Series (SEC30CDA790E57A) ipp.tcp local
hostname = [SEC30CDA790E57A.local]
address = [192.168.1.108]
port = [631]
txt = ["Staple=F" "Sort=F" "Fax=T" "Scan=T" "Punch=0" "PaperCustom=T" "Duplex=T" "Copies=T" "Color=F" "Collate=F" "Bind=F" "URF=W8,RS600,IS1,CP1,IFU0,PQ4,OB10,DM1,V1.2" "UUID=16a65700-007c-1000-bb49-30cda790e57a" "MDL=M288x Series" "MFG=Samsung" "usb_CMD=MFG:Samsung;CMD:SPL,PCL6,URF,FAX,FWV,PIC,DCU,EXT;MDL:M288x Series;CLS😛RINTER;CID:SA_PCL6_BW;MODE:FAX3,SCN,SPL3,R000105;" "usb_MDL=M288x Series" "usb_MFG=Samsung" "adminurl=http://SEC30CDA790E57A.local./sws/index.html?link=/sws/app/settings/network/AirPrint/AirPrint.html" "pdl=application/octet-stream,application/PCL,application/vnd.hp-PCL,application/vnd.hp-PCLXL,application/x-QPDL,text/plain,image/urf" "product=(Samsung M288x Series)" "ty=Samsung M288x Series" "priority=51" "qtotal=1" "note=" "rp=ipp/print" "txtvers=1"]
= eno1 IPv6 Samsung M288x Series (SEC30CDA790E57A) ipp.tcp local
hostname = [SEC30CDA790E57A.local]
address = [192.168.1.108]
port = [631]
txt = ["Staple=F" "Sort=F" "Fax=T" "Scan=T" "Punch=0" "PaperCustom=T" "Duplex=T" "Copies=T" "Color=F" "Collate=F" "Bind=F" "URF=W8,RS600,IS1,CP1,IFU0,PQ4,OB10,DM1,V1.2" "UUID=16a65700-007c-1000-bb49-30cda790e57a" "MDL=M288x Series" "MFG=Samsung" "usb_CMD=MFG:Samsung;CMD:SPL,PCL6,URF,FAX,FWV,PIC,DCU,EXT;MDL:M288x Series;CLS😛RINTER;CID:SA_PCL6_BW;MODE:FAX3,SCN,SPL3,R000105;" "usb_MDL=M288x Series" "usb_MFG=Samsung" "adminurl=http://SEC30CDA790E57A.local./sws/index.html?link=/sws/app/settings/network/AirPrint/AirPrint.html" "pdl=application/octet-stream,application/PCL,application/vnd.hp-PCL,application/vnd.hp-PCLXL,application/x-QPDL,text/plain,image/urf" "product=(Samsung M288x Series)" "ty=Samsung M288x Series" "priority=51" "qtotal=1" "note=" "rp=ipp/print" "txtvers=1"]
Any help would be greatly appreciated. I am not sure what has changed on the new system compared to the old system, except that there were a lot of updates on the old drive. Maybe some of the old files had some information that was needed to access the scanner that newer packages do not include. Thanks in advance!
Sully