From owner-freebsd-questions@FreeBSD.ORG Fri Nov 5 00:29:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E66A16A4CE for ; Fri, 5 Nov 2004 00:29:21 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A768943D31 for ; Fri, 5 Nov 2004 00:29:20 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.1/8.13.1) with ESMTP id iA50TJZx040308; Thu, 4 Nov 2004 17:29:19 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.1/8.13.1/Submit) with ESMTP id iA50TJHl040305; Thu, 4 Nov 2004 17:29:19 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 4 Nov 2004 17:29:19 -0700 (MST) From: Warren Block To: "Eugene M. Minkovskii" In-Reply-To: <20041104173023.GB7290@mccme.ru> Message-ID: <20041104172408.S34598@wonkity.com> References: <20041104173023.GB7290@mccme.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (wonkity.com [127.0.0.1]); Thu, 04 Nov 2004 17:29:19 -0700 (MST) cc: freebsd-questions@freebsd.org Subject: Re: sane-plustek backend does not work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 00:29:21 -0000 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