From owner-freebsd-usb@FreeBSD.ORG Sun Jul 26 13:07:01 2009 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 BEF61106564A for ; Sun, 26 Jul 2009 13:07:01 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 37DA68FC12 for ; Sun, 26 Jul 2009 13:07:00 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id n6QCtgM3040701 for ; Sun, 26 Jul 2009 14:55:42 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.13.4/8.13.3/Submit) id n6QCtgeO040700 for freebsd-usb@FreeBSD.org; Sun, 26 Jul 2009 14:55:42 +0200 (CEST) (envelope-from marc) Date: Sun, 26 Jul 2009 14:55:42 +0200 From: Marc Fonvieille To: freebsd-usb@FreeBSD.org Message-ID: <20090726125542.GA40587@abigail.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.9i Cc: Subject: SANE, USB image scanner and -CURRENT 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: Sun, 26 Jul 2009 13:07:02 -0000 Hello, I'm trying to make run a scanner using the USB interface under 8.0-BETA2 with graphics/sane-backends and graphics/sane-frontends but SANE is unable to detect the scanner. When I plug the scanner dmesg gives: ugen2.2: at usbus2 'usbconfig dump_device_desc' gives ugen2.2: at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0110 bDeviceClass = 0x00ff bDeviceSubClass = 0x0000 bDeviceProtocol = 0x00ff bMaxPacketSize0 = 0x0008 idVendor = 0x04a9 idProduct = 0x220e bcdDevice = 0x0100 iManufacturer = 0x0001 iProduct = 0x0002 iSerialNumber = 0x0000 bNumConfigurations = 0x0001 Both 'sane-find-scanner -q' and 'scanimage -L' are unable to find any scanner. So I tried to inform SANE via /usr/local/etc/sane.d/plustek.conf (the right config file for my scanner) that the scanner was [usb] 0x04a9 0x220e or (2nd try) [usb] 0x04a9 0x220e device /dev/ugen2.2 or (3rd try) [usb] device /dev/ugen2.2 but both 'sane-find-scanner -q' and 'scanimage -L' still gives nothing. Then I read the CVS logs about SANE's ports and http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/sane-backends/Makefile seems to say that SANE is broken since removal of uscanner(8), am I right? -- Marc