Hi,

On Tue, Nov 27, 2001 at 07:07:09PM +0000, Jim George wrote:
>       I know I'm being thick but....can you give me the complete sequence of
> commands I should run to provide you with the required output?
> 
>       I've tried the following;
>       SANE_DEBUG_MUSTEK_PP=128
>       scanimage -L

SANE_DEBUG_MUSTEK_PP is a simple environment variable. For scanimage
to be able to get its value, the variable must be exported. Or just
use (in one line):

SANE_DEBUG_MUSTEK_PP=128 scanimage -L 2>dbg.log 

That's just an example. If you use xsane, try

SANE_DEBUG_MUSTEK_PP=128 xsane 2>dbg.log

and do your normal scanning. The file dbg.log should now contain your
debug log.

Bye,
  Henning

Reply via email to