Hi Guys,
Hopefully someone can help!!
I am struggling to compile the e1000e driver for the SME server. I have looked for an rpm driver, but no luck.
I have never compiled a driver before, so please bear with me.
I have an fresh install SME Server 7.4 with all updates installed. Centos 4.7.
uname -a
Linux server 2.6.9-78.0.22.EL #1 Thu Apr 30 19:03:25 EDT 2009 i686 i686 i386 GNU/Linux
lspci
00:19.0 Ethernet controller: Intel Corporation 82567LF-2 Gigabit Network Connect
I have installed the kernel-devel for this kernel and all the gcc things (as per instructions found on the net)
When I try run "make install" in the src driver of the Intel driver I get the following:
Makefile:70: *** Linux kernel source not found in any of these locations:
Makefile:71:
Makefile:72: *** Install the appropriate kernel development package, e.g.
Makefile:73: *** kernel-devel, for building kernel modules and try again. Stop.
Any ideas??
Thanks, Kevin.