Created
November 12, 2019 23:50
-
-
Save 0x715C/3aa7ce1a9fe014921ea127a561d63030 to your computer and use it in GitHub Desktop.
Robox 3d printer udev rule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="081b", ENV{ID_MM_DEVICE_IGNORE}="1" | |
SUBSYSTEM=="tty", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="081b", SYMLINK+="robox%n", MODE="0666" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Taken from "https://robox.freshdesk.com/support/solutions/articles/1000063056-i-am-running-linux-and-automaker-does-not-detect-the-printer-or-says-insufficient-permissions".