Hi, On Mon, Oct 03, 2005 at 06:19:17PM +0300, Anastas Giokov wrote: > I'm using Debian sid and trying to compile sane-backends from source, > but after successfull compilation and installation, I could not detect > the scanner at all. I suspect that the above applies to my problem, > but I could not figure out where/when to set USE=usb?
This only works for gentoo. For Debian: aptitude install libusb-dev make distclean; ./configure (check that libusb is found and used); make; make install Bye, Henning
