LTE Dongle on Jetson TK1

Hello,

How can I get my LTE Dongle to work on the Jetson TK1. Ethernet is working but there is no internet once I use the dongle. I also installed the linux-firmware package without success.

The dongle is a ZTE MF283.

Any help would be appreciated. Thanks in advance.

With a quick googling I found this:

So, does “lsusb” show your device? If so, what “mode” does it show?

If the mode is wrong, you may try:

sudo apt-get install usb-modeswitch
sudo usb_modeswitch -v 0x19d2 -p 0x1405 -d

The USB CDC ethernet seems to be already enabled in the default Jetson kernel.