Jetson TX2 ethernet port speed only 10Mb/s

Speed only 10Mb/s. Not as others said or the Gigabite ethernet name indicated to be 1000Mb/s.
nvidia@tegra-ubuntu:~$ sudo ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Speed: 10Mb/s

According to that your system is able to auto-negotiate, and is publishing that it can run at 1000Mb/s. In order to get the correct speed though, two things must happen:

  • The switch or router must work with auto-negotiate and be able to choose 1000Mb/s;
  • The cable itself must be of sufficient quality to run at the higher speed.

It’s rather rare for the ethernet cable itself to be of insufficient quality, but if you look at statistics for the interface, then if you see errors, overruns, so on, then it could be the cable. What do you see for the output from “ifconfig eth0”?

Also, what is the nature of the cable and how it is connected? Meaning is this just some ordinary length of ethernet cable which goes to a router? To a switch?

Hi, I connect the TX2 with my laptop using the ethernet cable. And test it again. The speed is now shown as 1000MB/s. Thank you very much.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.