From owner-freebsd-questions Wed Mar 5 13:47:31 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64C7F37B405 for ; Wed, 5 Mar 2003 13:47:29 -0800 (PST) Received: from mother.ludd.luth.se (mother.ludd.luth.se [130.240.16.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E4E843F85 for ; Wed, 5 Mar 2003 13:47:25 -0800 (PST) (envelope-from pb@ludd.luth.se) Received: from brother.ludd.luth.se (brother.ludd.luth.se [130.240.16.78]) by mother.ludd.luth.se (8.11.6+Sun/8.9.3) with ESMTP id h25LlO815507 for ; Wed, 5 Mar 2003 22:47:24 +0100 (MET) From: Peter B Received: (from pb@localhost) by brother.ludd.luth.se (8.11.6+Sun/8.9.3) id h25LlOb28884 for freebsd-questions@FreeBSD.ORG; Wed, 5 Mar 2003 22:47:24 +0100 (MET) Message-Id: <200303052147.h25LlOb28884@brother.ludd.luth.se> Subject: Re: USB Epson perfection 1250, support? In-Reply-To: from Dirk Meyer at "Mar 5, 2003 08:35:51 pm" To: freebsd-questions@FreeBSD.ORG Date: Wed, 5 Mar 2003 22:47:24 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dirk Meyer wrote: >Peter B wrote: > >> I have a "Epson Perfection 1250" USB scanner. It works fine under "Windows Me" >> I'm trying to get it to work under FreeBSD-4.7 and have patched usbdevs, >> usbdevs.h, usbdevs_data.h, uscanner.c in /usr/src/sys/dev/usb > >without patches: >FreeBSD 4.8-PRERELEASE #22: Thu Feb 27 20:03:38 CET 2003 > >Mar 5 17:33:28 net3 /kernel: uscanner0: EPSON EPSON Scanner, rev 1.10/1.00, addr 2 > >but scanimage hangs here. Any traces what could be the reason? With 4.7 (i386) and my patches it works now ..kind of.. And modifying /usr/local/etc/sane.d/plustek.conf as follows: [usb] -> [usb] 0x04B8 0x010F device /dev/usbscanner -> device /dev/uscanner0 But it should not be neccessary.. USB.. Plug & PRAY! :) xscanimage works ok. scanimage works (stepper motor goes beyond physical limit in this case). xsane crashes after scan, but won't hang anything. One real nasty thing I discovered is that if one cancels a scan it can happen that the step motor continues to drive the scanner wagon beyond physical limit *until* you cancel it by requesting a new scan or disconnect power. Something that ought to be fixed.. >I tested on: >FreeBSD 5.0-CURRENT #0: Fri Jan 31 13:42:19 CET 2003 >everything runs there smoothly. > >mdodify: /usr/local/etc/sane.d/plustek.conf > >$ /usr/local/bin/scanimage --verbose --device plustek:/dev/uscanner0 \ > --format tiff --mode Color -x 210 -y 297 > test.tif .......... There is also a speed issue: Windoze FreeBSD Preview 26 sec 50 sec 300 dpi, 24 bpp, A4 45 sec 66 sec Windoze system: Toshiba laptop, CPU-Intel Celeron 650, 64 MB Ram, Windoze Me FreeBSD system: Motherboard A7V333, CPU-AMD XP1800, 256 MB Ram, FreeBSD 4.7 One can clearly hear (audiowise) that the freebsd system does the scanning in chunks while windoze does most tasks in one "sweep". /P To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message