User`s guide

3: Operating the Adapter
Table 3-1
Faceplate LEDs
Label Color Meaning
S
Yellow Controlled by the adapter’s firmware
L
Green Link connectivity
R
Green Receive (RX) traffic
T
Green Transmit (TX) traffic
Verifying Adapter Recognition
To verify that the adapter has been recognized, do the following:
1. Use the /sbin/lspci command to ensure that the device has been recognized.
For example, you might see one of the following:
[root@linux root]# /sbin/lspci |grep -i myricom
Ethernet controller: MYRICOM Inc.: Unknown device 0008
Subsystem: MYRICOM Inc.: Unknown device 0008
[root@linux root]# /sbin/lspci |grep -i myricom
Ethernet controller: MYRICOM Inc. Myri-10G Dual-Protocol NIC (10G-PCIE-8A)
Subsystem: MYRICOM Inc. Myri-10G Dual-Protocol NIC (10G-PCIE-8A)
If lspci shows Unknown device as in the previous examples, you can use the
update-pciids utility to update the pciid database. For more information, see
the update-pciids(8) man page.
Note: If the driver module is not yet loaded, files and commands such as
/proc/net/dev and /sbin/ifconfig will not display the device.
2. If /sbin/lsmod does not show the myri10ge module, use the following
command to load it:
[root@linux root]# /sbin/modprobe myri10ge
8 007–4983–002