Rnodeconf and port issues #583
Replies: 1 comment
-
Yup, usergroup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is probably a simple solution, but I am having issues connecting to my devices. I have installed pipx with ensurepath and "pipx install rns". I get the following error when trying to connect to a tbeam:
![Screenshot from 2024-10-14 16-19-34.png](https://private-user-images.githubusercontent.com/132642246/376389725-2a0c43ee-29ac-431d-9288-591cbc0e87ad.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTg4MzUsIm5iZiI6MTczOTU5ODUzNSwicGF0aCI6Ii8xMzI2NDIyNDYvMzc2Mzg5NzI1LTJhMGM0M2VlLTI5YWMtNDMxZC05Mjg4LTU5MWNiYzBlODdhZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNTQ4NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1mODAzNmEwM2I5MTlhNjAwMDM4MWVkZTE2NThmZmZhNmY1OTc4MGYzNjkyZWJlZGFkY2NjOGM4Y2FmMjQ3MzI2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.XGUm_-7dU3VaHKm9I95FrnmFxbBaB8lrhDIzzZpFkWY)
"Could not open the specified serial port. The contained exception was : "
"Errno 13 Could not open port /dev/ttyACM1: Errno 13 Permission denied: '/dev/ttyACM1"
Would adding the user to a group as follow fix it?
sudo usermod -a -G dialout $USER
Previously, I had it installed through pip and had no issues.
Beta Was this translation helpful? Give feedback.
All reactions