jsjames70
Posts: 9
Joined: Mon Aug 24, 2020 1:31 am

Re: Buster udev rules for ttyUSB ports broken

Wed Jan 06, 2021 4:07 pm

The suggestion to use SUBSYSTEM="tty" works for me on my system.

Fuchks
Posts: 6
Joined: Sun Dec 06, 2020 2:48 pm

[SOLVED] Buster udev rules for ttyUSB ports broken

Mon Jan 18, 2021 4:38 pm

ShiftPlusOne wrote:
Wed Jan 06, 2021 11:16 am
In my testing, SUBSYSTEM=="tty" seems to be the right set of udev runes.

Not thorougly tested, but seems to work.

Edit:
IMO this is only a workaround, as most suggested to create symlinks to usb-devices with serialnr. is:

Code: Select all

SUBSYSTEMS=="usb", ATTRS{serial}=="12345678", SYMLINK+="MyUSBDevice"
Solution from XECDesign: https://github.com/raspberrypi/linux/is ... -755231352

Udev rule has to look like:

Code: Select all

SUBSYSTEM=="tty", ATTRS{serial}=="12345678", SYMLINK+="MyUSBDevice"

Return to “Raspberry Pi OS”