[Lustre-discuss] Kmod, dkms or make to compile network modules.

Isaac Huang He.Huang at Sun.COM
Fri Dec 19 12:38:53 PST 2008


On Thu, Dec 18, 2008 at 10:30:42PM -0800, Arden Wiebe wrote:
> ......
> [root at lustreone src]# uname -a
> Linux lustreone.linuxguru.ca 2.6.18-92.1.10.el5_lustre.1.6.6smp #1 SMP Tue Aug 26 12:16:17 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
> 
> [root at lustreone ~]# rpm -qa kernel\* | sort
> kernel-devel-2.6.18-92.1.18.el5
> kernel-headers-2.6.18-92.1.18.el5
> kernel-lustre-smp-2.6.18-92.1.10.el5_lustre.1.6.6
> kernel-lustre-source-2.6.18-92.1.10.el5_lustre.1.6.6
> [root at lustreone l1e-1.0.1.0]# ls
> atl1e.7  copying  readme  release_note.txt  src
> [root at lustreone l1e-1.0.1.0]# cd src
> [root at lustreone src]# ls
> at_ethtool.c  at.h  at_hw.c  at_hw.h  at_main.c  at_osdep.h  at_param.c  kcompat.c  kcompat_ethtool.c  kcompat.h  Makefile  Makefile~
> [root at lustreone src]# make install
> Makefile:61: >>>>>>>>>> /lib/modules/2.6.18-92.1.10.el5_lustre.1.6.6smp/build
> Makefile:176: *** *** Aborting the build. *** This driver is not supported on kernel versions older than 2.4.0.  Stop.
> [root at lustreone src]# 

You might add this above line 176 in the Makefile to see what it
believed was the kernel version:
$(warning $(KVER))

Isaac



More information about the lustre-discuss mailing list