Jetson/Network Adapters

From eLinux.org
< Jetson
Revision as of 01:19, 19 June 2014 by Shervin.emami (talk | contribs) (Created the Jetson TK1 network adapters page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ethernet

Jetson TK1 comes with a 1Gbps Ethernet adapter (RTL8111GS Realtek 10/100/1000Base-T "Gigabit Ethernet" LAN port) that works right out-of-the-box for local networking. It listens for an IP address from a DHCP server, thus you can plug it directly into your router and it should start working and use internet through your router.

It is also possible to install extra Ethernet ports either as a mini-PCIe card (eg: Dual Gigabit LAN (untested) or as a USB Ethernet dongle.

Wifi / Wireless 802.11

Wifi can be added to Jetson TK1 either as a mini-PCIe card (eg: 802.11ac 5GHz Gigabit Wifi + Bluetooth BLE combo (untested), or 802.11n Wifi + Bluetooth combo (untested)) or as a USB Wifi dongle. Some Wifi adapters have worked fine while others haven't. See the Troubleshooting section if your Wifi card is not being detected.

Known working Wifi adapters for Jetson TK1

2G / 3G / 4G Cellular modem

A "broadband wireless modem" can be added to Jetson TK1, either as a mini-PCIe card (eg: 3G Modem + GPS combo (untested)) or as a USB Broadband Wireless dongle.

Troubleshooting

If your network adapter is not detected, even when you search through the "dmesg" log, try installing the linux-firmware package then rebooting:

sudo apt-get install linux-firmware
sudo reboot