<div dir="ltr">Thanks. </div>
<div dir="ltr">After setting the debug variables I am now getting the following messages for each backend:</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">[sanei_debug] Setting debug level of dll to 7.<br>[dll] sane_init: SANE dll backend version 1.0.12 from sane-backends 1.0.18<br>[dll] sane_init: reading dll.conf<br>[dll] add_backend: adding backend `net'<br>
[dll] add_backend: adding backend `abaton'<br>[dll] add_backend: adding backend `agfafocus'<br>....</div>
<div dir="ltr">[dll] add_backend: adding backend `canon'</div>
<div dir="ltr">...</div>
<div dir="ltr">[dll] add_backend: adding backend `plustek'</div>
<div dir="ltr">...<br>[dll] sane_get_devices<br>[dll] load: searching backend `v4l' in `/usr/local/lib/sane'<br>[dll] load: trying to load `/usr/local/lib/sane/cygsane-v4l-1.dll'<br>[dll] load: couldn't open `/usr/local/lib/sane/cygsane-
v4l-1.dll' (No such file or directory)</div>
<div dir="ltr">[dll] load: couldn't find backend `v4l' (No such file or directory)<br>...</div>
<div dir="ltr">[dll] load: searching backend `plustek' in `/usr/local/lib/sane'<br>[dll] load: trying to load `/usr/local/lib/sane/cygsane-plustek-1.dll'<br>[dll] load: couldn't open `/usr/local/lib/sane/cygsane-plustek-1.dll
' (No such file or directory)<br>[dll] load: couldn't find backend `plustek' (No such file or directory)<br>...</div>
<div dir="ltr">[dll] sane_get_devices: found 0 devices</div>
<div dir="ltr">
<p>No scanners were identified. If you were expecting something different,<br>check that the scanner is plugged in, turned on and detected by the<br>sane-find-scanner tool (if appropriate). Please read the documentation<br>
which came with this software (README, FAQ, manpages).<br>[dll] sane_exit: exiting<br>[dll] sane_exit: finished<br></p></div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">The usr/local/lib/sane directory contains libsane-&lt;backend&gt;.la files, not the .dll files.</div>
<div dir="ltr">How should I proceed from here?</div>
<div dir="ltr">&nbsp;</div>
<blockquote dir="ltr" style="MARGIN-RIGHT: 0px">
<div>&nbsp;</div>
<div>Message: 1<br>Date: Wed, 15 Nov 2006 08:32:52 -0500<br>From: Greenproc &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:greenproc@charter.net">greenproc@charter.net</a>&gt;<br>Subject: Re: [sane-devel] Re: CanoScan LiDE 30 on NetBSD not found
<br>To: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:sane-devel@lists.alioth.debian.org"><span></span>sane-devel@lists.alioth.debian.org</a><br>Message-ID: &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:200611150832.52400.greenproc@charter.net">
200611150832.52400.greenproc@charter.net</a>&gt;<br>Content-Type: text/plain; &nbsp;charset=&quot;iso-8859-1&quot;<br><br>On Wednesday 15 November 2006 02:08, Guy Yitzhaki wrote:<br>&gt; Thanks!<br>&gt;<br>&gt; I'm sorry if I'm slow, but but where do I add these lines? I have been
<br>&gt; programming in Java for the last ten years, and the last time I saw C code<br>&gt; was back in my university days.<br><br>At your command shell type:<br><br>export SANE_DEBUG_DLL=7<br>export SANE_DEBUG_&lt;backend-name&gt;=7
<br><br>replacing &lt;backend-name&gt; with whatever the name of the sane backend that your<br>scanner uses.<br><br>I also now realize, that you are running WinXP -- in order to set environment<br>variables in XP, go to system properties (right click my computer) and it is
<br>somewhere in there -- it would of course be a &quot;user&quot; variable, not &quot;system&quot;<br>variable. &nbsp;Not sure how it would be done via the windows command shell.<br><br>Hope that helps.<br>&nbsp;</div></blockquote>