You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the documentation and all sample configs refer to using ls -l /dev/serial/by-id. This gives the problem that users often miss out on the /dev/serial/by-id part, and in addition often users don't remove the <>. This curently happens on a daily basis, if not multiple times per day.
Proposed fixes:
Use ls /dev/serial/by-id/* which gives the full path which can simply be copy'n'pasted
Provide an example as comment how the path should look
Tell the user to copy'n'paste explicitely, including giving the hint that marking text in PuTTy automatically copies stuff to the clipboard
The text was updated successfully, but these errors were encountered:
Right now, the documentation and all sample configs refer to using
ls -l /dev/serial/by-id
. This gives the problem that users often miss out on the/dev/serial/by-id
part, and in addition often users don't remove the<>
. This curently happens on a daily basis, if not multiple times per day.Proposed fixes:
ls /dev/serial/by-id/*
which gives the full path which can simply be copy'n'pastedThe text was updated successfully, but these errors were encountered: