From owner-freebsd-questions@FreeBSD.ORG Wed Dec 30 22:04:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C9EB1065694 for ; Wed, 30 Dec 2009 22:04:00 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47C408FC19 for ; Wed, 30 Dec 2009 22:04:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 4AC1D5E17D; Wed, 30 Dec 2009 23:03:59 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.254 X-Spam-Level: X-Spam-Status: No, score=-2.254 tagged_above=-999 required=5 tests=[AWL=0.346, BAYES_00=-2.599, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id AV3fGPEtdPGG; Wed, 30 Dec 2009 23:03:56 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id DDC395E14F; Wed, 30 Dec 2009 23:03:53 +0100 (CET) Message-ID: <4B3BCE4A.8020709@eskk.nu> Date: Wed, 30 Dec 2009 23:03:54 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.1.5) Gecko/20091221 Thunderbird/3.0 MIME-Version: 1.0 To: Roland Smith References: <4B3B9288.4010309@eskk.nu> <20091230185846.GA85077@slackbox.xs4all.nl> In-Reply-To: <20091230185846.GA85077@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Where do I find instructions on how to configure sane-epkowa X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 22:04:00 -0000 On 2009-12-30 19:58, Roland Smith wrote: > On Wed, Dec 30, 2009 at 06:48:56PM +0100, Leslie Jensen wrote: >> I'm at the point where sane-find-scanner detects my scanner but >> scanimage cannot find it. >> >> I know I must use the sane-epkowa backend. >> >> I've edited the /usr/local/etc/sane.d/epkowa.conf but I think I need to >> make sane aware of the epkowa backend. > > Put a line > > epkowa > > in /usr/local/etc/sane.d/dll.conf It's already there > > Put the vendor and device-id you get from sane-find-scanner in epkowa.conf I did it before I posted this question. > > Roland When I was running 7.2 I had found a way to make it work. First I added the product in /sys/dev/usb/usbdevs then the same information had to be added in /sys/dev/usb/uscanner.c then I had to recompile the kernel, build and install it. The scanner would then be found. Now on 8.0 I can't find uscanner.c so there must be another way to handle it. /Leslie