From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 06:00:32 2003 Return-Path: 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 9AC2637B401 for ; Tue, 15 Apr 2003 06:00:32 -0700 (PDT) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 713A743FB1 for ; Tue, 15 Apr 2003 06:00:31 -0700 (PDT) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id 79D23A0AC; Tue, 15 Apr 2003 15:00:30 +0200 (MEST) Received: from kvist.cs.umu.se (kvist.cs.umu.se [130.239.40.192]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id 90814A0C6; Tue, 15 Apr 2003 14:57:25 +0200 (MEST) Date: Tue, 15 Apr 2003 14:57:23 +0200 (MEST) From: Paul Everlund To: Dirk Meyer In-Reply-To: <2uu/KM5IiO@dmeyer.dinoex.sub.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new cc: freebsd-questions@FreeBSD.ORG Subject: Re: Epson Perfection 1260 and SANE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2003 13:00:32 -0000 On Tue, 25 Feb 2003, Dirk Meyer wrote: > Paul Everlund schrieb:, > > > Has anyone got this scanner to work with FreeBSD 4.7 and SANE? > > not exactly. I tryied it there too. > deteced in 4.7-STABLE: (see /var/log/messages) > > Feb 25 06:50:10 home /kernel: uscanner0: EPSON EPSON Scanner, rev 1.10/1.00, addr 2 > > > When issued sane-find-scanner it finds it, telling me it's on > > libusb:/dev/usb0:/dev/ugen0. > > $ cd /dec && sh MAKEDEV uscanner0 > > > It also seems to use the backend Plustek, and in the [usb] > > section I have entered the correct vendor- and product-id. > > I have tried various settings for device, such as auto, > > libusb:/dev/usb0:/dev/ugen0, /dev/ugen0 and so on. > > /dev/ugen0 gives here IO-errors, > and /dev/uscanner0 just hangs, > but it can be that I have disabled the USB-Interruptrs in the BIOS. > next reboot will tell. > > [..] > > If you who reads this managed to make it work, can you please > > give me some hints? > > Plustek works when changed in plustek.conf > [usb] 0x04b8 0x011d > device /dev/uscanner0 > > But here it works in 5.0-CURRENT. > > kind regards Dirk > > - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany > - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] Thank you for your reply! Got it working in 4.8 (even in 4.7-STABLE after a cvsup and build some time after my mail), where it is found correctly as a uscanner0. Best regards, Paul