From owner-freebsd-stable@FreeBSD.ORG Fri Dec 31 15:16:58 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB0816A4CE for ; Fri, 31 Dec 2004 15:16:58 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0762643D46 for ; Fri, 31 Dec 2004 15:16:57 +0000 (GMT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205])iBVF9Ncl039497 for ; Fri, 31 Dec 2004 16:09:23 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost.blackend.org [127.0.0.1]) iBVFGql2045531 for ; Fri, 31 Dec 2004 16:16:52 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.13.1/8.13.1/Submit) id iBVFGq7u045530 for freebsd-stable@freebsd.org; Fri, 31 Dec 2004 16:16:52 +0100 (CET) (envelope-from marc) Date: Fri, 31 Dec 2004 16:16:52 +0100 From: Marc Fonvieille To: freebsd-stable@freebsd.org Message-ID: <20041231151652.GC594@nosferatu.blackend.org> References: <20041229154905.GA1820@algol.adsl.nerim.net> <20041230083332.GA587@nosferatu.blackend.org> <20041231150712.GA1203@algol.adsl.nerim.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041231150712.GA1203@algol.adsl.nerim.net> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.3-STABLE Subject: Re: USB scanner not attached when connected after system startup] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Dec 2004 15:16:58 -0000 On Fri, Dec 31, 2004 at 04:07:12PM +0100, Harald Weis wrote: > > In reply to both Marc and Roland, I confirm and say: > > 1. usbd is really running all the time (usbd_enable="YES" being in rc.conf) > 2. using the default usbd.conf, which I studied only recently to find out what could be missing. > 3. added the following lines to it for testing: > device "Perfection 1650 scanner" > devname "uscanner[0-9]+" > attach "sane-find-scanner -q" > detach "sane-find-scanner -q" > > I still haven't got a clue of what other command could be useful here. > I think Ialso understood that the proper attachment/detachment > function of usbd has nothing to do with those commands. Right or > wrong? [...] Do not add anything in /etc/usbd.conf, use the file you can find in /usr/share/examples/etc/usbd.conf Then follow http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/scanners.html that section was written with many scanners for testing purposes, and one of them was a Perfection 1650... Marc