Skip to content

Instantly share code, notes, and snippets.

@vladbabii
Created June 29, 2018 20:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladbabii/38c32e6771fa34a5499418e2a803b5e5 to your computer and use it in GitHub Desktop.
Save vladbabii/38c32e6771fa34a5499418e2a803b5e5 to your computer and use it in GitHub Desktop.
Udev Rule To Map Anet A8 to /dev/aneta8
echo "SUBSYSTEM==\"tty\", ATTRS{idVendor}==\"1a86\", ATTRS{idProduct}==\"7523\", SYMLINK+=\"aneta8\", " > /etc/udev/rules.d/99-aneta8.rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment