Date: Sat, 7 Jan 2006 05:43:55 -0800 (PST) From: Arne Woerner <arne_woerner@yahoo.com> To: Sandor Z Nemeth <nemeths@for.mat.bham.ac.uk>, freebsd-multimedia@freebsd.org Subject: Re: xsane as user Message-ID: <20060107134355.85605.qmail@web30307.mail.mud.yahoo.com> In-Reply-To: <Pine.GSO.4.21.0601071330490.21703-100000@babbage.bham.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
--- Sandor Z Nemeth <nemeths@for.mat.bham.ac.uk> wrote:
> Can anybody tell me what should I do to use
> xsane as a simple user?
>
Hi!
In my box it helped, to set the permissions of the scanner device
more liberal:
E. g.: As root:
# chmod 666 /dev/uscanner0
U can do that automatically via the devd.conf(5) and
devfs.conf(5).
% cat /etc/devfs.conf
perm uscanner0 0664
% cat /etc/devd.conf
options {
pid-file "/var/run/devd.pid";
};
attach 10 {
device-name "uscanner0";
action "/etc/rc.d/devfs start";
};
I hope, I understood the question correctly...
Bye
Arne
__________________________________________
Yahoo! DSL – Something to write home about.
Just $16.99/mo. or less.
dsl.yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060107134355.85605.qmail>
