From owner-freebsd-questions@FreeBSD.ORG Thu Dec 31 12:14:39 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 ACEA31065695 for ; Thu, 31 Dec 2009 12:14:39 +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 665838FC19 for ; Thu, 31 Dec 2009 12:14:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 8EC3D5E18B; Thu, 31 Dec 2009 13:14:38 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.265 X-Spam-Level: X-Spam-Status: No, score=-2.265 tagged_above=-999 required=5 tests=[AWL=0.335, 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 X9wY89+ASZpC; Thu, 31 Dec 2009 13:14:35 +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 BC81A5E18A; Thu, 31 Dec 2009 13:14:35 +0100 (CET) Message-ID: <4B3C95AB.9070809@eskk.nu> Date: Thu, 31 Dec 2009 13:14:35 +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> <4B3BCE4A.8020709@eskk.nu> <20091230224446.GA89857@slackbox.xs4all.nl> <4B3BDCEC.1010406@eskk.nu> <20091231110453.GA5044@slackbox.xs4all.nl> <4B3C8A41.806@eskk.nu> <20091231120938.GA8154@slackbox.xs4all.nl> In-Reply-To: <20091231120938.GA8154@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: Thu, 31 Dec 2009 12:14:39 -0000 On 2009-12-31 13:09, Roland Smith wrote: > On Thu, Dec 31, 2009 at 12:25:53PM +0100, Leslie Jensen wrote: >> >> On 2009-12-31 12:04, Roland Smith wrote: >>> On Thu, Dec 31, 2009 at 12:06:20AM +0100, Leslie Jensen wrote: >>>> >>>> my dll.conf: >>> >>> Personally, I would only leave in the backends that I actually use. >> >> What do you mean? > > I only have one line in my dll.conf, containing just the epson driver. In your > case, only the line 'epkowa' should suffice. ok, I'll try commenting out all but epkowa > >>> If scanning works as root but not as a normal user, it is probably a >>> permission problem. >> >> The messages above plus the fact that scanimage -L produces the same >> message as above suggests to me that the system stil needs to be made >> aware of the scanner. I just not able to figure out where to do it. > > What does sane-find-scanner say? sane-find-scanner -q found USB scanner (vendor=0x04b8 [EPSON], product=0x0130 [EPSON Scanner]) at libusb:/dev/usb:/dev/ugen7.2 > > Roland