Why should you care about the kernel?
April 18, 2008 by Clair Ching
Filed under Explanation, Geeky Fun
The kernel is the one that makes your computer work. It makes you get things done. Your tasks could be printing out that report due in ten minutes or sending email when your client demands your reply. The kernel would be the key to the efficient use of your computer’s resources.
Sometimes you want to do some things but you can’t. For example, your laptop is having problems with hibernate/sleep. There is a chance that you might have to reconfigure your kernel so that the hardware involved in the process would be able to work well.
There are times that other users might have problems with an operating system because nothing seems to happen upon boot-up. It could be that the kernel doesn’t support the hardware. I’ve encountered such a problem before.
This is part of the reason why it’s not always easy to choose a Linux distribution. For certain hardware, you might have difficulty not just because of the drivers but also the kernel. Your distribution’s kernel might not be the right fit with your hardware. There are ways to go about it. For one, you could opt to use a different kernel (possibly an older version because there are cases wherein the older hardware does need older kernels), you could compile it then use it with your existing desktop environment and applications. That or look for a distro like that. An example is AntiX. If you want to read more about how AntiX is like for older machines, you could check out the Linux.com feature on AntiX.

















Only when looking into the file /boot/grub/menu.lst, i found your info “Find out what Linux Kernel Version am i running?”
Grub shows boot-options for both
2.6.24.16 generic and
2.6.24.19.generic
I can boot both versions, in both cases confirmed by the command echo ‘uname -r’
Are both kernels needed or should i (try to) remove one of them? (running Xubuntu 8.04)