Jayant Sane wrote: > Bear with a miserable newbie... > > I have been asked to compile against the 2.6.28-rc8-wl version of kernel (as printed by uname -r). How and where can I get this specific kernel version from? > > I figured how to get the patch for 2.6.28-rc8 but the "-wl" part stumps me. That is the kernel from the wireless-testing git tree. The only way to get it is to install the git package from your distro and issue the command git clone \ git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git Be aware that the download is roughly 200 MB. In addition, the above will get you 2.6.28-wl. If you really need -rc8 (which I doubt), then you will need to issue the additional command git checkout v2.6.28-rc8 The -wl part is not needed here. Larry -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html