Archives For November 30, 1999

Linux Kernel 3.10.30

The latest Linux Kernel LTS 3.10.30 has been announced today. Greg KH urged all users of this kernel series to upgrade as soon as possible.

Kernel 3.10.30 is a small release which mainly brings some updates drivers, including i915, nouveau, radeon, and mcc, as well as some fixes. For details, see the announcement.

Install / Upgrade to Kernel 3.10.30:

The Ubuntu Kernel Team has build the deb packages which are available in this page.

For command line, you can follow the steps below to install them:

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

For 32 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-headers-3.10.30-031030-generic_3.10.30-031030.201402131735_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-headers-3.10.30-031030_3.10.30-031030.201402131735_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-image-3.10.30-031030-generic_3.10.30-031030.201402131735_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-headers-3.10.30-031030-generic_3.10.30-031030.201402131735_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-headers-3.10.30-031030_3.10.30-031030.201402131735_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.30-saucy/linux-image-3.10.30-031030-generic_3.10.30-031030.201402131735_amd64.deb

2. Then install the packages:

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

After the installation, it automatically updated your grub boot loader. Just restart and boot with new kernel.

If you’re using a proprietary video driver, you may need to re-build or re-install to get it work with the new kernel.

If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel (Grub -> Advanced -> select previous kernel) and run this command in terminal to remove Linux Kernel 3.10.30:

sudo apt-get remove linux-headers-3.10.30-* linux-image-3.10.30-*

Today, Greg Kroah-Hartman has announced the Linux Kernel 3.12.10, Kernel 3.13.2, Kernel 3.10.29 LTS and Kernel 3.4.79 LTS. All users of each kernel series are urged to upgrade as soon as possible.

I’ve written about how to install or upgrade to Kernel 3.13.2 & Kernel 3.12.10. This tutorial is going to talk about Kernel 3.10.29 LTS.

Linux kernel 3.10.29 LTS brings updated architectures, including ARM, s390, PowerPC, and x86, numerous updates drivers (wireless, rtc, scsi, tty, usb, etc.), some filesystem improvements (mainly Btrfs and EXT4), a couple of networking fixes for IPv4 and IPv6, and some sound improvements. See the announcement.

Install / upgrade to Kernel 3.10.29:

The Ubuntu Kernel Team has build the deb packages which are available in this page.

If you’re comfortable with command line, you can also follow the steps below to download & install this kernel:

1. Download Kernel DEBs:

For 32-bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.29-saucy/linux-headers-3.10.29-031029-generic_3.10.29-031029.201402061535_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.29-saucy/linux-headers-3.10.29-031029_3.10.29-031029.201402061535_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.29-saucy/linux-image-3.10.29-031029-generic_3.10.29-031029.201402061535_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.29-saucy/linux-headers-3.10.29-031029-generic_3.10.29-031029.201402061535_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.29-saucy/linux-headers-3.10.29-031029_3.10.29-031029.201402061535_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.29-saucy/linux-image-3.10.29-031029-generic_3.10.29-031029.201402061535_amd64.deb

2. Install all the packages:

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

Once installed, restart your computer and done.

If you’re using a proprietary video driver, you may need to re-build or re-install to get it work with the new kernel.

If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel (Grub -> Advanced -> select previous kernel) and run this command to remove Linux Kernel 3.10.29:

sudo apt-get remove linux-headers-3.10.29-* linux-image-3.10.29-*

The latest Long Term Support Linux Kernel 3.10.28 has been released a few hours ago. This is a small release which brings improvements to ARM and x86 architectures, updated i915 driver as well as other fixes. See the announcement.

All users of the 3.10 kernel series must upgrade. Here’s how to do it in Ubuntu, Linux Mint and their derivatives.

1. Download the .deb packages for this kernel from Ubuntu Kernel Page, or via below commands in terminal (Ctrl+Alt+T):

For 32-bit:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.28-saucy/linux-headers-3.10.28-031028-generic_3.10.28-031028.201401251235_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.28-saucy/linux-headers-3.10.28-031028_3.10.28-031028.201401251235_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.28-saucy/linux-image-3.10.28-031028-generic_3.10.28-031028.201401251235_i386.deb

