mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
0cbe6a273b
Details - Turn existing python wrapper and X11 support into default OPTIONS - Introduce RPI non-default OPTION on armv6 PR: 208161 Submitted by: mickael.maillot@gmail.com Approved by: maintainer timeout
20 lines
428 B
Plaintext
20 lines
428 B
Plaintext
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:
|
|
|
|
% service devfs restart
|