diff options
Diffstat (limited to 'multimedia/libcec/pkg-message')
-rw-r--r-- | multimedia/libcec/pkg-message | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/multimedia/libcec/pkg-message b/multimedia/libcec/pkg-message new file mode 100644 index 000000000000..9195606d4a68 --- /dev/null +++ b/multimedia/libcec/pkg-message @@ -0,0 +1,19 @@ +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 |