On 11/14/2010 06:22 AM, James Womack wrote: > Okay, I've downloaded the necessary tools and extracted the kernel > source. I have a tutorial on how to patch and build the kernel. Where > should I apply your patches? Change directory to the main directory of the kernel source - the one with subdirectories like arch, block, crypto, drivers, etc. Apply patches with a command of the form patch -p1 --dry-run < <nameofpatch> If that works without any error, then leave out the "--dry-run" to apply the patch. If/when it is necessary to remove the patch, adding a "-R" option will do that. When you build the kernel, you should do that as a normal user, not root. If the source files are not owned by that user, you should do a chown on that tree before starting. 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