LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Intel 82574L Gigabit Ethernet on Ubuntu 8.04 (https://www.linuxquestions.org/questions/linux-hardware-18/intel-82574l-gigabit-ethernet-on-ubuntu-8-04-a-862564/)

baddah 02-14-2011 05:26 AM

Intel 82574L Gigabit Ethernet on Ubuntu 8.04
 
Hi,

I'm having issues with Ubuntu 8.04 to see my Intel 82574L ethernet card. Ubuntu is not detecting it at all.

I downloaded the drivers from

http://downloadmirror.intel.com/1581...-1.2.20.tar.gz

copied it to the server, untarred, make install ,and now i'm getting notifications that kernel-devel is not installed. I installed linux-headers from the install cd ( ihave the alternate and server one), but i cannot find any kernel-devel or linux-kernel-devel. The driver still does not want to build after installing linux-headers.

Any suggestions what i can do. I need to use Ubuntu 8.04 due to some specific requirements, do i need the network cards to work.

Thanks

Zetec 02-14-2011 11:30 AM

You may need a compiler (although don't quote me on this). Is this a test server or non production? Either way backup. If so try installing build-essential. Then try installing the drivers.

Have you tried searching apt for kernel-devel?

baddah 02-15-2011 02:21 AM

Hi,

Looks like i had the incorrect linux-headers installed. I got it working as follows.

1) Add the cd rom to apt get.
2) apt-get install linux-headers-<linux version>
3) apt-get install build-essential

untar the above driver. Run make install and then modprobe e1000e.

All is working fine now :)

hahacc 04-13-2012 01:21 AM

resolved
 
Just for guys who may arrive here after searching:
1.there's kernel bug in intel 82574L e1000e driver on centos 6(MSI/MSI-X interrupts issue), we can resolve this by install kmod-e1000e package from ELrepo.org and later add pcie_aspm=off e1000e.IntMode=1,1 e1000e.InterruptThrottleRate=10000,10000 acpi=off to kernel parameters. You can read more info Intel e1000e driver bug on 82574L Ethernet controller causing network blipping.
2.For the high Tx traffic, this was caused by port 53 dns flooding attack. I've resolved this by writing some iptable rules. More info here: port 53 dns flooding attack


All times are GMT -5. The time now is 03:47 AM.