From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 01:29:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8756F16A4CE for ; Sat, 24 Jul 2004 01:29:34 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2877C43D1F for ; Sat, 24 Jul 2004 01:29:34 +0000 (GMT) (envelope-from jon.drews@gmail.com) Received: by mproxy.gmail.com with SMTP id m68so28977rne for ; Fri, 23 Jul 2004 18:29:33 -0700 (PDT) Received: by 10.38.171.39 with SMTP id t39mr289005rne; Fri, 23 Jul 2004 18:29:33 -0700 (PDT) Message-ID: <8cb27cbf04072318294dfaa2e7@mail.gmail.com> Date: Fri, 23 Jul 2004 20:29:33 -0500 From: Jon Drews To: Chris In-Reply-To: <4101B6A3.6080809@tellme3times.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4101B6A3.6080809@tellme3times.com> cc: freebsd-current@freebsd.org Subject: Re: USB Epson Stylus CX-5400 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jul 2004 01:29:34 -0000 Hi Chris: The Epson CX-5400 is supported http://www.sane-project.org/cgi-bin/driver.pl?manu=Epson+&model=&bus=any (halfway down the page is were it is listed) 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) Add your account to group operator like so: operator:*:5:root,$ACCOUNT_THAT_HAS_SCANNER 5) Start Xsane or one of the other front ends and begin scanning. Works like a charm. On Fri, 23 Jul 2004 21:08:51 -0400, Chris wrote: > I just received an Epson Stylus CX-5400. I got CUPS running without any > issues but unfortunately I cannot get the scanner to work. I only found > one other ref to this scanner/printer on the mailing lists any help > would be appreciated. > > I only see one device attached to the usb which is the printer.