From owner-freebsd-usb@FreeBSD.ORG Sun Mar 11 12:29:26 2007 Return-Path: X-Original-To: freebsd-usb@FreeBSD.org Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C849B16A402 for ; Sun, 11 Mar 2007 12:29:26 +0000 (UTC) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (ns0.blackend.org [82.227.222.164]) by mx1.freebsd.org (Postfix) with ESMTP id 4F72213C45A for ; Sun, 11 Mar 2007 12:29:26 +0000 (UTC) (envelope-from marc@blackend.org) Received: from gothic.blackend.org (gothic.blackend.org [192.168.1.203]) by abigail.blackend.org (8.13.4/8.13.3) with ESMTP id l2BCJGcR022661; Sun, 11 Mar 2007 13:19:16 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost.blackend.org [127.0.0.1]) by gothic.blackend.org (8.13.8/8.13.8) with ESMTP id l2BCKnWr001635; Sun, 11 Mar 2007 13:20:49 +0100 (CET) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.13.8/8.13.8/Submit) id l2BCKmEU001634; Sun, 11 Mar 2007 13:20:48 +0100 (CET) (envelope-from marc) Date: Sun, 11 Mar 2007 13:20:48 +0100 From: Marc Fonvieille To: marc+freebsdusb@milestonerdl.com Message-ID: <20070311122048.GC975@gothic.blackend.org> References: <200703092052.l29KqXr5025814@tandem.milestonerdl.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703092052.l29KqXr5025814@tandem.milestonerdl.com> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-usb@FreeBSD.org Subject: Re: CanoScan N650U / xsane /FreeBSD 6.2-CURRENT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2007 12:29:26 -0000 On Fri, Mar 09, 2007 at 02:52:33PM -0600, marc+freebsdusb@milestonerdl.com wrote: > I am trying to get a Cannon CanoScan N 650U working on FreeBSD 6.2-CURRENT. > > The scanner SEEMS to be seen, but normal VS root shows a difference. > > As a mortal User: > > $ sane-find-scanner -q > found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0 > > > As root > lap# sane-find-scanner -q > found USB scanner (vendor=0x04a9, product=0x2206) at /dev/uscanner0 > lap# 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 > > > lap# kldstat > Id Refs Address Size Name > 1 17 0xc0400000 714dc4 kernel > 2 2 0xc0b15000 22c48 sound.ko > 3 1 0xc0b38000 9958 snd_uaudio.ko > 4 1 0xc0b42000 598bc acpi.ko > 5 2 0xc376b000 9000 ibcs2.ko > 6 1 0xc3776000 3000 ibcs2_coff.ko > 7 2 0xc3779000 16000 linux.ko > 8 1 0xc39df000 3000 daemon_saver.ko > 9 1 0xc3dea000 6000 linprocfs.ko > lap# > > Xsane configs > > $ grep -v ^# /usr/local/etc/sane.d/plustek.conf | grep -v option > device /dev/uscanner0 > usb 0x04a9 0x2206 > $ grep plustek /usr/local/etc/sane.d/dll.conf > plustek > #plustek_pp > $ You should read http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/scanners.html -- Marc