Please let me know if any of these statements are wrong:
I know you can Update a kernel (Ex. Updating a kernel from 2.2.20 to 2.6.2)
by downloading from
www.kernel.org the entire tar.gz file and compiling it.
That you can upgrade your kernel using a patch tar.gz that will allow you to
go from a previous kernel to the next newest kernel. I.E you cannot apply a 2.6.2
patch if you are running kernel 2.20.2.
You can take individual modules such as : as an example
I have a Wireless MA401 netgear PCMCIA NIC I am trying to get working.
Wireless Extensions (CONFIG_NET_RADIO enabled)
As I was saying you can take individual modules such as the one above and
compile it into your existing kernel so that you can get the wireless NIC to work.
Without having to update, or upgrade the kernel at anytime.
I am trying to understand the concepts on this so that I can start to help others
when they are having problems. Not to mention I want to be a Linux Admin some day.
Thanks for the replies everyone. You guys, and gals are the greatest.
Tony Mendoza