Skip to content

Instantly share code, notes, and snippets.

@andrew-smith
Created December 7, 2022 23:04
Show Gist options
  • Save andrew-smith/994e01e6f41627228fa6da182e1a8a6d to your computer and use it in GitHub Desktop.
Save andrew-smith/994e01e6f41627228fa6da182e1a8a6d to your computer and use it in GitHub Desktop.
Disables brltty which tries to overtake the serial ports
systemctl stop brltty-udev.service
sudo systemctl mask brltty-udev.service
systemctl stop brltty.service
systemctl disable brltty.service
# unplug and plug back in your device after this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment