sane-plustek backend does not work
Warren Block
wblock at wonkity.com
Thu Nov 4 16:29:21 PST 2004
On Thu, 4 Nov 2004, Eugene M. Minkovskii wrote:
[edited...]
> I using FreeBSD 5.2.1 and try to use scanner: "Cannon LIDE 30".
> it is USB scanner.
>
> so, I compile kernel with
> # USB support
> device uscanner # Scanners
>
> after that I compile sane-backend port
>
> Now, when I attach the scanner I can see:
>
> # dmesg|tail
> ugen0: Canon CanoScan, rev 1.10/1.00, addr 2
> ==> success, thinking I.
ugen0 instead of uscanner0 means it is not seeing it as a scanner, just
an unidentified USB device. 5.2.1 may not have had IDs for this
scanner; see if /usr/src/sys/dev/usb/usbdevs.h contains this line (which
will probably wrap when viewed):
#define USB_PRODUCT_CANON_N1240U 0x220e /* CanoScan N1240U */
If it does have that line, try a kernel recompile and reinstall again.
Otherwise, maybe a cvsup to 5.3 is in order.
-Warren Block * Rapid City, South Dakota USA
More information about the freebsd-questions
mailing list