Hi list! I use SANE for the first time. My scanner (CanoScan N650U) can't be detected by any of the utilities except sane-find-scanner. It is detected at boot time by the OS (FreeBSD 4.9). When I set the debug level to 128, this is the output: (I also tried it as root, that gives the same results)
[sanei_debug] Setting debug level of dll to 128. [dll] sane_init: SANE dll backend version 1.0.10 from sane-backends 1.0.12 [dll] sane_init: reading dll.conf [dll] add_backend: adding backend `net' [dll] add_backend: adding backend `plustek' [dll] sane_get_devices [dll] load: searching backend `plustek' in `/usr/local/lib/sane' [dll] load: trying to load `/usr/local/lib/sane/libsane-plustek.so.1' [dll] load: dlopen()ing `/usr/local/lib/sane/libsane-plustek.so.1' [dll] init: initializing backend `plustek' [dll] init: backend `plustek' is version 1.0.0 [dll] load: searching backend `net' in `/usr/local/lib/sane' [dll] load: trying to load `/usr/local/lib/sane/libsane-net.so.1' [dll] load: dlopen()ing `/usr/local/lib/sane/libsane-net.so.1' [dll] init: initializing backend `net' [dll] init: backend `net' is version 1.0.12 [dll] sane_get_devices: found 0 devices [dll] sane_exit: exiting [dll] sane_exit: calling backend `plustek's exit function [dll] sane_exit: calling backend `net's exit function [dll] sane_exit: finished I might as well have done something wrong, I went through all documentation I could find, but I don't have a clue. The odd thing is, when I try it as a normal user it always finishes quickly, but as root it took very long time (now it doesn't any more, but I didn't change the configuration). When I did a "ps ax" at this moment, I saw that the process was in disk wait state. Regards, Daniela
