Hi andreas
Which version of libusb10.dll is installed? - the current release of libusb1 is 1.0.21-2 plus the libusb1-legacy-0 release 1.0.16-2
Some debugging tips from the 1.0.27 readme.os2 :-
requires the following environment variable set so that Sane can find it's configuration files:
set sane_config_dir=?:\sane\etc\sane.d
where ? = drive letter involved
set SANE_DEBUG_SANEI_USB=255 - turns on debug information for the USB interface
I suggest you create a simple cmd file to set variables and test scanner eg:-
rem scan.cmd
set sane_config_dir=j:\programs\sane\etc\sane.d
set beginlibpath=j:\programs\sane\lib;
set SANE_DEBUG_DLL=255
scanimage -L 2> debugL.log
(change drive letters to suit your system)
Hopefully when run in the scanimage directory will create debugL.log which can be examined in the editor to try and spot where things go wrong.
Regards
Pete
hi pete,
thanks for the script.
i had to change the location for beginlibpath to usr\lib\sane.
the debug log says: No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
unfortunatelly that's all i get...