Reach Ethernet over USB to Nvidia Jetson TK1

I tested Ethernet over USB on a Ubuntu PC and everything seems to work. So I did a before and after “lsmod” to see what modules the Reach is using.

[code]diff lsmod_output1.txt lsmod_output2.txt
1a2,9

nls_iso8859_1 12713 1
rndis_wlan 50281 0
usb_storage 62209 1
rndis_host 14503 1 rndis_wlan
cdc_ether 14351 1 rndis_host
cdc_acm 28803 0
usbnet 43913 3 rndis_host,rndis_wlan,cdc_ether
mii 13934 1 usbnet
56c64
< cfg80211 484040 1 wl


cfg80211 484040 2 wl,rndis_wlan[/code]

Most of these don’t show up when I run the same test on the Jetson TK1. So I’m guessing that’s the problem.

I see in another post , @mikhail.avkhimenia mentions that the Reach can be connected to a network with a USB to Ethernet adapter. I have tried a couple with no luck. Is there an adapter that has worked for someone else?