From owner-freebsd-questions Wed Apr 25 9:11:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from math.teaser.net (math.teaser.net [213.91.2.4]) by hub.freebsd.org (Postfix) with ESMTP id 1952B37B422 for ; Wed, 25 Apr 2001 09:11:49 -0700 (PDT) (envelope-from jaco@teaser.fr) Received: from titine.fr.eu.org (Cour-N1D34-200.teaser.net [213.91.34.200]) by math.teaser.net (Postfix) with ESMTP id 811276C80A for ; Wed, 25 Apr 2001 18:11:47 +0200 (CEST) Received: by titine.fr.eu.org (Postfix, from userid 1001) id 0D4463389; Wed, 25 Apr 2001 18:08:29 +0200 (CEST) X-Attribution: Jaco To: Subject: Re: Purchasing a scanner - need advice. References: <20010424160204.A7168@atl.lmco.com> <86heze7y3q.fsf@titine.fr.eu.org> <00c101c0cd4f$d92847a0$2903010a@atg.altayer.com> From: Eric Jacoboni Date: 25 Apr 2001 18:08:28 +0200 In-Reply-To: <00c101c0cd4f$d92847a0$2903010a@atg.altayer.com> ("dotslash"'s message of "Wed, 25 Apr 2001 10:16:08 +0400") Message-ID: <868zkp6jyb.fsf@titine.fr.eu.org> Lines: 27 User-Agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.0.102 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "dotslash" == dotslash writes: dotslash> i too have a usb scanner so i'm interested what tweaking dotslash> needs to be done. You need to edit /sys/dev/usb/usbdevs and /sys/dev/usb/uscanner.c to add your scanner model then do a "make -f Makefile.usbdevs", before compiling your kernel. If it works, mail your result to the developer. For a EPSON 1240U scanner, add the following line in the Epson products listed in usbdevs : product EPSON 1240 0x010b Perfection 1204U scanner and this one to uscanner.c, in the Epson part: { USB_VENDOR_EPSON, USB_PRODUCT_EPSON_1240 }, You need also the following lines in your kernel config file: device usb device uhci device ugen device uscanner -- Éric Jacoboni, né il y a 1291579218 secondes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message