RevRYL

Install/Upgrade to Linux Kernel 3.7.3 in Ubuntu/Linux Mint

Linux Kernel 3.7.3 has just been released which is the third maintenance release of kernel 3.7 series. This new release brings various bug fixes especially for AMD Radeon graphics cards and it also fixes flickering with some high-resolution monitors. This article, we will see how to install/upgrade to this new kernel using a simple command-line script as described below.

Issue fixed by this update below:

You can install this version of kernel in the following Ubuntu/Linux Mint distributions:

Disclaimer :Enter these commands at your own risk to install Linux kernel 3.7.3:

Linux Kernel 3.7.3 Installation (Main)

cd /tmp
wget http://dl.dropbox.com/u/47950494/upubuntu.com/kernel-3.7.3 -O kernel-3.7.3
chmod +x kernel-3.7.3
sudo sh kernel-3.7.3
sudo reboot

If you have encountered a problem installing this kernel with the Nvidia graphics card, press CTRL+ALt+F2 and enter these commands:

cd /usr/src/linux-headers-3.7-030703/arch/x86/include
sudo cp -v generated/asm/unistd* ./asm

Then re-install the Nvidia driver with this command:

sudo apt-get install --reinstall nvidia-current

You may also need this guide in case of unexpected kernel upgrade troubles

Linux kernel 3.7.3 Removal

To remove kernel 3.7.3 from your system and enable the old kernel, run this command:

sudo apt-get purge linux-image-3.7.3*
Exit mobile version