Solved if_axge not detected at boot

Hi all,
I'm experiencing some issues with a USB Gigabit Ethernet adapter using Asix AX88179 chipset and axge(4) module.
Basically the issue is that this device is not correctly detected during boot, even if I'm adding if_axge_load="YES" to /boot/loader.conf as described in linked man page: if I disconnect it and attach it when the system is running, device is detected correctly and axge0 device created successfully:
Code:
ugen0.4: <ASIX Elec. Corp. AX88179> at usbus0
axge0 on uhub0
axge0: <NetworkInterface> on usbus0
miibus1: <MII bus> on axge0
ue0: <USB Ethernet> on axge0
ue0: Ethernet address: xx:xx:xx:xx:xx:xx
ue0: link state changed to DOWN
/boot/loader.conf only contains if_axge_load="YES" line: anything I might be missing?
Please let me know if there's anything else I should post here.
Thank you
 
So, it looks like adding
Code:
kern.cam.boot_delay="20000"
vfs.mountroot.timeout="10"
to /boot/loader.conf helped as now the card is recognized successfully.
 
Back
Top