mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Improve group information on USB device
As the group can be something else than dialout on some systems, mention this on user manual. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c7c9fb0bb0
commit
1f4d02a861
1 changed files with 6 additions and 2 deletions
|
@ -3547,8 +3547,12 @@ USB port.
|
||||||
Ensuring the user has write permission to the USB serial port:
|
Ensuring the user has write permission to the USB serial port:
|
||||||
|
|
||||||
On Unix-like operating systems the USB ports can only be accessed by users who
|
On Unix-like operating systems the USB ports can only be accessed by users who
|
||||||
are members
|
are members special group that can be e.g.
|
||||||
of the +dialout+ group. If one is not root, one may not be a member of
|
+dialout+ or +uucp+. This can be verified by listing the appropriate
|
||||||
|
device permissions e.g. by +ls -l /dev/ttyUSB0+. Note that the number in
|
||||||
|
the file name depends on how many USB devices you have connected, and
|
||||||
|
must be adjusted appropriately.
|
||||||
|
If one is not root, one may not be a member of
|
||||||
that group and
|
that group and
|
||||||
won't be able to use the USB port. Let us assume one's username is 'johnB'.
|
won't be able to use the USB port. Let us assume one's username is 'johnB'.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue