It seems the best solution for now is to add SANE_USB_WORKAROUND=1 line to /etc/environment:
echo "SANE_USB_WORKAROUND=1" | sudo tee -a /etc/environment
(or to /etc/systemd/user.conf: echo "DefaultEnvironment=SANE_USB_WORKAROUND=1"|sudo tee -a /etc/systemd/user.conf )
For more info why SANE_USB_WORKAROUND=1 is needed look at http://www.sane-project.org release notes of 1.0.27: Note 3: The Linux USB3 workaround which was added in version 1.0.25 is now disabled by default. If you have difficulty using a scanner which previously worked, or intermittent scanner availability, try setting the new environment variable SANE_USB_WORKAROUND=1 before starting frontend. I found this info in comments of bug #1728012 and https://askubuntu.com/questions/966834/ubuntu-17-10-and-samsung-scx-4624f-scanner-not-working/966835
It seems the best solution for now is to add SANE_USB_ WORKAROUND= 1 line to /etc/environment:
echo "SANE_USB_ WORKAROUND= 1" | sudo tee -a /etc/environment
(or to /etc/systemd/ user.conf: echo "DefaultEnviron ment=SANE_ USB_WORKAROUND= 1"|sudo tee -a /etc/systemd/ user.conf )
For more info why SANE_USB_ WORKAROUND= 1 is needed look at http:// www.sane- project. org release notes of 1.0.27: WORKAROUND= 1 before starting frontend. /askubuntu. com/questions/ 966834/ ubuntu- 17-10-and- samsung- scx-4624f- scanner- not-working/ 966835
Note 3: The Linux USB3 workaround which was added in version 1.0.25 is now disabled by default. If you have difficulty using a scanner which previously worked, or intermittent scanner availability, try setting the new environment variable SANE_USB_
I found this info in comments of bug #1728012 and https:/