From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 11:43:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58BEA16A41F for ; Sat, 24 Dec 2005 11:43:11 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [195.41.46.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCE8F43D4C for ; Sat, 24 Dec 2005 11:43:10 +0000 (GMT) (envelope-from mph@echobase.hoth.dk) Received: from echobase.hoth.dk (echobase.hoth.dk [80.62.210.27]) by pfepc.post.tele.dk (Postfix) with ESMTP id 5C1EB26280A for ; Sat, 24 Dec 2005 12:43:09 +0100 (CET) Received: by echobase.hoth.dk (Postfix, from userid 1001) id 2334C19B3D; Sat, 24 Dec 2005 12:43:09 +0100 (CET) Date: Sat, 24 Dec 2005 12:43:09 +0100 From: "Martin P. Hansen" To: freebsd-questions@freebsd.org Message-ID: <20051224114308.GA35947@echobase.hoth.dk> Mail-Followup-To: freebsd-questions@freebsd.org References: <20051224004131.GA5905@thought.org> <20051224011059.GB28824@echobase.hoth.dk> <20051224072351.GA7907@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051224072351.GA7907@thought.org> User-Agent: Mutt/1.4.2.1i Subject: Re: Best Scanner recs, please? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2005 11:43:11 -0000 On Fri, 23 Dec 2005, Gary Kline wrote: > Thanks; this model is on my list. Do you have USB 2.0 > defined (uncommented) in your KERNEL config file (and thus > built into your kernel)?? I'm trying to figure out howto > create /dev/uscanner0. I have the ehci device defined, but since I don't any USB 2 ports it probably doesn't matter. I'm running with a GENERIC conf for 6.0-STABLE with usb built-in. As I see it the uscanner device will probe the generic usbdevice and recognize the scanner and create a devfs entry. This happens for me when I plug it in. Somewhere around the 5.3-RELEASE it was necessary to modify /usr/src/sys/dev/usb/uscanner.c to include the LiDE 30 scanner. Perhaps it is interesting to see whether the scanner appears in `usbdevs -v` if you don't get a /dev/uscanner0. Mine shows as: port 2 addr 3: full speed, power 500 mA, config 1, CanoScan(0x220e), Canon(0x04a9), rev 1.00 -- Martin P. Hansen