[sane-devel] CanoScan LiDE 25 on Windows XP
Guy Yitzhaki
guy.yitzhaki at gmail.com
Sat Nov 18 15:56:26 CET 2006
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 <greenproc at charter.net>
Subject: Re: [sane-devel] Re: CanoScan LiDE 30 on NetBSD not found
To: sane-devel at lists.alioth.debian.org
Message-ID: <200611150832.52400.greenproc at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20061118/0424ece0/attachment.html
More information about the sane-devel
mailing list