On Mon, Dec 09, 2002 at 10:04:55PM -0500, Tom Allison wrote: > What I'm having trouble with right now is getting this to install. > I've downloaded the 0.13beta1 and the kernel-source-2.4.18 deb > package, but I'm still unable to compile the driver > > bash-2.05a$ cd orinoco-0.13beta1/ > bash-2.05a$ make > cc -MD -O2 -Wall -Wstrict-prototypes -pipe -D__KERNEL__ > -DPCMCIA_DEBUG=1 -DMODULE -DEXPORT_SYMTAB > -I/lib/modules/2.4.18-686/build/include -c hermes.c > In file included from hermes.c:43: > /usr/include/linux/module.h:21: linux/modversions.h: No such file > or directory > make: *** [hermes.o] Error 1
It's /usr/src/kernel-headers-x.y.z/include/linux/modversions.h Try adding /usr/src/kernel-headers-x.y.z/include to the include path. Pigeon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]