I did a yum install kernel-sourcecode which placed the source in /usr/ src. What config files do I need to copy into .config? I would have thought that compiling using the path indicated by Arjan would have worked.
ln -s /usr/src/linux-2.6.5-1.358/ /usr/src/linux cp /usr/src/linux/configs/kernel-2.6.5-i586.config /usr/src/linux/.config make oldconfig make make modules_install make install
ln -s /home/X86/linux-wlan-ng-0.2.1pre21/etc/rc.wlan /etc/rc.d/init.d/ cd /etc/rc.d/init.d/ ./rc.wlan status ./rc.wlan start