PDA

View Full Version : Madwifi Install errors


Jebba33
2006-04-19, 10:06 PM CDT
[root@localhost madwifi-ng]# make
/bin/sh: line 0: cd: /lib/modules/2.6.16-1.2080_FC5smp/build: No such file or directory
Makefile.inc:95: *** /lib/modules/2.6.16-1.2080_FC5smp/build is missing, please set KERNELPATH. Stop.


J.

unmoldable.com
2006-04-20, 10:57 AM CDT
as root:

yum install kernel-devel

Jebba33
2006-04-20, 03:30 PM CDT
same error

unmoldable.com
2006-04-20, 03:34 PM CDT
as root:

cd /usr/src/madwifi-ng (or whereever your source is)
make clean
./configure
make

if you still get the same error, run this first and then try all those commands again:
export KERNELPATH=/usr/src/linux

Jebba33
2006-04-20, 07:32 PM CDT
You da man! With your help and the guide at madwifi.org for newbies, Im up and running. My orinoco gold wouldnt connect to my router but my dlink dwl-g630 is working like a champ.

Thanks a million. :D