Nick Howitt wrote:
For the NIC, depending on if you have the PAE kernel ("uname -r"), use the kmod-igb or kmod-igb-PAE drivers from here.
Thanks for the help Nick. I installed kmod-igb-2.4.13-1.clearos.i686.rpm as recommended with the same result. As soon as bandwidth/qos is enabled the box hard locks. I have to boot up with the network cables disconnected and disable the service or it will completely lock again. Additional information as follows:
Contents of modprobe.conf
alias eth0 igb
alias eth1 igb
Results of modinfo:
[root@box ~]# modinfo igb
filename: /lib/modules/2.6.18-194.8.1.v5/extra/igb/igb.ko
version: 2.4.13
license: GPL
description: Intel(R) Gigabit Ethernet Network Driver
author: Intel Corporation, <
e1000-devel@lists.sourceforge.net>
srcversion: 7281AE835DCB664602E28C7
Results of dmesg | grep -i eth
[root@box ~]# dmesg | grep -i eth
Intel(R) Gigabit Ethernet Network Driver - version 2.4.13
igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:26:55:22:76:0e
igb 0000:05:00.0: eth0: PBA No: FFFFFF-0FF
igb 0000:05:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:05:00.1: eth1: (PCIe:2.5Gb/s:Width x4) 00:26:55:22:76:0f
Looks like the updated igb driver installed and is loaded but still the same issues -- hard lock on enabling Bandwidth/QOS service and the internal NIC still auto-negotiates to 10Mbps on a 1Gbps port (should be gigabit.) I tried a different gigabit switch to rule out the possibility of a bad port/switch. The external NIC does work at 100Mbps as supported by my modem.
I'm reaching the point of giving up on this solution on this box. I'll either have to come up with a different software package or see if I can find another dual NIC box to use as my gateway and pray all the hardware is supported by Clear/Centos.