From owner-freebsd-questions@FreeBSD.ORG Sat Jun 21 11:05:46 2008 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 C39EE1065673 for ; Sat, 21 Jun 2008 11:05:46 +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 2CECD8FC16 for ; Sat, 21 Jun 2008 11:05:45 +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 m5LArbEt047185 for ; Sat, 21 Jun 2008 12:53:37 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from gothic.blackend.org (localhost [127.0.0.1]) by gothic.blackend.org (8.14.2/8.14.1) with ESMTP id m5LArbu4001305 for ; Sat, 21 Jun 2008 12:53:37 +0200 (CEST) (envelope-from marc@gothic.blackend.org) Received: (from marc@localhost) by gothic.blackend.org (8.14.2/8.14.1/Submit) id m5LArbIP001304 for freebsd-questions@freebsd.org; Sat, 21 Jun 2008 12:53:37 +0200 (CEST) (envelope-from marc) Date: Sat, 21 Jun 2008 12:53:37 +0200 From: Marc Fonvieille To: freebsd-questions@freebsd.org Message-ID: <20080621105337.GC1058@gothic.blackend.org> References: <20080621103624.GA3467@marge.bs.l> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080621103624.GA3467@marge.bs.l> X-Useless-Header: blackend.org X-Operating-System: FreeBSD 7.0-STABLE User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: Permissions and SANE/scanimage 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: Sat, 21 Jun 2008 11:05:46 -0000 On Sat, Jun 21, 2008 at 12:36:24PM +0200, Bertram Scharpf wrote: > Hi, > > > my scanner works perfectly when I log in in as root. As an > unprivileged user, I just get this error message: > > $ 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 > which came with this software (README, FAQ, manpages). > > I ended up in a brute force attempt saying in /etc/devfs.conf: > > perm * 0666 > See 7.6.4 Giving Other Users Access to the Scanner in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/scanners.html -- Marc