Hello,
We are planning to port 3rdparty EtherCAT driver in Jetson TX2.
To do that, 3rdparty wants to know ethernet controller’s device ID.
In my ubuntu machine, I can get the device id as follow.
$ lspci -nn -vvv | grep Ethernet
26:00.0 Ethernet controller [0200]: Intel Corporation I211 Gigabit Network Connection [8086:1539] (rev 03)
I can see “ixgbe : Intel® 10 Gigabit PCI Express Network Driver” in kernel source code. but Jetson TX2 doesn’t give any information about that.
So, How can I get ethernet device id in Jetson TX2?
Thanks.