Update linux kernel 3.7.1 in Ubuntu and Mint (Softway)

Linux Kernel 3.7.1 is the first maintenance release for the Kernel 3.7 series that has been made available recently for Ubuntu/Linux Mint systems. In this tutorial, we will see as usual how to upgrade to this new kernel using a simple bash script.

Here are some of the changes and fixes in kernel 3.7.1 taken from the ChangeLog:

  • USB: EHCI: bugfix: urb->hcpriv should not be NULL
  • ring-buffer: Fix race between integrity check and readers
  • Partial fix for a hardware bug affecting OHCI controllers by NVIDIA
  • rcu: Fix batch-limit size problem
  • usb: ftdi_sio: fixup BeagleBone A5+ quirk
  • x86: hpet: Fix masking of MSI interrupts
  • clk: ux500: fix bit error
  • rcu: Fix batch-limit size problem

Linux Kernel 3.7.1 Installation

To install Linux Kernel 3.7.1 in Ubuntu/Linux Mint (12.10/12.04/11.10 or Mint 14/13 or older), open the terminal and run this sequence of commands at your own risk ( backup your files if needed 🙂 ):

cd /tmp

wget http://dl.dropbox.com/u/47950494/upubuntu.com/linux-kernel-3.7.1 -O linux-kernel-3.7.1

chmod +x linux-kernel-3.7.1

sudo sh linux-kernel-3.7.1

sudo reboot

Kernel 3.7.1 Removal
If you haven’t removed the old kernel, you can purge Linux Kernel 3.7.1 with this command:

sudo apt-get purge linux-image-3.7.1*

(Visited 63 times, 1 visits today)

1 Comments

  1. servidores linux May 10, 2013 at 4:21 PM

    I have been exploring for a little bit for any high quality articles or blog posts in this sort of house . Exploring in Yahoo I at last stumbled upon this web site. Studying this information So i am satisfied to express that I have a very good uncanny feeling I came upon just what I needed. I so much unquestionably will make certain to do not overlook this web site and give it a glance on a continuing basis.

Leave a comment

Your email address will not be published. Required fields are marked *