Archives For November 30, 1999

Linux Kernel 3.10.16

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-*

Linux Kernel 3.10.15

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-*

Linux Kernel 3.11.4

The Linux Kernel 3.11 series has reached 3.11.4, which brings lots of drivers updates or fixes include Radeon, Intel i915, Wireless and USB. 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. Read the official announcement

All users of Kernel 3.11 series are urged to upgrade as soon as possible. Here’s how to install or upgrade Linux Kernel 3.11.4 in Ubuntu 13.10 Saucy, Ubuntu 13.04 Raring, Ubuntu 12.04 Precise, Ubuntu 12.10 Quantal and their derivatives.

To get started, press Ctrl+ALt+T on your keyboard to open terminal. When it opens, run command to download the DEBs:

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.4-saucy/linux-headers-3.11.4-031104-generic_3.11.4-031104.201310081221_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.4-saucy/linux-headers-3.11.4-031104_3.11.4-031104.201310081221_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.4-saucy/linux-image-3.11.4-031104-generic_3.11.4-031104.201310081221_i386.deb

For 64-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.4-saucy/linux-headers-3.11.4-031104-generic_3.11.4-031104.201310081221_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.4-saucy/linux-headers-3.11.4-031104_3.11.4-031104.201310081221_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.4-saucy/linux-image-3.11.4-031104-generic_3.11.4-031104.201310081221_amd64.deb

Both 32-bit & 64-bit install the Debs via:

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

Once done, restart your computer.

(Optional) To remove Linux Kernel 3.11.4 and revert back to the previous, run command:

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

linux kernel logo

The Linux Kernel 3.10.14 LTS series has been released. All users of Kernel 3.10 series are urged to upgrade as soon as possible. This quick tutorial shows how to do it in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04 and Linux Mint.

The Kernel 3.10.14 includes a serious of bug fixes as well as updated drivers. See the official announcement.

Upgrade to Kernel 3.10.14:

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

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014-generic_3.10.14-031014.201310011335_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014_3.10.14-031014.201310011335_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-image-3.10.14-031014-generic_3.10.14-031014.201310011335_i386.deb

For 64-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014-generic_3.10.14-031014.201310011335_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-headers-3.10.14-031014_3.10.14-031014.201310011335_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.14-saucy/linux-image-3.10.14-031014-generic_3.10.14-031014.201310011335_amd64.deb

Then install them via:

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

Finally, restart your computer and done!

linux kernel logo

The latest Linux Kernel has reached 3.11.3. All users of 3.11 series are urged to upgrade as soon as possible. Here’s how to upgrade to new kernel release in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04 and Linux Mint.

Linux Kernel 3.11.3 includes a lot of bug fixes as well as updated drivers. See the official announcement.

Upgrade to Kernel 3.11.3

To upgrade to this kernel, press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run commands below to download the DEBs:

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-headers-3.11.3-031103-generic_3.11.3-031103.201310011421_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-headers-3.11.3-031103_3.11.3-031103.201310011421_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-image-3.11.3-031103-generic_3.11.3-031103.201310011421_i386.deb

For 64-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-headers-3.11.3-031103-generic_3.11.3-031103.201310011421_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-headers-3.11.3-031103_3.11.3-031103.201310011421_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/linux-image-3.11.3-031103-generic_3.11.3-031103.201310011421_amd64.deb

Once downloaded, run below command to install them:

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

Restart your computer and done!

The Linux Kernel 3.11.2 has been released. All users of the 3.11 kernel series must upgrade.

This tutorial shows you how to install / upgrade this kernel in Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10 and Linux Mint.

Kernel 3.11.2 contains lots of fixes and improvements, see the official release note.

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

For 32-bit systems:

Download the DEBs:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.2-saucy/linux-headers-3.11.2-031102-generic_3.11.2-031102.201309262136_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.2-saucy/linux-headers-3.11.2-031102_3.11.2-031102.201309262136_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.2-saucy/linux-image-3.11.2-031102-generic_3.11.2-031102.201309262136_i386.deb

Install the kernel:

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

For 64-bit systems:

Run commands one by one to download the DEBs:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.2-saucy/linux-headers-3.11.2-031102-generic_3.11.2-031102.201309262136_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.2-saucy/linux-headers-3.11.2-031102_3.11.2-031102.201309262136_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.2-saucy/linux-image-3.11.2-031102-generic_3.11.2-031102.201309262136_amd64.deb

Then install them:

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

Once installed, reboot your machine.

(Optional) If you have any problem with this kernel, you can run below command to remove it:

sudo apt-get purge linux-image-3.11.2*

Kernel PPA:http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.2-saucy/

Enjoy!

The Linux Kernel 3.10 LTS series had reached 3.10.13. All users of the 3.10 kernel series are urged to upgrade as soon as possible.

The Kernel 3.10.13 contains lots of fixes and improvements, read the official released note

