From owner-freebsd-questions@FreeBSD.ORG Thu Jun 10 03:58:21 2004 Return-Path: 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 93AC316A4CE for ; Thu, 10 Jun 2004 03:58:21 +0000 (GMT) Received: from auk1.snu.ac.kr (auk1.snu.ac.kr [147.46.100.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43DE343D1F for ; Thu, 10 Jun 2004 03:58:21 +0000 (GMT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk1.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004061012:58:00:418838.24301.2871221168 for ; Thu, 10 Jun 2004 12:58:00 +0900 (KST) Message-ID: <40C7DC51.7000304@users.sourceforge.net> Date: Thu, 10 Jun 2004 12:58:09 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <40C7C47D.7060902@users.sourceforge.net> <20040609202124.L35804@wonkity.com> <20040609204934.T35931@wonkity.com> <40C7D50F.9060702@users.sourceforge.net> <20040609214010.R36128@wonkity.com> In-Reply-To: <20040609214010.R36128@wonkity.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:19.03) (by Terrace) Subject: Re: Using scanner with FreeBSD. A nightmare! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2004 03:58:21 -0000 Warren Block wrote: > On Thu, 10 Jun 2004, Rob wrote: > >> This is exactly the point where I get confused. >> >> # cat /usr/local/etc/sane.d/hp.conf | grep -v "^#" >> usb 0x03f0 0x0401 >> /dev/uscanner0 >> # sane-find-scanner -v >> [...] >> checking /dev/uscanner0... open ok, but vendor and product could NOT >> be identified >> found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0 >> [...] > > > Hmm. What does 'scanimage -L' say? > The only other thing I can think of trying would be to check that > 'usbdevs -v' shows matching USB vendor and product codes. HP may have > revised them. # scanimage -L No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by the sane-find-scanner tool (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). # usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 powered port 2 powered # And again, I'm in a state where I have no idea in what direction to go! What do you have configured in your kernel config file, to get this usb stuff working? Thanks for your help! Rob.