From owner-freebsd-current@FreeBSD.ORG Sat Jul 24 18:39:56 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 16B7116A4CE for ; Sat, 24 Jul 2004 18:39:56 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF90243D41 for ; Sat, 24 Jul 2004 18:39:55 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (c-24-21-241-225.client.comcast.net [24.21.241.225]) by mail.bitfreak.org (Postfix) with ESMTP id 742982A477; Sat, 24 Jul 2004 11:39:55 -0700 (PDT) Received: from spud (w3.techno.pagans [172.21.42.23]) by speck.techno.pagans (Postfix) with ESMTP id D9EB617038; Sat, 24 Jul 2004 11:39:54 -0700 (PDT) From: "Darren Pilgrim" To: "'Chris'" , Date: Sat, 24 Jul 2004 11:39:46 -0700 Message-ID: <000401c471ad$9b27bc50$172a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal In-Reply-To: <4101B6A3.6080809@tellme3times.com> 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 18:39:56 -0000 > From: Chris >=20 > I just received an Epson Stylus CX-5400. I got CUPS running without = any=20 > issues but unfortunately I cannot get the scanner to work. I only = found=20 > one other ref to this scanner/printer on the mailing lists any help=20 > would be appreciated. >=20 > I only see one device attached to the usb which is the printer. You do have the uscanner device loaded or compiled in, right? uscanner.c[1] appears to use a list of device IDs to tell it which = devices it should attach. There appears to be a line for the Epson 1260, which = has been said to work, but I don't see a line that appears to be for the CX-5400. Given that device ID lists have a bad habit of not keeping up = with new models, you might want to try adding the appropriate lines to = uscanner.c and usbdevs[2]. 1: = http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/uscanner.c?rev=3D1.= 56 2: = http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/usbdevs?rev=3D1.190= The usual warnings about panics, etc. apply.