From owner-freebsd-doc@FreeBSD.ORG Sun Jun 1 08:24:52 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15EC537B401; Sun, 1 Jun 2003 08:24:52 -0700 (PDT) Received: from totem.fix.no (totem.fix.no [80.91.36.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F26D43FE5; Sun, 1 Jun 2003 08:22:11 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id AF24220242; Sun, 1 Jun 2003 17:22:25 +0200 (CEST) Date: Sun, 1 Jun 2003 17:22:25 +0200 From: Anders Nordby To: Marc Fonvieille Message-ID: <20030601152225.GA52554@totem.fix.no> References: <20021031143745.GB205@nosferatu.blackend.org> <20021101045436.GA74299@totem.fix.no> <20021101171500.GD205@nosferatu.blackend.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021101171500.GD205@nosferatu.blackend.org> X-PGP-Key: http://anders.fix.no/pgp/ X-PGP-Key-FingerPrint: 1E0F C53C D8DF 6A8F EAAD 19C5 D12A BC9F 0083 5956 User-Agent: Mutt/1.5.1i cc: doc@FreeBSD.org Subject: Re: Documenting USB scanning in FreeBSD with SANE X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2003 15:24:52 -0000 Hi, On Fri, Nov 01, 2002 at 06:15:00PM +0100, Marc Fonvieille wrote: >> As you can see, there are some problems with USB scanning still. This >> was tested on a 4.7-stable system. The problems are related to PRs >> kern/32652 and ports/32653, which are assigned to joe. I've asked him >> many times about those two, still no solution. I had scanning working >> some months back, I'll have to rework the patches I have been using and >> see how it goes. But I won't be able to do that until I have returned >> from LISA on november 11th. >> >> (My scanner is an Agfa Snapscan 1212U.) > Thanks a lot! > Maybe I will wait a bit before writing the section, that USB problem is > annoying. USB scanning works nicely nowadays. Would you like to add documentation to it? What I do do scan from the command line with SANE is: a) Fetch (Agfa specific step!) 1212U_2.bin - firmware for my scanner. b) Change configuration in /usr/local/etc/sane.d/snapscan.conf: firmware /root/1212U_2.bin # For USB scanners also specify bus=usb, e.g. /dev/uscanner0 bus=usb And then I can do: # scanimage -L device `snapscan:/dev/uscanner0' is a AGFA SNAPSCAN 1212U_2 flatbed scanner Note that sane-find-scanner isn't as successful: # sane-find-scanner -q found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0 I'm using: # uname -a FreeBSD neta 4.8-STABLE-20030510-JPSNAP FreeBSD 4.8-STABLE-20030510-JPSNAP #0: Sat May 10 01:32:17 GMT 2003 root@tora.jp.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 If I build sane-frontends with WITH_GIMP set, I can also scan directly from gimp without having to configure anything. If anyone needs me for testing USB scanning things, let me know.. Cheers, -- Anders.