Quote: |
Originally Posted by MikeTbob To install kernel sources in Fedora try these steps. CLICK HERE! =-} |
Ok, I followed those instructions and everything went fine. So, I'm pretty sure I've got the kernel source. The problem now is that I'm still not sure what to set my KERNELPATH to. It's still giving me the same errors. If I tell it to make without specifying the KERNELPATH it still gives me this:
/bin/sh: line 0: cd: /lib/modules/2.6.18-1.2869.fc6/build: No such file or directory
Makefile.inc:89: *** /lib/modules/2.6.18-1.2869.fc6/build is missing, please set KERNELPATH. Stop.
and no matter what I set the KERNELPATH to it gives me this sort of thing:
[root@localhost madwifi-0.9.2.1]# make KERNELPATH=/usr/src/redhat/BUILD/
./kernelversion.c:13:30: error: linux/utsrelease.h: No such file or directory
Makefile.inc:113: *** KERNELCONF: /usr/src/redhat/BUILD//.config does not exist.. Stop.
I'm assuming I just don't know where to point it to. Where should it be pointing to? |