From owner-freebsd-usb@FreeBSD.ORG Tue Mar 16 17:07:23 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 616F2106564A for ; Tue, 16 Mar 2010 17:07:23 +0000 (UTC) (envelope-from djackson452@gmail.com) Received: from mail-yx0-f185.google.com (mail-yx0-f185.google.com [209.85.210.185]) by mx1.freebsd.org (Postfix) with ESMTP id 191148FC21 for ; Tue, 16 Mar 2010 17:07:22 +0000 (UTC) Received: by yxe15 with SMTP id 15so41478yxe.7 for ; Tue, 16 Mar 2010 10:07:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=3N863G7AMCMx+7JnwTUGvsDwLfY7vKci6QzkkLD/up0=; b=FhJKPhsUpy9Pd46ZcJrw+m30q2duL3SvbFNlH7nq1fSDOc852nHu8vBXbuKHvBEYJh ui+loF+6kcLiN1jLYZdJW4EfgrVqrnGYjTpXzx9gw+e3kRolx6E8JGJ6rGDK25twqFUN t9mltN8h3J3QWcDnf+JTX3OUdtEZgrJJaW+5w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=eq+iV5FhBgz/MTuyVRpTFoW8RGaYazLFp555aluRcXkK4jByL/q/CTUMrdKu4SVV2V aZdXxrylTe5thUSMCLqIqAl3Tht3//3HUHg4XKbcNr/k+weP9ulbHbFfL+/T+5IYjzQh 68nbXQ7JiWPGSiGskauHQn0YaMKvo4HYYZ3Qw= Received: by 10.150.214.11 with SMTP id m11mr3346614ybg.244.1268759241569; Tue, 16 Mar 2010 10:07:21 -0700 (PDT) Received: from [192.168.1.103] (pool-96-254-203-152.tampfl.fios.verizon.net [96.254.203.152]) by mx.google.com with ESMTPS id 14sm3873094gxk.15.2010.03.16.10.07.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Mar 2010 10:07:20 -0700 (PDT) Message-ID: <4B9FB958.70605@gmail.com> Date: Tue, 16 Mar 2010 13:01:12 -0400 From: David Jackson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: freebsd-usb@freebsd.org References: <4B9FB0C4.7000406@gmail.com> In-Reply-To: <4B9FB0C4.7000406@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: EPSON 1240 Scanner problems on 8.0 X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2010 17:07:23 -0000 David Jackson wrote: > I have an Epson Perfection 1240: > > found USB scanner (vendor=0x04b8 [EPSON], product=0x010b > [Perfection1240]) at libusb:/dev/usb:/dev/ugen0.2 > > It is detected: > > ls -l /dev/ugen0.2 > lrwxr-xr-x 1 root wheel 9 Mar 16 11:37 /dev/ugen0.2 -> usb/0.2.0 > > ls -l /dev/usb > crw------- 1 root operator 0, 134 Mar 16 11:37 0.2.0 > crw------- 1 root operator 0, 136 Mar 16 11:37 0.2.1 > crw------- 1 root operator 0, 137 Mar 16 11:37 0.2.2 > > However i have been having problems getting SANE frontend to detect it: > > scanimage -v -v -L > [sanei_debug] Setting debug level of epson2 to 255. > [epson2] sane_epson2_init: sane-backends 1.0.20 > [epson2] sane_epson2_init: reading config file, epson2.conf > [epson2] usb /dev/ugen0.2 > [epson2] attach_one_usb: dev = /dev/ugen0.2 > [epson2] epson2 backend, version 1.0.117 > [epson2] attach: devname = /dev/ugen0.2, type = 3 > [epson2] attach: opening /dev/ugen0.2, type = 3 > [epson2] close_scanner: fd = -1 > [epson2] sane_epson2_get_devices > > No scanners were identified. If you were expecting something different, > check that the scanner is plugged in, turned on and detected by the > sane-find-scanner tool (if appropriate). Please read the documentation > which came with this software (README, FAQ, manpages). > Calling sane_exit > scanimage: finished > > I tried both epson and epson2 drivers by commenting them out in dll.conf. > > > I am at a loss to know why this is not working. It worked well in > FreeBSD 7.1 > > Any help is greatly appreciated > Setting this in the configuration seems to have helped: usb 0x04b8 0x010b It seems to now be able to find the scanner. Autodetection for the scanner is not working anymore, although it was working in FreeBSD 7.1.