Thanks.
After setting the debug variables I am now getting the following messages for each backend:
[sanei_debug] Setting debug level of dll to 7. [dll] sane_init: SANE dll backend version 1.0.12 from sane-backends 1.0.18 [dll] sane_init: reading dll.conf [dll] add_backend: adding backend `net'
[dll] add_backend: adding backend `abaton' [dll] add_backend: adding backend `agfafocus' ....
[dll] add_backend: adding backend `canon'
...
[dll] add_backend: adding backend `plustek'
... [dll] sane_get_devices [dll] load: searching backend `v4l' in `/usr/local/lib/sane' [dll] load: trying to load `/usr/local/lib/sane/cygsane-v4l-1.dll' [dll] load: couldn't open `/usr/local/lib/sane/cygsane-
v4l-1.dll' (No such file or directory)
[dll] load: couldn't find backend `v4l' (No such file or directory) ...
[dll] load: searching backend `plustek' in `/usr/local/lib/sane' [dll] load: trying to load `/usr/local/lib/sane/cygsane-plustek-1.dll' [dll] load: couldn't open `/usr/local/lib/sane/cygsane-plustek-1.dll
' (No such file or directory) [dll] load: couldn't find backend `plustek' (No such file or directory) ...
[dll] sane_get_devices: found 0 devices
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). [dll] sane_exit: exiting [dll] sane_exit: finished
The usr/local/lib/sane directory contains libsane-<backend>.la files, not the .dll files.
How should I proceed from here?
Message: 1 Date: Wed, 15 Nov 2006 08:32:52 -0500 From : Greenproc <charter.net">greenproc charter.net> Subject: Re: [sane-devel] Re: CanoScan LiDE 30 on NetBSD not found
To: lists.alioth.debian.org">sane-devel lists.alioth.debian.org Message-ID: <charter.net">
200611150832.52400.greenproc charter.net> Content-Type: text/plain; charset="iso-8859-1"
On Wednesday 15 November 2006 02:08, Guy Yitzhaki wrote: > Thanks! > > I'm sorry if I'm slow, but but where do I add these lines? I have been
> programming in Java for the last ten years, and the last time I saw C code > was back in my university days.
At your command shell type:
export SANE_DEBUG_DLL=7 export SANE_DEBUG_<backend-name>=7
replacing <backend-name> with whatever the name of the sane backend that your scanner uses.
I also now realize, that you are running WinXP -- in order to set environment variables in XP, go to system properties (right click my computer) and it is
somewhere in there -- it would of course be a "user" variable, not "system" variable. Not sure how it would be done via the windows command shell.
Hope that helps.
|