15.11.11

Install kernel 3.1 On Ubuntu 11.10/11.04

Hello guys... hi.. hi.. hi...

In this guide we will help you upgrade your current Kernel version to 3.1 under Ubuntu 11.10/11.04. Before we start, I should note that users of Ubuntu 11.10/11.04 in VirtualBox will not be able to use the copy/paste feature once they upgrade to Kernel 3.1. That means copying from host to guest or vice versa will not work once you upgrade your kernel. This also happens when doing a Ubuntu upgrade (sudo apt-get upgrade).

The new cool features incorporated in this latest stable version of Linux kernel 3.1 includes the following:



    * Near-field communication (NFC) support
    * OpenRISC CPU architecture support
    * Dynamic writeback throttling
    * More hardware driver support
    * 3D support for new NVIDIA graphics chips
    * Virtualisation enhancements for Xen and KVM
    * iSCSI implementation
    * Wii controller support, etc.

Getting Started


Open the terminal and run these two commands for both 32-bit and 64-bit versions of Ubuntu 11.10/11.04:


wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.1-oneiric/linux-headers-3.1.0-030100_3.1.0-030100.201110241006_all.deb


sudo dpkg -i linux-headers-3.1.0-030100_3.1.0-030100.201110241006_all.deb


Ubuntu (32-bit)


For Ubuntu 11.10/11.04 (32-bit), run these commands:


wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.1-oneiric/linux-headers-3.1.0-030100-generic_3.1.0-030100.201110241006_i386.deb


sudo dpkg -i linux-headers-3.1.0-030100-generic_3.1.0-030100.201110241006_i386.deb


wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.1-oneiric/linux-image-3.1.0-030100-generic_3.1.0-030100.201110241006_i386.deb


sudo dpkg -i linux-image-3.1.0-030100-generic_3.1.0-030100.201110241006_i386.deb


Ubuntu (64-bit)


For Ubuntu 11.10/11.04 (64-bit), issue these commands:


wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.1-oneiric/linux-headers-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb


sudo dpkg -i linux-headers-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb


wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.1-oneiric/linux-image-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb


sudo dpkg -i linux-image-3.1.0-030100-generic_3.1.0-030100.201110241006_amd64.deb


Reboot now your system, then open the terminal and run this command to check your Kernel version:


uname -r


The output returned will be something like this:


~$ uname -r

3.1.0-030100-generic


That's it Enjoy !!!

please do it with your own risk, hi.. hi.. hi...

Source

No comments:

Post a Comment