I have followed the handbook but it doesn't work for either of them. I created a /etc/devfs.rules and it looks like this
The user is in the right groups, and I have put
in /etc/rc.conf. I have put
in /etc/sysctl.conf. Permission denied comes when I try to print, and the USB flash pen is showing on the Xfce4 desktop but can't be mounted. I can mount it in a terminal.
Code:
add path 'unlpt*' mode 0660 group cups
add path 'ulpt*' mode 0660 group cups
add path 'lpt*' mode 0660 group cups
add path 'usb/2.2.0' mode 0660 group cups
[localrules=5]
add path 'da*' mode 0660 group operator
add path 'md*' mode 0660 group operator
add path 'ada*' mode 0660 group operator
Code:
devfs_system_ruleset="system"
devfs_system_ruleset="localrules"
Code:
vfs.usermount=1