Skip site navigation (1)Skip section navigation (2)
Date:      25 Apr 2001 18:08:28 +0200
From:      Eric Jacoboni <jaco@teaser.fr>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Purchasing a scanner - need advice.
Message-ID:  <868zkp6jyb.fsf@titine.fr.eu.org>
In-Reply-To: <00c101c0cd4f$d92847a0$2903010a@atg.altayer.com> ("dotslash"'s message of "Wed, 25 Apr 2001 10:16:08 %2B0400")
References:  <20010424160204.A7168@atl.lmco.com> <86heze7y3q.fsf@titine.fr.eu.org> <00c101c0cd4f$d92847a0$2903010a@atg.altayer.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "dotslash" == dotslash  <dotslash@linif.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?868zkp6jyb.fsf>