For 64-bit:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.28-saucy/linux-headers-3.10.28-031028-generic_3.10.28-031028.201401251235_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.28-saucy/linux-headers-3.10.28-031028_3.10.28-031028.201401251235_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.28-saucy/linux-image-3.10.28-031028-generic_3.10.28-031028.201401251235_amd64.deb

2. Install these debs:

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

Restart your computer and done.

If you’re using a proprietary video driver, you may need to re-build or re-install to get it work with the new kernel.

If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel (Grub -> Advanced -> select previous kernel) and run commands to remove Linux Kernel 3.10.28:

sudo apt-get remove linux-headers-3.10.28-* linux-image-3.10.28-*

The Long Term Support Linux Kernel 3.10 now is at its 27th updates. Greg Kroah-Hartman announced this release on January 15 and urged users of this Kernel series to upgrade as soon as possible.

Linux Kernel 3.10.27 is a small release which brings various improvements to x86, ARM architectures and some network fixes. See the changelog for details.

Install / Upgrade Kernel 3.10.27:

The Ubuntu Kernel Team has made the DEB packages available in this page. If you’re comfortable with Linux commands, follow the below steps to download & install them.

1. Press Ctrl+Alt+T on keyboard to open terminal and run commands to download the DEBs:

For 32 bit system:

cd /tmp/ && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.27-saucy/linux-headers-3.10.27-031027-generic_3.10.27-031027.201401151935_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.27-saucy/linux-headers-3.10.27-031027_3.10.27-031027.201401151935_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.27-saucy/linux-image-3.10.27-031027-generic_3.10.27-031027.201401151935_i386.deb

For 64 bit system:

cd /tmp/ && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.27-saucy/linux-headers-3.10.27-031027-generic_3.10.27-031027.201401151935_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.27-saucy/linux-headers-3.10.27-031027_3.10.27-031027.201401151935_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.27-saucy/linux-image-3.10.27-031027-generic_3.10.27-031027.201401151935_amd64.deb

2. Install the Kernel:

cd /tmp/ && sudo dpkg -i linux-headers-3.10.27-*.deb linux-image-3.10.27-*.deb

Restart your computer and done.

If you’re using a proprietary video driver, you may need to re-build or re-install to get it work with the new kernel.

If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel (Grub -> Advanced -> select previous kernel) and run commands to remove Linux Kernel 3.10.26:

sudo apt-get remove linux-headers-3.10.27-* linux-image-3.10.27-*

The Long Term Support Linux Kernel 3.10 series now is at the 26th update. Greg Kroah-Hartman announced this release on January 9 and urged users of this Kernel series to upgrade as soon as possible.

The Kernel 3.10.26 brings various improvements to ARM, PowerPC and x86 architectures, several improvements to the EXT4, GFS2, Ceph and JBD filesystems, and updated drivers, including USB, wireless, i915, Radeon. See the Changelog

Install / Upgrade Kernel 3.10.26:

The Ubuntu Kernel Team has made the Deb packages which are available in this page. If you’re comfortable with command line, follow the below steps to download & install them.

1. Press Ctrl+Alt+T on keyboard to open terminal and run commands below one by one to download Kernel Debs:

For 32 bit system:

cd /tmp/ && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.26-saucy/linux-headers-3.10.26-031026-generic_3.10.26-031026.201401091635_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.26-saucy/linux-headers-3.10.26-031026_3.10.26-031026.201401091635_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.26-saucy/linux-image-3.10.26-031026-generic_3.10.26-031026.201401091635_i386.deb

For 64 bit system:

cd /tmp/ && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.26-saucy/linux-headers-3.10.26-031026-generic_3.10.26-031026.201401091635_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.26-saucy/linux-headers-3.10.26-031026_3.10.26-031026.201401091635_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.26-saucy/linux-image-3.10.26-031026-generic_3.10.26-031026.201401091635_amd64.deb

2. Install the Kernel:

cd /tmp/ && sudo dpkg -i linux-headers-3.10.26-*.deb linux-image-3.10.26-*.deb

Restart your computer and done.

