From owner-freebsd-doc@FreeBSD.ORG Tue Sep 9 16:40:09 2008 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93FAE1065670 for ; Tue, 9 Sep 2008 16:40:09 +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 05E918FC1A for ; Tue, 9 Sep 2008 16:40:08 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id m89Ge7Nx001627; Tue, 9 Sep 2008 18:40:07 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.2/8.14.1) with ESMTP id m89Ge7jI001278; Tue, 9 Sep 2008 18:40:07 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.2/8.14.1/Submit) id m89Ge793001277; Tue, 9 Sep 2008 18:40:07 +0200 (CEST) (envelope-from marc) Date: Tue, 9 Sep 2008 18:40:07 +0200 From: Marc Fonvieille To: Geoffrey Message-ID: <20080909164006.GB1032@gothic.blackend.org> References: <20080908172940.K64474@gecko.reptiles.org> <20080909055234.GA98761@abigail.blackend.org> <20080909064619.Y64474@gecko.reptiles.org> <20080909103426.N64474@gecko.reptiles.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080909103426.N64474@gecko.reptiles.org> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 7.0-STABLE User-Agent: Mutt/1.5.18 (2008-05-17) Cc: doc@freebsd.org Subject: Re: sane configuration in Freebsd 7 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 16:40:09 -0000 On Tue, Sep 09, 2008 at 10:48:47AM -0400, Geoffrey wrote: > /dev/uscanner0 was not being created in my installation. This > was the source of my grief. That said the kernel somewhat saw it: > > Sep 8 13:25:41 burp kernel: device_attach: uscanner0 attach > returned 6 > Sep 8 13:26:27 burp kernel: ugen0: at uhub0 port 3 (addr 3) > disconnected > Sep 8 13:26:27 burp kernel: ugen0: detached > Sep 8 13:26:33 burp kernel: uscanner0: at uhub0 port 2 (addr 2) > disconnected > Sep 8 13:26:38 burp root: Unknown USB device: vendor 0x05d8 product > 0x4002 bus uhub0 > Sep 8 13:26:38 burp kernel: uscanner0: class 255/255, rev 1.10/1.00, addr 2> on uhub0 > Sep 8 13:26:38 burp kernel: uscanner0: bulk-in and/or bulk-out endpoint > not found > > From the documentation there appear to be conflicts in vendor > and device ids and if you check these against usbdevs, usbdevs will see > this device and vendor as something quite different from what they are. > That said the kernel is not using usbdevs at this point. The man page > sane-usb explains the workaround for this. > What kind of scanner are you using? Is your scanner listed in uscanner(4) manual page? >From a quick glance, your scanner is just not supported (maybe cause of lack of USB IDs definition in /src/sys/dev/usb/usbdevs) by uscanner(4). I can be wrong. You should talk with people from freebsd-usb mailing list since I doubt it's a doc related issue. -- Marc