From owner-freebsd-stable@FreeBSD.ORG Sat Sep 6 09:08:21 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38E1816A4BF for ; Sat, 6 Sep 2003 09:08:21 -0700 (PDT) Received: from mtiwmhc11.worldnet.att.net (mtiwmhc11.worldnet.att.net [204.127.131.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6123E43FE3 for ; Sat, 6 Sep 2003 09:08:20 -0700 (PDT) (envelope-from j.e.drews@worldnet.att.net) Received: from 202.st-louis-101-102rs.mo.dial-access.att.net ([12.85.104.202]) by mtiwmhc11.worldnet.att.net (mtiwmhc11) with SMTP id <2003090616081811100mooh2e>; Sat, 6 Sep 2003 16:08:18 +0000 From: Jonathan To: Dave Bradshaw , freebsd-stable@freebsd.org Date: Sat, 6 Sep 2003 11:06:33 -0500 User-Agent: KMail/1.5.3 References: <1062862068.641.18.camel@saturn.bradshaw.home> In-Reply-To: <1062862068.641.18.camel@saturn.bradshaw.home> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309061106.33035.j.e.drews@worldnet.att.net> Subject: Re: Scanner for 4.8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: j.e.drews@worldnet.att.net List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 16:08:21 -0000 On Saturday 06 September 2003 10:27 am, Dave Bradshaw wrote: > Dear All, > > Can anyone recommend a scanner that works well on 4.8. Hi Dave: Epson 640 U Perfection works well on my FreeBSD 4.8. Look in man 5 sane-epson, man 5 sane-hp, etc. for a complete list of scanners supported on FreeBSD. Also take a look at Jonathan Buzzard's page on USB scanners or SANE itself, before you go out and buy one. http://www.buzzard.org.uk/jonathan/scanners-usb.html http://www.mostang.com/sane/ To setup your USB scanner: 1) Install /usr/ports/graphics/sane-backends/ and /usr/ports/graphics/xsane/ 2) run: # sane-find-scanner as root. In the case of my Epson, it found /dev/uscanner0 3) For an Epson scanner edit /usr/local/etc/sane.d/epson.conf and put in the device that sane-find-scanner discovered. In my case, the epson.conf file looks like so. Be sure to comment out the line "scsi EPSON". # epson.conf # # here are some examples for how to configure the EPSON backend # # SCSI scanner: #scsi EPSON # # Parallel port scanner: #pio 0x278 #pio 0x378 #pio 0x3BC # # USB scanner - only enable this if you have an EPSON scanner. It could # otherwise block your non-EPSON scanner from being # recognized. # Depending on your distribution, you may need either the # first or the second entry. #usb /dev/usbscanner0 #usb /dev/usb/scanner0 usb /dev/uscanner0 4) Start Xsane and begin scanning. Works like a charm. Kind regards Jonathan