[sane-devel] epson scanner driving me crazy

khk@khk.net khk@khk.net
Fri, 25 Oct 2002 12:24:34 -0400 (EDT)


> Hi everybody! I'm trying to reinstall SANE (hd failure! @#&%!!!) for my
> Epson Perfection 640U (usb) but this time I'm  facing a little problem,
> everytime I try "scanimage -L" I get:
[ ... ]
>
> /etc/modules.conf:
>
> alias parport_lowlevel parport_pc
> alias eth0 3c59x
> alias char-major-81 bttv
> alias char-major-180 scanner

This is wrong! The major device number 180 is used for the whole
USB subsystem, and not just for the scanner.
Edit the file dll.conf and make sure that the "epson" entry is configured.
If you want to make sure that the v4l backend is no longer reported, you
can comment out all other entries in this file.

If this still does not help, please create a log file and email this
to me:

export SANE_DEBUG_EPSON=128
scanimage > /tmp/scan.log 2>&1

Karl Heinz