We have several deployments of ClearOS 7 servers (hardware: Dell PowerEdge T30) on our clients' networks functioning as gateways. Recently I've been having a problem getting the Interface Masters Niagara 32264 4-port Gigabit NIC (based on Intel 82576) to function on new systems. The problem is that when powered on, all 4 ports on the NIC light up the Activity LED solid, and refuse to recognize anything I plug into them (the Link light never comes on, and ClearOS won't pull an address via DHCP; neither does setting a static address help).
Presently, all 4 ports on it are recognized in ifconfig
p3p1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether <MAC removed for privacy> txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xdf1a0000-df1bffff
p3p2: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 10.5.5.1 netmask 255.255.255.0 broadcast 10.5.5.255
ether <MAC removed for privacy> txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xdf140000-df15ffff
p3p3: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether <MAC removed for privacy> txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device memory 0xdf0a0000-df0bffff
p3p4: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether <MAC removed for privacy> txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
and ethtool -i
shows all the correct driver info. (below is for 1 port on the 4-port card)
[root@gateway ~]# ethtool -i p3p2
driver: igb
version: 5.4.0-k
firmware-version: 1.4.1
expansion-rom-version:
bus-info: 0000:06:00.1
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
We have multiple systems with identical cards working just fine, with the exact same kernel (3.10.0-862.11.6.v7.x86_64), and driver version (above).
My theory is that the NIC is stuck in its "bypass" function, but there's basically no documentation available that I could find beyond the datasheet and an obscure reference to a software utility package here.
Can anyone please educate me about the bypass functions available in the Niagara 32264 NIC and how to make mode changes? I've looked all over and can't find technical documentation, but if someone locates it, please share a link. Thanks!