Hi, On Tue, Apr 08, 2003 at 10:02:19PM +0200, Ondrej Koala Vacha wrote: > I do have scanner HP ScanJet 7450 (it is 7400 with ADF), > Linux Redhat 7.2, kernel 2.4.20 with modules usbcore, uhci > compiled myself. > I have downloaded sane version > sane-avision-2003-03-27-0055-build70.tar.bz2 > and compiled with no warnings.
Is the scanner listed in /proc/bus/usb/devices? If not, something with your kernel USB system is wrong (wrong driver?). If yes, does sane-find-scanner find the scanner? If it's not found even as root, you may not have libusb-0.1.6 or newer. When you build sane, configure prints a line like this "Libs=-lusb ...". If the -lusb part is not there, libusb was not found. YOu may need to update your libusb in this case. Bye, Henning