I am trying to install Madwifi and had the dependency error so I am manually installing as per directions at
http://www.linuxquestions.org/questi...hreadid=163192
When I got to run make && make install I get
no rule to make target 'module' stop
I searched around and it said I need to recompile my kernel first :
If you've just installed a RedHat kernel package, have all of the correct symlinks, and it still won't work, then it could be because you don't have a built/configured kernel. To fix this problem cd into your kernel tree and build it as normal. [Note: previous driver incarnations did not require a built kernel tree, however recent versions (post Dec 2003) have used kbuild in the Makefile, which need to use some parts of the built kernel.]
What do I need to do when I recompile the kernel. I tried once, I ran make menuconfig, then saved it and ran make dep
Any ideas what to do next I am still getting the same errors