[sane-devel] Acer ScanPrisa 640U
Oliver Schwartz
Oliver.Schwartz@gmx.de
Thu, 25 Nov 2004 00:39:19 +0100
Hi,
> here is the extracts from snapscan.conf that required a twig at
> firmware line:
>
> #------------------------------ General
> -----------------------------------
>
> # Change to the fully qualified filename of your firmware file, if
> # firmware upload is needed by the scanner
> #firmware /path/to/your/firmware/file.bin
> firmware /dev/usb/scanner0 u96v121.bin
This entry will cause problems. You must give the path to the firmware
filename, not the device name. E.g. if you copied your firmware file
to /etc/acer/u96v121.bin the entry should read
firmware /etc/acer/u96v121.bin
>
> # If not automatically found you may manually specify a device
> name.
>
> # For USB scanners also specify bus=usb, e.g.
> /dev/usb/scanner0 bus=usb
You can comment out this entry, your scanner will be found
automatically. If you leave it in remove the blank at the beginning
of the line.
/Oliver