Removed
Link Here
|
1 |
[ |
2 |
{ type: install |
3 |
message: <<EOM |
4 |
In order to enroll new finger prints, you must have r/w access to the |
5 |
usb device node(s) of your finger print reader (i.e., /dev/{ugen, usb}*). |
6 |
|
7 |
It is recommended to use devfs.rules(5) and a dedicated group to manage |
8 |
access to your finger print reader. |
9 |
|
10 |
You can use `usbconfig' to see if your sensor is accessible. |
11 |
|
12 |
Example configuration: |
13 |
- /etc/rc.conf: |
14 |
devfs_system_ruleset="localrules" |
15 |
|
16 |
- /etc/devfs.rules: |
17 |
[localrules=10] |
18 |
add path 'usb' mode 0770 group operator |
19 |
add path 'usb/*' mode 0660 group operator |
20 |
|
21 |
# /etc/rc.d/devfs restart |
22 |
EOM |
23 |
} |
24 |
] |