Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • You are symlinking the raw USB device instead of the tty device. I answered a practically similar question before, either here or on unix.stackexchange, but can't find it right now. Basically you need to change the udev rule for the correct subsystem, and use ATTRS instead of ATTR to match in the whole device path. Details in the answer when I can find it.
    – dirkt
    Commented May 17, 2018 at 8:36