[sane-devel] Mustek_PP Good news, better news, bad news

Henning Meier-Geinitz henning@meier-geinitz.de
Tue, 27 Nov 2001 20:36:52 +0100


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