Hi, On Thu, Apr 10, 2003 at 05:21:54PM -0500, Donald Quaid wrote: > [root@mew sane.d]# SANE_DEBUG_MUSTEK_PP=255 scanimage > [sanei_debug] Setting debug level of mustek_pp to 255. > [mustek_pp] sane-mustek_pp, version 0.12-alpha. build for SANE 1.0.11 > [mustek_pp] backend by Jochen Eisinger <[email protected]> > [mustek_pp] ccd300_init: found scanner on port ``0x378''
So at this time the scanner could be accessed. > [mustek_pp] do_stop: terminating reader process > [mustek_pp] do_stop: reader_process terminated with status ``Access to > resource has been denied'' The reader process is forked, so the backend must regain the permission to access the port (ioperm). Maybe something goes wrong here? Which operating system on which platform are you using? Bye, Henning
