forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
430 B
Text
19 lines
430 B
Text
WARNING:
|
|
|
|
You need write permissions on the USB device to make it work properly.
|
|
Consider adding your user to the operator group:
|
|
|
|
% pw groupmod operator -m jerry
|
|
|
|
and adding a rule in /etc/devfs.rules like this one:
|
|
|
|
[system=10]
|
|
add path 'ttyU*' mode 0660 group operator
|
|
|
|
To load this new rule add the following to /etc/rc.conf:
|
|
|
|
devfs_system_ruleset="system"
|
|
|
|
Then restart devfs to load the new rule:
|
|
|
|
% /etc/rc.d/devfs restart
|