From owner-freebsd-hardware@FreeBSD.ORG Thu Jul 29 18:52:05 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 454BF16A4CE for ; Thu, 29 Jul 2004 18:52:05 +0000 (GMT) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 882CE43D60 for ; Thu, 29 Jul 2004 18:52:04 +0000 (GMT) (envelope-from girgen@pingpong.net) Received: from localhost.girgensohn.se (localhost.girgensohn.se [127.0.0.1]) by palle.girgensohn.se (Postfix) with ESMTP id 06B151CD96 for ; Thu, 29 Jul 2004 20:51:57 +0200 (CEST) Date: Thu, 29 Jul 2004 20:51:56 +0200 From: Palle Girgensohn To: freebsd-hardware@freebsd.org Message-ID: X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: USB scanner X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 18:52:05 -0000 Hi! I have a Primax Colorado USB 19200 scanner. man uscanner(4) says it is supported. On the sane website, it is in the "external modules" section, and the patch is from 2002, and includes patches to the linux kernel... Can I get it working? Kernel says: uscanner0: PRIMAX Colorado USB 19200, rev 1.00/1.01, addr 2 when connecting it. Correct. sane-find-scanner says: # No SCSI scanners found. If you expected something different, make sure that # you have loaded a SCSI driver for your SCSI adapter. found USB scanner (vendor=0x0461, product=0x0360) at /dev/uscanner0 # Your USB scanner was detected. It may or may not be supported by # SANE. Try scanimage -L and read the backend's manpage. # Not checking for parallel port scanners. # Most Scanners connected to the parallel port or other proprietary ports # can't be detected by this program. and scanimage -L says 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). Note: when running sane-find-scanner as non-root, it does not find anything. I assume I need libusb for that? I use FreeBSD current, pretty recent.