I have this usb ethernet device 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet, I have added it to my dracut.conf file like this add_drivers+= " ax88179_178a " . From dmesg, I can see the device is detected on boot, but the ethernet is not activated. I have unplug then plug the device back to activate it.
I suspect it is because the usb device need some extra time to initialize, but the kernel did not wait and assume the device is not working. Is there a way to make the boot process wait for a few seconds before loading kernel and modules?
Thanks.