From owner-freebsd-questions@FreeBSD.ORG Wed Jun 9 13:50:25 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 1FC1716A4CE for ; Wed, 9 Jun 2004 13:50:25 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F79243D58 for ; Wed, 9 Jun 2004 13:50:24 +0000 (GMT) (envelope-from lahaye@snu.ac.kr) Received: from [147.46.44.181] (lahaye@snu.ac.kr) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004060922:50:15:631032.13435.2977201072 for ; Wed, 09 Jun 2004 22:50:15 +0900 (KST) Message-ID: <40C7159D.2050603@snu.ac.kr> Date: Wed, 09 Jun 2004 22:50:21 +0900 From: Rob Lahaye 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 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:7.87) (by Terrace) Subject: Scanner HP 5200C: can someone please help me? I'm lost! 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: Wed, 09 Jun 2004 13:50:25 -0000 Hi, I have an HP 5200C scanner, attached over USB. OS is FreeBSD 4-Stable. In the kernel configuration file, I have this for usb support: device scbus # SCSI bus (required) device da # Direct Access (disks) device uhci # UHCI PCI->USB interface device usb # USB Bus (required) device umass # Disks/Mass storage - Requires scbus and da device uscanner # Scanners Recompiled everything etc. etc. Now I'm trying to get through the information on this scanner & FreeBSD. I'm quite familiar with managing FreeBSD, but here I'm totally lost. I get this: # sane-find-scanner [...] found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0 # xscanimage /dev/uscanner0 pops up a dialog that says "Failed to open device '/dev/uscanner0'. Invalid argument". # xscanimage [xscanimage] No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by sane-find-scanner (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). In various manuals (too many talk about linux only) I learn that "I should configure/tell the kernel about the vendor and product". I know how to (re)compile the kernel etc. but how do I tell the kernel that I have an HP 5200C scanner? Help is very much appreciated. Thanks, Rob.