From owner-freebsd-questions@FreeBSD.ORG Thu Jun 10 02:40:54 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 C7EC416A4CE for ; Thu, 10 Jun 2004 02:40:54 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49B0643D54 for ; Thu, 10 Jun 2004 02:40:54 +0000 (GMT) (envelope-from stopspam@users.sourceforge.net) Received: from [147.46.44.181] (stopspam@users.sourceforge.net) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004061011:40:44:534704.13435.2791308208 for ; Thu, 10 Jun 2004 11:40:44 +0900 (KST) Message-ID: <40C7CA35.9020704@users.sourceforge.net> Date: Thu, 10 Jun 2004 11:40:53 +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> In-Reply-To: <20040609202124.L35804@wonkity.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:8.41) (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 02:40:54 -0000 Warren Block wrote: > On Thu, 10 Jun 2004, Rob wrote: > >> I have an HP ScanJet 5200C; or better I claimed it in our >> lab from one of my Windows collegues. >> >> I've been struggling with sane, sane-find-scanner and its >> family commands in the back/front-ends. > > Details needed. Does FreeBSD detect the scanner as a scanner device, or > does it just show up as "ugen"? If you have the scanner on at bootup, > this will show in dmesg. Otherwise, the message should show on ttyv0. THANKS! for your reply. I'm happy to provide any details and info on my system and what I am doing; I really want this scanner to work. So please don't go, and help me through this. The scanner is connected via USB. I unplugged it, plugged it back again. This is what I get in the console: uscanner0: at uhub1 port 1 (addr 2) disconnected uscanner0: detached uscanner0: Hewlett-Packard HP ScanJet 5200C, rev 1.00/1.00, addr 2 This is what I get from $ cat /var/run/dmesg.boot | grep -i usb uhci0: port 0xbc00-0xbc1f irq 2 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhci1: port 0xb000-0xb01f irq 5 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhci2: port 0xb400-0xb41f irq 6 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhci3: port 0xb800-0xb81f irq 2 at device 29.3 on pci0 usb3: on uhci3 usb3: USB revision 1.0 pci0: at 29.7 irq 9 What should I do next? > 4.10 does show the HP 5200C in /usr/src/sys/dev/usb/uscanner.c. If you > don't have 4.10 yet, now might be the time. I'm running 4-Stable, as of this week, June 7th. So that should do. Rob.