<div dir="ltr"><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> ....<br>
> Also, please note, the kernel does not guarantee that the ttyUSB and<br>
> ttyAMA ports are always named in the same way, so using udev rules<br>
> like that is error-prone. A much better approach would be to bind the<br>
> udev rules to specific sysfs paths, e.g.<br>
> DEVPATH=="/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5.5"<br>
<br>
Only a note:<br>
I have noticed that the path is no longer fixed with newer kernels.<br>
The problem is the `usb<port-number>` in your example `usb4`. This is<br>
random and can be different for each boot, since probing of the usb<br>
root hubs are now done asynchronous during but. I have noticed this,<br>
on my APU3 board which is running the kernel version 6.6.xxx <br>
(owrt-24.10).<br>
<br></blockquote><div><br></div>Oh wow, if this is true, I know many things that will break. Is this a recent change, and if so, could you point me to the relevant kernel commit?<br></div></div>