Archives For November 30, 1999

Linux Kernel 3.10.20 LTS

The latest Linux Kernel LTS 3.10.20 has been released recently. All users of the 3.10 kernel series must upgrade. This tutorial shows how to upgrade it in Ubuntu 13.04, Ubuntu 12.04, and Linux Mint.

Kernel 3.10.20 LTS contains mostly USB, AlSA, Network fixes and drivers updates. For details, read the official announcement.

Install / Upgrade kernel 3.10.20

First, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one to Download the DEBs from kernel.ubuntu.com/~kernel-ppa:

For 32 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.20-saucy/linux-headers-3.10.20-031020-generic_3.10.20-031020.201311201536_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.20-saucy/linux-headers-3.10.20-031020_3.10.20-031020.201311201536_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.20-saucy/linux-image-3.10.20-031020-generic_3.10.20-031020.201311201536_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.20-saucy/linux-headers-3.10.20-031020-generic_3.10.20-031020.201311201536_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.20-saucy/linux-headers-3.10.20-031020_3.10.20-031020.201311201536_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.20-saucy/linux-image-3.10.20-031020-generic_3.10.20-031020.201311201536_amd64.deb

After that, install them via:

sudo dpkg -i linux-headers-3.10.20-*.deb linux-image-3.10.20-*.deb

Restart your computer and done.

If for some reason this kernel does not work properly, boot into previous kernel and run command to remove Linux Kernel 3.10.20:

sudo apt-get purge linux-headers-3.10.20-* linux-image-3.10.20-*

The latest Linux Kernel LTS 3.10.19 has been released today. All users of Kernel 3.10 series are urged to upgrade as soon as possible.

Linux Kernel 3.10.19 brings a few driver updates and fixes. See the official announcement for more details.

If you’re using Kernel 3.10 on Ubuntu, Linux Mint, or Debian based system, you can follow the steps below to install or upgrade to Linux Kernel 3.10.19:

1. Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run commands below one by one to download the DEBs:

For 32 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.19-saucy/linux-headers-3.10.19-031019-generic_3.10.19-031019.201311122235_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.19-saucy/linux-headers-3.10.19-031019_3.10.19-031019.201311122235_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.19-saucy/linux-image-3.10.19-031019-generic_3.10.19-031019.201311122235_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.19-saucy/linux-headers-3.10.19-031019-generic_3.10.19-031019.201311122235_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.19-saucy/linux-headers-3.10.19-031019_3.10.19-031019.201311122235_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.19-saucy/linux-image-3.10.19-031019-generic_3.10.19-031019.201311122235_amd64.deb

2. Run commands to install the DEBs:

sudo dpkg -i linux-headers-3.10.19-*.deb linux-image-3.10.19-*.deb

Restart your computer and done.

If for some reason, this kernel does not work properly on your machine. Boot into previous kernel from Grub and run command to remove Linux Kernel 3.10.19:

sudo apt-get purge linux-headers-3.10.19-* linux-image-3.10.19-*

You can also download & install the Kernel Debs from Ubuntu Kernel page if you’re not comfortable with command line.

The latest Linux Kernel LTS 3.10.18 has been released today. Similar to Kernel 3.11.7, this kernel brings lots of updates and bugfixes for USB, wireless drivers, ARM, ipv6, tcp. See the changelog for details.

This tutorial shows you how to install / upgrade Linux Kernel 3.10.18 in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.10 Quantal, Ubuntu 12.04 Precise, Linux Mint and Elementary OS.

To get started, press Ctrl+Alt+T on your keyboard to open terminal. When it opens:

1. Run commands below one by one to download the DEBs:

For 32 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.18-saucy/linux-headers-3.10.18-031018-generic_3.10.18-031018.201311040835_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.18-saucy/linux-headers-3.10.18-031018_3.10.18-031018.201311040835_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.18-saucy/linux-image-3.10.18-031018-generic_3.10.18-031018.201311040835_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.18-saucy/linux-headers-3.10.18-031018-generic_3.10.18-031018.201311040835_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.18-saucy/linux-headers-3.10.18-031018_3.10.18-031018.201311040835_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.18-saucy/linux-image-3.10.18-031018-generic_3.10.18-031018.201311040835_amd64.deb

2. Once downloaded, both 32 bit and 64 bit system can use commands below to install them:

sudo dpkg -i linux-headers-3.10.18-*.deb linux-image-3.10.18-*.deb

Restart your computer and done!

If for some reason, ths kernel does not work properly on your system. Remove Linux Kernel 3.10.18 via:

sudo apt-get purge linux-headers-3.10.18-* linux-image-3.10.18-*

