Hello. I added Intel PRO/1000 PT Quad Port LP Svr Adapter to my Jetson TX1. After boot, when I typed ifconfig it showed me eth0 (built-in) and eth1-eth4 (from Intel Card). I havn’t install any driver for that adapter. Tried to plug ethernet device (camera) for my NIC, but it is not detected. LED’s light up shows 1000M connection, but Jetson can’t find the camera. I tried to plug camera to built-in ethernet, but surprisingly - it’s not detected either. Than I powered off Jetson and unplugged PCIe card. In this configuration everything works fine. What did I do wrong? I attach ifconfig logs.
When no NIC plugged:
eth0 Link encap:Ethernet HWaddr 00:04:4b:5a:d0:39
inet addr:169.254.150.1 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::204:4bff:fe5a:d039/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:7750 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:57 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:8440 (8.4 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:220 errors:0 dropped:0 overruns:0 frame:0
TX packets:220 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:16545 (16.5 KB) TX bytes:16545 (16.5 KB)
wlan0 Link encap:Ethernet HWaddr 00:04:4b:5a:d0:37
inet addr:192.168.1.8 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::bc1b:6eaa:d83:c43a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:88 errors:0 dropped:0 overruns:0 frame:0
TX packets:131 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8465 (8.4 KB) TX bytes:16187 (16.1 KB)
When NIC plugged:
eth0 Link encap:Ethernet HWaddr a0:36:9f:6c:37:2d
inet addr:169.254.150.1 Bcast:169.254.255.255 Mask:255.255.0.0
inet6 addr: fe80::a236:9fff:fe6c:372d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:7750 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:21701 (21.7 KB)
Interrupt:112 Memory:13000000-13020000
eth1 Link encap:Ethernet HWaddr a0:36:9f:6c:37:2c
inet addr:169.254.150.2 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:7750 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:112 Memory:13060000-13080000
eth2 Link encap:Ethernet HWaddr a0:36:9f:6c:37:2f
inet addr:169.254.150.3 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:7750 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:112 Memory:13100000-13120000
eth3 Link encap:Ethernet HWaddr a0:36:9f:6c:37:2e
inet addr:169.254.150.4 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:7750 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:112 Memory:13160000-13180000
eth4 Link encap:Ethernet HWaddr 00:04:4b:5a:d0:39
inet addr:169.254.150.5 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST MULTICAST MTU:7750 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:400 errors:0 dropped:0 overruns:0 frame:0
TX packets:400 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:30769 (30.7 KB) TX bytes:30769 (30.7 KB)
wlan0 Link encap:Ethernet HWaddr 00:04:4b:5a:d0:37
inet addr:192.168.1.8 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::bc1b:6eaa:d83:c43a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:307 errors:0 dropped:0 overruns:0 frame:0
TX packets:402 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:26815 (26.8 KB) TX bytes:46288 (46.2 KB)
What does that “interrput” means? Is something incorrectly configured?