If you’re using a proprietary video driver, you may need to re-build or re-install to get it work with the new kernel.

If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel (Grub -> Advanced -> select previous kernel) and run commands to remove Linux Kernel 3.10.26:

sudo apt-get remove linux-headers-3.10.26-* linux-image-3.10.26-*

The Linux Kernel 3.10 (Long Term Support) now is at 25th maintenance release. Linux Kernel 3.10.25 is a big released which brings several x86 improvements, numerous updated drivers (Radeon, i915, hwmon, ALSA, wireless, USB), various fixes (KVM, PowerPC, ARM, Btrfs), as well as other changes. See the changelog for details.

All users of 3.10 Kernel series are urged to upgrade as soon as possible, here’s how to do it in Ubuntu, Linux Mint and their derivatives.

Install / Upgrade Kernel 3.10.25:

The DEBs are available in Ubuntu Kernel page. Follow the steps below to download & install them if you’re on familiar with command line:

1. Download the DEB:

For 32 bit system:

cd ~/Downloads/ && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.25-saucy/linux-headers-3.10.25-031025-generic_3.10.25-031025.201312201135_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.25-saucy/linux-headers-3.10.25-031025_3.10.25-031025.201312201135_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.25-saucy/linux-image-3.10.25-031025-generic_3.10.25-031025.201312201135_i386.deb

For 64 bit system:

cd ~/Downloads/ && wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.25-saucy/linux-headers-3.10.25-031025-generic_3.10.25-031025.201312201135_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.25-saucy/linux-headers-3.10.25-031025_3.10.25-031025.201312201135_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.25-saucy/linux-image-3.10.25-031025-generic_3.10.25-031025.201312201135_amd64.deb

2. Install the DEBs:

cd ~/Downloads/ && sudo dpkg -i linux-headers-3.10.25-*.deb linux-image-3.10.25-*.deb

Restart your computer and done.

If you’re using proprietary video driver, you may need to re-build or re-install to get it work with new kernel.

If for some reason this kernel release doesn’t work properly for you, reboot into previous kernel (Grub -> Advanced -> select previous kernel) and run commands to remove Linux Kernel 3.10.25:

sudo apt-get remove linux-headers-3.10.25-* linux-image-3.10.25-*

Linux Kernel 3.10 LTS now is at version 3.10.24, which brings various fixes (ARM, USB, SCSI, ALSA) and updated drivers, see the changelog for details.

Greg Kroah-Hartman announced this release a few minutes ago. All users of Kernel 3.10 series are urged to upgrade as soon as possible.

Install / Upgrade Kernel 3.10.24:

1. Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one to download the DEBs. (You can also download them at this page):

For 32 bit system:

cd ~/Downloads/

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-headers-3.10.24-031024-generic_3.10.24-031024.201312120235_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-headers-3.10.24-031024_3.10.24-031024.201312120235_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-image-3.10.24-031024-generic_3.10.24-031024.201312120235_i386.deb

For 64 bit system:

cd ~/Downloads/

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-headers-3.10.24-031024-generic_3.10.24-031024.201312120235_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-headers-3.10.24-031024_3.10.24-031024.201312120235_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.24-saucy/linux-image-3.10.24-031024-generic_3.10.24-031024.201312120235_amd64.deb

2. Install this kernel:

cd ~/Downloads/ && sudo dpkg -i linux-headers-3.10.24-*.deb linux-image-3.10.24-*.deb

Once done, restart your computer.

If for some reason this kernel release does not work properly for you, reboot into the previous kernel (Grub -> Advanced -> select previous kernel) and run commands to remove Linux Kernel 3.10.24:

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

The latest Kernel Long Term Support now is at 3.10.23, which brings many updated drivers (Radeon, Ethernet, HID), several IPv4 and IPv6 fixes, as well as other changes. See the changlog for details.

Linux kernel 3.10.23 is quite big release and users of Kernel 3.10 series are urged to upgrade as soon as possible. Here’s how to do it in Ubuntu, Linux Mint and their derivatives.

Install / Upgrade Kernel 3.10.23:

1. Download the DEBs:

Press Ctrl+Alt+T on keyboard to open terminal. When it opens, run commands below one by one to download Kernel DEB packages (available in Ubuntu Kernel page):

