Running 10G PCie intel ethernet card on Jetson TX2

Hi.

I want to attach 10g intel ethernet card to my jetson TX2 board but i am not able to install card driver ixgbe that is provided for desktop ubuntu linuxes.

Could anybody help me

Hi,

Following card is verified in our side. Which card are you using? Our experience in first card should help.

Intel Corp X540T2 Converged Network Adapt T2
StarTech.com 1 Port PCI Express 10 Gigabit Ethernet Network Card (ST10000SPEX)

Could you share your installation steps? By default, Intel-X540/x550 10Gigabit should already supported.

Please try following command. Seems already built-in.

sudo modprobe ixgbe
lsmod

My card is intel dual port x540 and installation steps as follow
https://downloadmirror.intel.com/14687/eng/readme.txt

What do you see for:

zcat /proc/config.gz | grep 'CONFIG_IXGBE'

…it looks like this may be a standard kernel driver and not require external source…you may still have to build a kernel module.

I believe it should work. But needs to load the module manually.

Please try #3.

dear “linuxdev”
The output of “zcat /proc/config.gz | grep ‘CONFIG_IXGBE’” is as follow :

CONFIG_IXGBE=m
CONFIG_IXGBE_HWMON=y
#CONFIG_IXGBEVF is not set

What about the command of #3? Does it work?
We already built the ixgbe driver in our BSP. All you need to do is load it up.

Dear WayneWWW

Thanks for your concern.

i can find ixgbe in the output of lsmod is as follow:

ixgbe 2999000 used=0