From owner-freebsd-questions@FreeBSD.ORG Thu Dec 31 11:25:59 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 E4F7C10656A3 for ; Thu, 31 Dec 2009 11:25:59 +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 751158FC0C for ; Thu, 31 Dec 2009 11:25:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id AD4625E054; Thu, 31 Dec 2009 12:25:58 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.263 X-Spam-Level: X-Spam-Status: No, score=-2.263 tagged_above=-999 required=5 tests=[AWL=0.337, 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 SpiN+LokIh-H; Thu, 31 Dec 2009 12:25:55 +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 4C8CC5E162; Thu, 31 Dec 2009 12:25:54 +0100 (CET) Message-ID: <4B3C8A41.806@eskk.nu> Date: Thu, 31 Dec 2009 12:25:53 +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> In-Reply-To: <20091231110453.GA5044@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 11:26:00 -0000 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? > >> epkowa.conf >> >> usb 0x04b8 0x0130 > > That should be OK. > >> I've created /etc/devfs.rules it was not present! >> >> With the line: >> >> add path 'usb/*' mode 0660 > > This means you'd have to be in the wheel or operator group to have access! > Either add a specific group that you are a member of, or use 0666. Yes I am, and I always test as root. > > You should also have a ruleset identifier in devfs.rules. Read devfs.rules(5). > And you'd have to activate the ruleset in /etc/rc.conf. After that it is best > to reboot to make sure all the changes are in effect. I have devfs_system_ruleset="system" i rc.conf and [system=10] add path 'usb/*' mode 0660 in devfs.rules > > Or you can test the scanner as root, like Warren said. Root has access to all > devices. Try running xscanimage from a terminal, and look at the error > messages, if any. :xscanimage [xscanimage] No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by sane-find-scanner (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). :sudo xscanimage [xscanimage] No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by sane-find-scanner (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). > > 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. > > Roland /Leslie