Hi there,
I’m attempting to modify something on Ethernet, but I can’t find what its exact driver is in the kernel source.
Where can I get or read about this information?
Platform: Jetson Nano Development kit
SDK: JetPack 4.4.1
Thanks in advance.
Hi there,
I’m attempting to modify something on Ethernet, but I can’t find what its exact driver is in the kernel source.
Where can I get or read about this information?
Platform: Jetson Nano Development kit
SDK: JetPack 4.4.1
Thanks in advance.
Hi,
It is under this path.
kernel/nvidia/drivers/net/ethernet/realtek/r8168_n.c
Hi Wayne,
Thank you for your help! I thought it would be placed under kernel source tree…lol
Thanks again.