Hello,I used USB3.0 to RTL8153B, but had problems with the boot process.The problem is :Direct firmware load for rtl_nic/rtl8153b-2.fw failed with error -2.
But the firmware can be found under /lib/firmware/rtl_nic
Could you tell me how to solve the problem?Thanks!
Thank you very much for your answer!
We have verified that the current situation is like this we used USB3.0 to RTL8153B in xavier nx with JetPack5.1.1,the firmware can be loaded normally and the network works properly,but in agx orin and orin nx with JetPack5.1.1 the firmware cannot be loaded successfully…
Since we are using the same kernel version, is there any difference between the Xavier nx and the orin series?
In addition, when the firmware is removed, the xavier nx will also have the same situation as the orin nx, so it can be confirmed that the firmware used is /lib/firmware/rtl_nic/rtl8153b-2.fw…
Thank you for your kind cooperation!
orin nx and xavier nx all use this driver as ko file.
xavier nx rootfs mount from nvme.In addtion,we have verified it 's loaded successfully if xavier nx rootfs mount from emmc.
There are three dmesg file for orin nx ,xavier nx rootfs mount from nvme, xavier nx rootfs mount from emmc . orinnx.log (68.4 KB) xaviernx_nvme.log (69.9 KB) xaviernx_emmc.log (68.6 KB)
I’m so sorry for taking so long time to reply.
After I rebuild it as kernel module,the firmware can be loaded successfully! We suspect it may have something to do with driver or firmware load times.
Thanks very much.