To install or upgrade to 3.10.13 in Ubuntu 13.04, Ubuntu 12.04, Ubuntu 12.10, Linux Mint and their derivatives. Press Ctrl+Alt+T on your keyboard to open temrinal. When it opens, follow below instructions:

For 32-bit systems:

Run below commands one by one to download the DEBs:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.13-saucy/linux-headers-3.10.13-031013-generic_3.10.13-031013.201309262117_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.13-saucy/linux-headers-3.10.13-031013_3.10.13-031013.201309262117_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.13-saucy/linux-image-3.10.13-031013-generic_3.10.13-031013.201309262117_i386.deb

Then install them via:

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

For 64-bit systems:

Run commands to download the kernel debs:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.13-saucy/linux-headers-3.10.13-031013-generic_3.10.13-031013.201309262117_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.13-saucy/linux-headers-3.10.13-031013_3.10.13-031013.201309262117_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.13-saucy/linux-image-3.10.13-031013-generic_3.10.13-031013.201309262117_amd64.deb

Install them via:

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

You can also download the Debs from Kernel PPA

linux kernel logoThe Linux Kernel 3.10.11 has been released. All users of the 3.10 LTS kernel series are urged to upgrade as soon as possible. Here’s how to install or upgrade in Ubuntu 13.04, Ubuntu 12.10, Ubuntu 12.04 and Linux Mint.

This maintenance release introduces ARM, x86, and PowerPC fixes, as well as many updated drivers, including Nouveau, i915, iSCSI, and a few wireless ones. See the official announcement.

Install / Upgrade Kernel 3.10.11:

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

for 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.11-saucy/linux-headers-3.10.11-031011-generic_3.10.11-031011.201309080217_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.11-saucy/linux-headers-3.10.11-031011_3.10.11-031011.201309080217_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.11-saucy/linux-image-3.10.11-031011-generic_3.10.11-031011.201309080217_i386.deb

for 64-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.11-saucy/linux-headers-3.10.11-031011-generic_3.10.11-031011.201309080217_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.11-saucy/linux-headers-3.10.11-031011_3.10.11-031011.201309080217_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.11-saucy/linux-image-3.10.11-031011-generic_3.10.11-031011.201309080217_amd64.deb

Then install them via below command:

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

If you’re not comfortable with command line. Download & install the Debs from the kernel ppa.

This latest stable Kernel 3.10.3 has been released. All users of the 3.10 kernel series are urged to upgrade as soon as possible. This tutorial shows how to install / Upgrade Kernel 3.10.3 for Ubuntu 13.04, 12.04, 12.10 and Linux Mint users.

Linux Kernel 3.10.3

Linux Kernel 3.10.3 is a small release that includes a lot of small changes. The mainline Kernel PPA has updated DEB packages for Ubuntu / Debian users. Read full list of changes at LKML

Install / Upgrade Kernel 3.10.3

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below commands to downloads Debs.

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003-generic_3.10.3-031003.201307251835_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003_3.10.3-031003.201307251835_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-image-3.10.3-031003-generic_3.10.3-031003.201307251835_i386.deb

For 64-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003-generic_3.10.3-031003.201307251835_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-headers-3.10.3-031003_3.10.3-031003.201307251835_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.3-saucy/linux-image-3.10.3-031003-generic_3.10.3-031003.201307251835_amd64.deb

After that, both 32-bit and 64-bit use below command to install the kernel:

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

To apply changes, run:

sudo update-grub

(Optional) To remove this kernel, run below command in terminal:

sudo apt-get purge linux-image-3.10.3*

This latest stable Kernel 3.10.2 has been released. All users of the 3.10 kernel series are urged to upgrade as soon as possible. This tutorial shows how to install / Upgrade Kernel 3.10.2 for Ubuntu 13.04, 12.04, 12.10 and Linux Mint users.

kernel 3.10.2 ubuntu

Linux Kernel 3.10.2 is also a small release that includes a few updated drivers, fixes for the ext3 and ext4 file systems, as well as other small changes. Read the announcement.

Install / Upgrade Kernel 3.10.2

The Kernel PPA has updated with latest DEBs for Ubuntu and Linux Mint users.

Press Ctrl+Alt+T on your keyboard to open a terminal window. When it opens, run below commands to download the Debs.
For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002-generic_3.10.2-031002.201307212216_i386.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002_3.10.2-031002.201307212216_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-image-3.10.2-031002-generic_3.10.2-031002.201307212216_i386.deb

For 64-bit system

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002-generic_3.10.2-031002.201307212216_amd64.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-headers-3.10.2-031002_3.10.2-031002.201307212216_all.deb http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.2-saucy/linux-image-3.10.2-031002-generic_3.10.2-031002.201307212216_amd64.deb

After downloading, both 32-bit and 64-bit use below command to install them:

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

Finally, remember to update grub to apply changes. To do so, run below command:

sudo update-grub

Once done, restart your computer and you should see the entry with Linux Kernel 3.10.2.