Hi ,
I am trying to load the g_ether on Jetson Xavier with 5.1.2 version jetpack and I face the below log while loading it .
udc-core: couldn't find an available UDC - added [g_ether] to list of pending drivers
When I stop the nv-l4t-usb-device-mode.service I could load the g_ether but I could not see the USB addition when i give lsmod on my PC .
And i could see the below details when i use ifconfig on the Soc
hoenix@tegra-ubuntu:/sys/kernel$ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.42.0.5 netmask 255.255.255.0 broadcast 10.42.0.255
inet6 fe80::d4eb:fe6e:483a:cc3c prefixlen 64 scopeid 0x20<link>
ether 3c:6d:66:00:16:3b txqueuelen 1000 (Ethernet)
RX packets 2331 bytes 159415 (159.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 2159 bytes 606644 (606.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
l4tbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.55.1 netmask 255.255.255.0 broadcast 192.168.55.255
inet6 fe80::1 prefixlen 128 scopeid 0x20<link>
ether 62:20:25:ff:89:01 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 175 bytes 20429 (20.4 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 175 bytes 20429 (20.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
rndis0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 62:20:25:ff:89:01 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
usb0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 62:20:25:ff:89:03 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Can you help on this USB tethering from Xavier to my PC?