Hello Linux Geeksters. As you may know, the Linux Kernel 3.4.52 LTS (long term support) has been officially released today.
The Linux Kernel 3.4.52 LTS comes with a few fixes, including some Bluetooth issues fixed and some ARM architecture improvements. A full list of changes can be found in the official announcement.
In this article I will show you how to install Kernel 3.4.52 on Ubuntu and Debian derivates. These instructions are generical, they work for Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Debian Jessie, Debian Sid, Debian Wheezy, Debian Squeeze, Knoppix 7.2.0, Knoppix 7.1.0, Deepin 12.12, Crunchbang OS and many others.
Instructions for installing the Linux Kernel 3.4.52 on 32 bit Ubuntu / Debian and derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.52-quantal/linux-headers-3.4.52-030452_3.4.52-030452.201307031523_all.deb
$ wgwt -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.52-quantal/linux-headers-3.4.52-030452-generic_3.4.52-030452.201307031523_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.52-quantal/linux-image-3.4.52-030452-generic_3.4.52-030452.201307031523_i386.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.52-quantal/linux-image-extra-3.4.52-030452-generic_3.4.52-030452.201307031523_i386.deb
Install the Kernel 3.4.52 packages:
$ sudo dpkg -i *.deb
Instructions for installing the Linux Kernel 3.4.52 on 64 bit Ubuntu / Debian and derivates:
Download the needed packages:
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.52-quantal/linux-headers-3.4.52-030452_3.4.52-030452.201307031523_all.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.52-quantal/linux-headers-3.4.52-030452-generic_3.4.52-030452.201307031523_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.52-quantal/linux-image-3.4.52-030452-generic_3.4.52-030452.201307031523_amd64.deb
$ wget -c kernel.ubuntu.com/~kernel-ppa/mainline/v3.4.52-quantal/linux-image-extra-3.4.52-030452-generic_3.4.52-030452.201307031523_amd64.deb
Install the Kernel 3.4.52 packages:
$ sudo dpkg -i *.deb
Leave a Reply