For 32 bit system:

cd ~/Downloads/

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.23-saucy/linux-headers-3.10.23-031023-generic_3.10.23-031023.201312081135_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.23-saucy/linux-headers-3.10.23-031023_3.10.23-031023.201312081135_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.23-saucy/linux-image-3.10.23-031023-generic_3.10.23-031023.201312081135_i386.deb

For 64 bit system:

cd ~/Downloads/

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.23-saucy/linux-headers-3.10.23-031023-generic_3.10.23-031023.201312081135_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.23-saucy/linux-headers-3.10.23-031023_3.10.23-031023.201312081135_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.23-saucy/linux-image-3.10.23-031023-generic_3.10.23-031023.201312081135_amd64.deb

2. Install the Kernel:

cd ~/Downloads/ && sudo dpkg -i linux-headers-3.10.23-*.deb linux-image-3.10.23-*.deb

Once installed restart computer and done.

NOTE: If you’re using proprietary drivers, you may need to rebuild or re-install it after upgraded to new kernel version.

If for some reason this kernel does not work properly for you, restart and boot into Grub -> Advanced -> select previous kernel. Then remove Linux Kernel 3.10.24 via commands below:

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

Linux Kernel 3.10 LTS (Long Term Support) has reached version 3.10.22. All users of this kernel series are urged to upgrade as soon as possible. Here’s how to do it in Ubuntu, Linux Mint and their derivatives.

Linux Kernel 3.10.22 comes with wireless, sound and powerpc improvements, radeon, nouveau, i915 driver updates, as well as other changes. See the changelog for details.

Install / Upgrade Kernel 3.10.22:

The DEB packages have been made into Ubuntu Kernel page. Follow the steps below to download and install them.

1. Press Ctrl+Alt+T on 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.22-saucy/linux-headers-3.10.22-031022-generic_3.10.22-031022.201312041435_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.22-saucy/linux-headers-3.10.22-031022_3.10.22-031022.201312041435_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.22-saucy/linux-image-3.10.22-031022-generic_3.10.22-031022.201312041435_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.22-saucy/linux-headers-3.10.22-031022-generic_3.10.22-031022.201312041435_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.22-saucy/linux-headers-3.10.22-031022_3.10.22-031022.201312041435_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.22-saucy/linux-image-3.10.22-031022-generic_3.10.22-031022.201312041435_amd64.deb

2. Install the kernel:

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

Once done, restart your computer.

If for some reason the kernel does not work properly on your system. Restart and boot into Grub -> Advanced -> previous kernel, then remove Linux Kernel 3.10.22 via:

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

The latest LTS kernel now is at Linux Kernel 3.10.21. Greg Kroah-Hartman announced this release hours ago and urged users to upgrade as soon as possible.

Linux Kernel 3.10.21 is a big release that includes PowerPC, ARM, USB, KVM, x86 fixes, numerous updated drivers, including i915, acpi, PowerPC, as well as other improvements. See the changlog for details.

Install / Upgrade Linux Kernel 3.10.21

If you’re now on Kernel 3.10 series, follow the steps below to upgrade to this kernel in Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.04, Linux Mint and their derivatives.

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

For 32 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.21-saucy/linux-headers-3.10.21-031021-generic_3.10.21-031021.201311291435_i386.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.21-saucy/linux-headers-3.10.21-031021_3.10.21-031021.201311291435_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.21-saucy/linux-image-3.10.21-031021-generic_3.10.21-031021.201311291435_i386.deb

For 64 bit system:

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.21-saucy/linux-headers-3.10.21-031021-generic_3.10.21-031021.201311291435_amd64.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.21-saucy/linux-headers-3.10.21-031021_3.10.21-031021.201311291435_all.deb

wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.10.21-saucy/linux-image-3.10.21-031021-generic_3.10.21-031021.201311291435_amd64.deb

2. Install the kernel via:

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

Restart your computer and boot with this kernel.

If for some reason this kernel does not work properly on your machine. Boot with previous kernel (Grub -> Advanced) and run command below to remove Linux Kernel 3.10.21:

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