Update Linux Kernel 5.0 RC4 on Ubuntu Linux

Kernel 5.0 RC4 released – Update Linux Kernel 5.0 RC4 on Ubuntu. Here’s how to install Linux Kernel 5.0 RC4 on Ubuntu Linux Systems. Kernel 5.0 RC4 brings many updates and improvements, primarily in filesystem and networking modules.

Linux Kernel 5.0 RC4

Announcing the release of Linux Kernel 5.0 RC4, Linus Torvalds { Date: Sun Jan 27 2019 } wrote: “Another week, another release candidate – this time from home.

Nothing particularly stands out, except for the fact that the bulk of the pull requests came in late in the week. Which worked out ok, if only because it meant I could do a fair chunk of them on my main machine rather than on my laptop. And that “most pull requests come in Friday-Saturday” is a pretty common pattern, so it’s not like it’s worrisome. People push their work for the week to me, and/or just target making the next rc.

Whatever the reason, things look pretty normal, and nothing huge stands out. Size-wise, rc4 has a bit more commits that the last few releases have had at this point, but it’s not even remotely a new record size, and not all that much of an outlier anyway. I _do_ hope that things will start to calm down for rc5 onwards. All the other statistics look pretty normal too: a bit more than half the patch is drivers (networking, sound, tty, usb, gpu, scsi, binderfs, you name it). With the rest being arch updates (x86, arm, arc) headers, some library fixes, core networking and kernel.

And some selftest updates, but the tooling changes are much smaller than they were the last couple of rc’s. So everything looks ok. Shortlog appended for people who want to skim the details. Go test and report any oddities you can find, but I think we’re doing fine.” Source : http://lkml.iu.edu/hypermail/linux/kernel/1901.3/02860.html

Notable Changes : Linux Kernel 5.0 RC4

Linux Kernel 5.0 RC4 brings some notable changes { https://www.phoronix.com/scan.php?page=article&item=linux-2019-features&num=1 }:

  • AMD FreeSync support is easily the biggest AMDGPU feature we’ve seen in a while. The Linux 5.0 kernel paired with Mesa 19.0 can now yield working support for FreeSync / VESA Adaptive-Sync over
  • DisplayPort connections! This was one of the few missing features from the open-source AMD Linux driver.
  • Support for a new VegaM and other new Vega IDs.
  • AMDKFD compute support for Vega 12 and Polaris 12.
  • NVIDIA Xavier display support with the Tegra DRM code.
  • Continued work bringing up Intel Icelake Gen11 graphics and the Intel DRM driver also enables DP FEC support.
  • Initial support for NVIDIA Turing GPUs but only kernel mode-setting so far and no hardware acceleration on Nouveau.
  • Media driver updates including ASpeed video engine support.
    New Intel Stratix 10 FPGA drivers.

Install Linux Kernel 5.0 RC4

On 32 Bit Systems

Run the following commands in terminal to install Linux Kernel 5.0 RC4 on 32 Bit Systems:

sudo apt-get update
sudo apt-get upgrade
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-headers-5.0.0-050000rc4_5.0.0-050000rc4.201901272036_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-headers-5.0.0-050000rc4-generic_5.0.0-050000rc4.201901272036_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-headers-5.0.0-050000rc4-lowlatency_5.0.0-050000rc4.201901272036_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-image-5.0.0-050000rc4-generic_5.0.0-050000rc4.201901272036_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-image-5.0.0-050000rc4-lowlatency_5.0.0-050000rc4.201901272036_i386.deb
sudo dpkg -i linux-headers-5.0.0*.deb linux-image-5.0.0*.deb

Please Note: Restart the system to apply changes.

On 64 Bit Systems

Run the following commands in terminal to install Linux Kernel 5.0 RC4 on 64 Bit Systems:

sudo apt-get update
sudo apt-get upgrade
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-headers-5.0.0-050000rc4_5.0.0-050000rc4.201901272036_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-headers-5.0.0-050000rc4-generic_5.0.0-050000rc4.201901272036_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-headers-5.0.0-050000rc4-lowlatency_5.0.0-050000rc4.201901272036_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-image-unsigned-5.0.0-050000rc4-generic_5.0.0-050000rc4.201901272036_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc4/linux-image-unsigned-5.0.0-050000rc4-lowlatency_5.0.0-050000rc4.201901272036_amd64.deb
sudo dpkg -i linux-headers-5.0.0*.deb linux-image-5.0.0*.deb

Please Note: Restart the system to apply changes.

Update Linux Kernel 5.0 RC4 on Ubuntu Linux originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.