Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion for Documentation change RE Linux installs. #72

Open
SirGoodenough opened this issue Jan 7, 2021 · 0 comments
Open

Suggestion for Documentation change RE Linux installs. #72

SirGoodenough opened this issue Jan 7, 2021 · 0 comments
Labels

Comments

@SirGoodenough
Copy link

One thing i cannot remember on new installs and would be helpful for people doing Linux installations.
When you try to flash the user usually does not have permission to write to the usb ports. There's an error when the tasmotize button is pressed about permissions. They simply need to be added to the correct group to allow them access to the ports.

I suggest adding a note to Linux users that they need to do this to allow the user to access the serial port, or they need to run the program as root (which no one wants). This has worked for me on Debian and Ubuntu.

The device is most likely attached to user group dialout. Just add your user to the dialout group so you have appropriate permissions on the device.

sudo usermod -a -G dialout $USER
(You may need to logout and back in for the new group to take effect.)

Was pulled from here:
https://askubuntu.com/questions/133235/how-do-i-allow-non-root-access-to-ttyusb0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants