Hi people,
I have one question regarding sane-"backendname" user permissions. Whenever I need to use my scanner (model HP PSC 1310), I have to start it from the console, because it's asking me to enter the user password.
I added the following related variables in /etc/rc.conf:
I have established in /etc/devfs.rules:
My user belongs to the cups group. All works fine, except the user's password requirement which is very annoying.
Does someone know how to avoid having to enter the user's password, every time I use xsane?
I have one question regarding sane-"backendname" user permissions. Whenever I need to use my scanner (model HP PSC 1310), I have to start it from the console, because it's asking me to enter the user password.
Code:
% xsane
Password of user on localhost?
I added the following related variables in /etc/rc.conf:
Code:
dbus_enable="YES"
hald_enable="YES"
cupsd_enable="YES"
devd_enable="YES"
devfs_system_ruleset="devfsrules_common"
I have established in /etc/devfs.rules:
Code:
[devfsrules_common=7]
add path 'ugen[0-9]*' mode 666 group operator
add path 'usb/*' mode 666 group operator
add path 'usbctl' mode 666 group operator
My user belongs to the cups group. All works fine, except the user's password requirement which is very annoying.
Does someone know how to avoid having to enter the user's password, every time I use xsane?