Update to Linux Kernel 4.13 rc2 on Ubuntu Systems

Update to Linux Kernel 4.13 rc2 on Ubuntu Systems. Kernel 4.13 rc2 brings various hardware and driver improvements. Announcing the release, Linus wrote” Linux 4.13 rc2 – Things are chugging along, and we actually had a reasonably active rc2.

Normally rc2 is really small because people are taking a breaher and haven’t started finding bugs yet, but this time around we have a bigger-than-average rc2. We’ll just have to see how that translates to the rest of the release cycle, but I suspect it’s just the normal variability in this thing (and because I released -rc1 one day early, I guess rc2 was one day longer than usual despite the normal Sunday release).

Changes all over, although the diffstat is dominated by the new vboxvideo staging driver. I shouldn’t have let it through, but Greg, as we all know, is “special”. Also, Quod licet Iovi, and all that jazz – Greg gets to occasionally break some rules. If you just ignore that new staging driver, the remainder is still about half driver patches (networking, rdma, scsi, usb). The rest looks normal too: architecture updates (x86, sparc, powerpc), filesystem (nfs, overlayfs, misc), networking and core kernel. And some new bpf testcode.

Time for some more testing, people. You know the drill.

– Linus”

Install Kernel 4.13 rc2

On 64 Bit Systems

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

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

On 32 Bit Systems

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

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

Update to Linux Kernel 4.13 rc2 on Ubuntu Systems originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.