opnsense-ports/multimedia/libcec/pkg-message
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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