Re: Buster udev rules for ttyUSB ports broken
The suggestion to use SUBSYSTEM="tty" works for me on my system.
[SOLVED] Buster udev rules for ttyUSB ports broken
ShiftPlusOne wrote: ↑Wed Jan 06, 2021 11:16 amIn my testing, SUBSYSTEM=="tty" seems to be the right set of udev runes.
Not thorougly tested, but seems to work.
Edit:
Code: Select all
SUBSYSTEMS=="usb", ATTRS{serial}=="12345678", SYMLINK+="MyUSBDevice"
Udev rule has to look like:
Code: Select all
SUBSYSTEM=="tty", ATTRS{serial}=="12345678", SYMLINK+="MyUSBDevice"