Update To Linux Kernel 4.13 RC3 On Ubuntu Systems

Kernel 4.13 rc3 release. Update to Linux Kernel 4.13 rc3 on Ubuntu Systems. Kernel 4.13 rc3 brings various improvements such as fixing of blocking in RCU critical section, fixing of module unloading and disable sequence, using raw NFS access mask in nfs4_opendata_access(), fixed handling of non-supported operations and for ALSA: hda – Add missing NVIDIA GPU codec IDs to patch table.

Linux 4.13 rc3

Another week, another rc.

Usually rc2 is the really quiet one, but this release cycle rc2 was fairly busy and it made me worry a bit about whether there was
something bad going on with 4.13. But no, it was just random timing, and people got started sending in fixes early, and this release cycle it’s rc3 that is small. It’s about half the size (in commits) of rc2 – usually things are the other way around. Maybe people are starting to go on vacation (August tends to be quiet in Europe in particular).

I’m not complaining. Quiet weeks are nice.
Linus Torvalds
https://lkml.org/lkml/2017/7/30/197

Install Kernel 4.13

On 64 Bit Systems

Run the following commands in Terminal to install and update Linux Kernel 4.13 rc3 on 64 Bit Systems:

sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc3/linux-headers-4.13.0-041300rc3_4.13.0-041300rc3.201707301631_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc3/linux-headers-4.13.0-041300rc3-generic_4.13.0-041300rc3.201707301631_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc3/linux-headers-4.13.0-041300rc3-lowlatency_4.13.0-041300rc3.201707301631_amd64.deb
sudo dpkg -i linux-headers-4.13*.deb linux-image-4.13*.deb
sudo reboot

On 32 Bit Systems

Run the following commands in Terminal to install and update Linux Kernel 4.13 rc3 on 32 Bit Systems:

sudo apt-get update
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc3/linux-headers-4.13.0-041300rc3_4.13.0-041300rc3.201707301631_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc3/linux-headers-4.13.0-041300rc3-generic_4.13.0-041300rc3.201707301631_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13-rc3/linux-headers-4.13.0-041300rc3-lowlatency_4.13.0-041300rc3.201707301631_i386.deb
sudo dpkg -i linux-headers-4.13*.deb linux-image-4.13*.deb
sudo reboot

Update To Linux Kernel 4.13 RC3 On Ubuntu Systems originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.