Hi,

I'm trying to configure 2 USB devices' names at boot time so they always
have the same name when connected to a GW2358-4 board (Backfire 10.03). I've
written 2 basic udev rules and they work fine in an Ubuntu box but when I
try them on the Cambria board with OpenWRT they do not work. When reloading
udev rules ($ udevadm config --reload-rules) they do not apply the changes.
Devices are randomly mapped to ttyUSB0/8 and neither trying NAME or SYMLINK
assignments works.

The file contents are:

SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{serial}=="A7*",
SYMLINK+="802.15.4"   #NAME="802.15.4" also tried
SUBSYSTEM=="tty", SUBSYSTEMS=="usb", ATTRS{serial}=="A2*", SYMLINK+="us"
    #NAME="us" also tried

Any idea about this?

Any help would be very much appreciated.


Thanks,
Javier
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to