2
I have an installed Ubuntu Distro (Karmic 9.10) already.
However, due to some problems with xorg ati driver, I cannot standby my computer. Some guy have suggested me to try the latest version of xorg driver which in turn requires a newer version of Linux kernel than the newest release available from Ubuntu Central Repository (2.6.33).
I have searched though several articles on how to install a custom Linux kernel. However, these articles are so 2004/2005 and they were talking about lilo (???). Since then, I'm afraid that I cannot make the Grub Boot recognize the new Linux kernel properly (I'm just a newbie to Linux). I would love to know how to install the kernel into Ubuntu and have grub acknowledge the new installed kernel.
I have a amd64-ubuntu. Then, I go to http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.33/ and download 4 deb files: header-generic-amd64, header-all, image-generic-amd64, source-all. Then I installed these deb files with dpkg. However, the wireless and radeon drivers cannot be compiled against the kernel (unlike the kernel available from Karmic Repository). What should I do?
– Phuong Nguyen – 2010-03-17T07:20:21.273I don't know if that's possible or easy to do. You can try asking another question here or at ubuntuforums.org. Also you may consider using Lucid (Beta 1 should be released tomorrow). – alfplayer – 2010-03-17T17:38:06.097
Are the drivers wanting a different version of kernel? You can always pull a vanilla kernel from kernel.org, compile it (use .config file of current kernel in /boot), wrap it in a deb, and install it (installer updates grub automatically if you use Debian tools). This is getting into advanced territory but if you're desiring to become a Linux expert you might as well start here. – LawrenceC – 2011-08-28T13:54:57.183