I am working on TI 814X, I connect INTEL 82575ET PCIE ethernet card with PCIE interface.
I can find two ethernet scoket(eth1, eth2) , provied by INTEL E82575ET , but ping can not work.
The following is my steps:
1.
Device Drivers --->
[*] Network device support --->
[*] Ethernet (1000 Mbit) --->
<M> Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support
2. find “igb.ko” ,then " insmod igb.ko "
3. #ifconfig -a
eth0 Link encap:Ethernet HWaddr 50:56:63:9E:0D:CA
inet addr:192.168.1.3 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 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:40
eth1 Link encap:Ethernet HWaddr 00:1B:57:60:07:D4
inet addr:192.168.1.8 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 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)
Memory:21000000-21020000
eth2 Link encap:Ethernet HWaddr 00:1B:57:60:07:D5
inet addr:192.168.1.9 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 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)
Memory:21020000-21040000
lo Link encap:Local Loopback
inet addr:127.0.0.0 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:496 (496.0 B) TX bytes:496 (496.0 B)