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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to