From owner-freebsd-questions@FreeBSD.ORG Thu Dec 2 22:01:50 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A2A316A4CE for ; Thu, 2 Dec 2004 22:01:50 +0000 (GMT) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1AE243D1F for ; Thu, 2 Dec 2004 22:01:49 +0000 (GMT) (envelope-from maarfree@xs4all.nl) Received: from webmail.xs4all.nl (webmail13.xs4all.nl [194.109.22.173]) by smtp-vbr1.xs4all.nl (8.12.11/8.12.11) with ESMTP id iB2M1mXR065841 for ; Thu, 2 Dec 2004 23:01:48 +0100 (CET) (envelope-from maarfree@xs4all.nl) Received: from 80.127.55.226 by webmail.xs4all.nl with HTTP; Thu, 2 Dec 2004 23:06:13 +0100 (CET) Message-ID: <4948.80.127.55.226.1102025173.squirrel@80.127.55.226> Date: Thu, 2 Dec 2004 23:06:13 +0100 (CET) From: maarfree@xs4all.nl To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner Subject: /dev/uscanner0 owned by root:scanner but only access for users of group operator X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 22:01:50 -0000 Hi list, I have my Canon Lide 20 usb scanner working om my system. Setup was easy following the handbook. But I did not like all users being member of group operator; So I added a group scanner, to /dev/devfs.rules I add: add path uscanner0 mode 0660 group scanner # (group scanner is added) I add a user to group scanner. When I do ll /dev/uscanner0 crw-rw---- 1 root scanner 233, 0 Dec 2 22:24 /dev/uscanner0 When I do sane-find-scanner as the user I get: found USB scanner (UNKNOWN vendor and product) at device /dev/uscanner0 and subsequently the scanner is not useable for the user. But when I add this user to group operator: found USB scanner (vendor=0x04a9, product=0x220d) at /dev/uscanner0 and the scanner is working. but I see the scanner still belongs to user root and group scanner... Anyone an idea? Maarten FreeBSD klaptopje.lan 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov 26 14:37:55 UTC 2004 root@klaptopje.lan:/usr/obj/usr/src/sys/GENERIC i386