> Hello, > > i just installed the sane backends in my cygwin enviroment. > Now I encountered the problem, that the scanner is recognized by > sane-find-scanner as follows: > found USB scanner (vendor=0x03f0, product=0x0405) at > libusb:bus-1:\\.\libusb0-0 > 04--0x03f0-0x0405 > > When I run scanimage -L it tells me that there is no suitable backend for > my > scanner although my scanner > works in an native linux enviroment. > So I created a niash.conf file and added the following line: > usb 0x03f0 0x0405 > but this did not solve my problem. > > Does anyone know a solution how to get the Scanjet working in an cygwin > enviroment?
Possibly the niash backend is not specified in dll.conf (the configuration file for the dynamic backend loader). Do you see any references to niash when you do 'export SANE_DEBUG_DLL=255' and then run 'scanimage -L' again? You should not need a niash.conf file. Kind regards, Bertrik
