Hi all, I bought the LiDE 120 scanner on the premise it would work (well) with Debian.
The scanner is supported in SANE version 1.0.27 right? Latest version in buster/sid archive is 1.0.25 Anyway, here's what I had to do to get it working: enable experimental sources: deb http://ftp.uk.debian.org/debian/ experimental main deb-src http://ftp.uk.debian.org/debian/ experimental main apt-get -t experimental install libsane1 apt-get install equivs equivs-control libsane (change name to libsane & version in libsane file to 1.0.28) equivs-build libsane dpkg -i libsane_1.0.28_all.deb apt-get install xsane add ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="190e", ENV{libsane_matched}="yes" into /lib/udev/rules.d/60-libsane.rules Result is now it scans! Happy about that. Chris

