Xathrya Sabertooth |
Posted: 11 Jul 2013 03:10 AM PDT One advantage of using Linux is you can change your kernel when the latest one out. For Ubuntu, you can have a painless way to install a new kernel. In this article, we will discuss about generic (and painless) way to install new kernel. For this case, I use Ubuntu 12.10 and the kernel we will install is 3.10 version. How to Check Kernel Version?To check your current linux kernel version, enter this command on terminal: uname -r or cat /proc/version Ubuntu and Precompiled KernelUnlike compiling kernel by yourself, Ubuntu provide you with precompiled kernel. It means, they compile the kernel for you. It might good for anyone who want to install new kernel effortlessly. However, the drawback for this precompiled kernel is the kernel is optimized for general machine. It want to address all the hardware and machine condition resulting in bigger size. Yes it can run on any machine, but might not be optimized. If you want to optimized the kernel for your machine in specific way, you might want to consider compiling kernel from source. Obtain the MaterialFirst, grab the material, the kernel. Go to this link, and find your preferred kernel. For example, I will use kernel labelled by v3.10-saucy. Note that the Ubuntu release two kind of package: linux image and linux headers. The kernel itself is packaged as linux image. The linux headers are collection of headers file used for compile third party driver. Or in generic way: it is header file of linux. For each kind, there are two package namely package for 32 bit and for 64 bit architecture. Download the kernel suitable for your Ubuntu, i.e if you use 32 bit ubuntu then choose the i686 version. Otherwise, download the amd64 version. For v3.10-saucy, we have following options: [32 bit] [64 bit] The rest of this article will use Kernel to refer Linux Kernel / Image you have downloaded (.deb format) while the Headers will refer to Linux Headers. InstallationPut both Kernel and Headers into the same location. Open terminal and navigate to that directory. To install, use following commands (with root privilege): dpkg -i *.deb Next, reboot the system reboot And check the version: uname -a It should give you version 3.10 |
You are subscribed to email updates from Xathrya Sabertooth To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Tidak ada komentar:
Posting Komentar