Date: Thu, 4 Nov 2004 17:29:19 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: "Eugene M. Minkovskii" <emin@mccme.ru> Cc: freebsd-questions@freebsd.org Subject: Re: sane-plustek backend does not work Message-ID: <20041104172408.S34598@wonkity.com> In-Reply-To: <20041104173023.GB7290@mccme.ru> References: <20041104173023.GB7290@mccme.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041104172408.S34598>