14:39 | topi` | I have one LTE modem (usb) that uses the cdc_acm kernel module and for some odd reason, it registers as "ethx" to the kernel, not usb0 or wwan0 |
14:40 | topi` | any idea how to force it to usb0? udevd might be the answer |
14:43 | suihkulokki | topi`: if you are on debian-based system, the interface name might have been stored in /etc/udev/rules.d/70-persistent-net.rules |
15:12 | topi` | yeah |
15:12 | topi` | I may have to auto-generate content to that file |
15:13 | topi` | or maybe capture the certain type of device with its vendorid, productid pair |