The Latest Long Time Support Linux Kernel 3.10.17 has been released. All users of Kernel 3.10 series are urged to upgrade as soon as possible. Here’s how to do it in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04 and Linux Mint 13 / 14 / 15 /16.

Linux Kernel 3.10.17 includes architecture updates, including arc, ARM, mips, parisc, PowerPC, s390, SPARC and x86, various Radeon and Intel i915 updates, some Btrfs and EXT4 filesystem fixes, and sound improvements. See official release announcement.

Install / Upgrade Kernel 3.10.17:

Press Ctrl+Alt+T on your keyboard to open terminal. Follow the steps below by copying and pasting the commands into terminal and hit run.

1. Download the DEBs from kernel PPA:

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-headers-3.10.17-031017-generic_3.10.17-031017.201310181435_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-headers-3.10.17-031017_3.10.17-031017.201310181435_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-image-3.10.17-031017-generic_3.10.17-031017.201310181435_i386.deb

2. For 64-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-headers-3.10.17-031017-generic_3.10.17-031017.201310181435_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-headers-3.10.17-031017_3.10.17-031017.201310181435_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.17-saucy/linux-image-3.10.17-031017-generic_3.10.17-031017.201310181435_amd64.deb

3. Install the downloaded packages to upgrade kernel:

sudo dpkg -i linux-headers-3.10.17-*.deb linux-image-3.10.17*.deb

4. Restart your computer and done.

5. If something goes wrong, run command below to remove Linux Kernel 3.10.17:

sudo apt-get purge linux-image-3.10.17-*

The Linux Kernel 3.10 LTS series has reached v3.10.16, all users of this series are urged to upgrade as soon as possible. Here’s how to upgrade in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and Linux Mint.

Linux Kernel 3.10.16 fixed a security issue: ipv6 ipsec encryption bug in sctp_v6_xmit, updated drivers as well as other bug fixes. See changelog.

Upgrade Linux Kernel 3.10.16:

Press Ctrl+ALt+T on your keyboard to open terminal. When it opens, follow the steps below:

1. Download the DEBs.

For 32-bit:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.16-saucy/linux-headers-3.10.16-031016-generic_3.10.16-031016.201310131935_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.16-saucy/linux-headers-3.10.16-031016_3.10.16-031016.201310131935_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.16-saucy/linux-image-3.10.16-031016-generic_3.10.16-031016.201310131935_i386.deb

For 64-bit:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.16-saucy/linux-headers-3.10.16-031016-generic_3.10.16-031016.201310131935_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.16-saucy/linux-headers-3.10.16-031016_3.10.16-031016.201310131935_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.16-saucy/linux-image-3.10.16-031016-generic_3.10.16-031016.201310131935_amd64.deb

2. Install the Debs:

sudo dpkg -i linux-headers-3.10.16*.deb linux-image-3.10.16*.deb

3. Restart your computer and done.

4. If you have problem with this new kernel, run command below to remove Linux Kernel 3.10.16:

sudo apt-get purge linux-image-3.10.16-*

The Latest Kernel 3.10.15 LTS has been released with lots of drivers updates or fixes, including Radeon, Intel i915, and USB. Same to Kernel 3.11.4, the ARM platform gets a fix for the Thumb-2 bug in the AES assembler code, and two bugs were squashed for the x86 architecture. See the official announcement.

All users of Kernel 3.10 series are urged to upgrade as soon as possible. Here’s how to do it in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.04 Precise, Ubuntu 12.10 Quantal, Linux Mint.

Upgrade Linux Kernel 3.10.15

Press Ctrl+ALt+T on your keyboard to open terminal. When it opens, follow the steps below:

1. Download the DEBs:

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.15-saucy/linux-headers-3.10.15-031015-generic_3.10.15-031015.201310081202_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.15-saucy/linux-headers-3.10.15-031015_3.10.15-031015.201310081202_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.15-saucy/linux-image-3.10.15-031015-generic_3.10.15-031015.201310081202_i386.deb

For 64-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.15-saucy/linux-headers-3.10.15-031015-generic_3.10.15-031015.201310081202_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.15-saucy/linux-headers-3.10.15-031015_3.10.15-031015.201310081202_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.15-saucy/linux-image-3.10.15-031015-generic_3.10.15-031015.201310081202_amd64.deb

2. Install the Kernel:

sudo dpkg -i linux-headers-3.10.15*.deb linux-image-3.10.15*.deb

Once done. Restart your computer.

(Optional) To remove Linux Kernel 3.10.15 and revert back to previous:

sudo apt-get purge linux-image-3.10.15-*