From owner-freebsd-questions@FreeBSD.ORG Tue Mar 4 15:49:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C2F6106571B for ; Tue, 4 Mar 2008 15:49:26 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id DAAA18FC26 for ; Tue, 4 Mar 2008 15:49:25 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.2/8.14.2) with ESMTP id m24FnOba083908; Tue, 4 Mar 2008 08:49:24 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.2/8.14.2/Submit) with ESMTP id m24FnJ4P083905; Tue, 4 Mar 2008 08:49:24 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 4 Mar 2008 08:49:19 -0700 (MST) From: Warren Block To: Wojciech Puchar In-Reply-To: <20080304125011.V1869@wojtek.tensor.gdynia.pl> Message-ID: References: <20080304125011.V1869@wojtek.tensor.gdynia.pl> User-Agent: Alpine 1.00 (BSF 882 2007-12-20) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (wonkity.com [127.0.0.1]); Tue, 04 Mar 2008 08:49:25 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: usb scanner X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 15:49:26 -0000 On Tue, 4 Mar 2008, Wojciech Puchar wrote: > tried plustek opticpro st12 > > got: > > ugen0: vendor 0x07b3 product 0x0600, rev 1.10/0.00, addr 2 > ugen0: setting configuration index 0 failed > device_attach: ugen0 attach returned 6 > ugen0: at uhub0 port 1 (addr 2) disconnected > > > and even /dev/ugen* doesn't exist so sane-find-scanner is unable to find > anything Usually that means the USB vendor and product IDs need to be added to uscanner.c (/usr/src/sys/dev/usb). Scanners that require a firmware download may be different. There are two variants of the ST12, and unfortunately, the 0x0600 version is not currently supported by SANE: http://www.sane-project.org/unsupported/plustek-opticpro-st12.html http://www.meier-geinitz.de/sane/gt68xx-backend/ -Warren Block * Rapid City, South Dakota USA