Posted inComputers

Ubuntu Linux kernel 5.4 installation guide

This installation guide describes how to install Linux Kernel 5.4.0 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.
The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.

This post is an update of “Ubuntu Linux kernel 5.3 installation guide

Which version do you need? The same as the current installed OS
In the terminal run:
uname -a

Quick selection guide:

  • AMD64

    Most current computers
  • i386

    build failed
  • ARM HF: ARMv7 CPUs
  • ARM 64: ARMv8 CPUs
  • PPC64EL: IBM PowerPC 8 based systems
  • S390X: IBM zSystems

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v5.4/

  1. Download the kernel headers package:

    linux-headers-5.4.0-050400_5.4.0-050400.201911242031_all.deb
  2. And the appropriate headers package for your system (choose yours)
  3. and the kernel image  (choose yours)
  4. And the kernel modules (choose yours)
  • Install the files in the same order as downloaded above
  • In the terminal run: sudo update-grub
  • Reboot and select the kernel from the bootloader menu
Posted inComputers

HP Pavilion s7000 series slimline pc upgrade part 2

In my previous post (2014) HP Pavilion s7000 series slimline pc upgrade – i`ve updated an HP S7000 series slimline pc with a intel celeron 1037 motherboard. Now roughly 5 years later the machine is back for some smaller changes. Since the current value is getting lower and lower, I`m only making changes to make the system better for as little money as possible.

The price of SSDs has gone very low, eSATA is dead, the original WiFi card medieval (54 mbit/s) and the harddisk loud.

First step is replacing the 3.5 inch harddisk with a 2.5 inch SATA connected SSD and mounting a 3.5 to double 2.5 inch frame.
Another possibility is a 3.5 inch hybrid disk.

Second step is changing the 200 W flex ATX cpu by a PicoPSU. This reduces both noise and power consumption. Since the 1037U CPU has a TDP of 17 W I aim for a 80-100 W PSU.
The choice of 3 PicoPSU`s is possible:

  • PicoPSU-80
  • M3-ATX-HV Automotive
  • PicoPSU-80-WI-32

Third step is changing the wifi card to an up-to-date wifi card. The housing has space for one PCI Express card, either a videocard (GPU) or this networkcard. The additional benefit of a brand new network card is the bluetooth 4 (or 5) support.

Posted inComputers

Ubuntu Linux kernel 5.3 installation guide

This installation guide describes how to install Linux Kernel 5.3.0 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.
The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.

This post is an update of “Ubuntu Linux kernel 5.2 installation guide“

Which version do you need? The same as the current installed OS
In the terminal run:
uname -a

Quick selection guide:

  • AMD64

    Most current computers
  • i386
  • ARM HF: ARMv7 CPUs
  • ARM 64: ARMv8 CPUs
  • PPC64EL: IBM PowerPC 8 based systems
  • S390X: IBM zSystems

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v5.3/

  1. Download the kernel headers package:

    linux-headers-5.3.0-050300_5.3.0-050300.201909152230_all.deb
  2. And the appropriate headers package for your system (choose yours)
  3. and the kernel image  (choose yours)
  4. And the kernel modules (choose yours)
  • Install the files in the same order as downloaded above
  • In the terminal run: sudo update-grub
  • Reboot and select the kernel from the bootloader menu
Posted inComputers

Ubuntu Linux kernel 5.1 installation guide

This installation guide describes how to install Linux Kernel 5.1.0 on Ubuntu Linux. This works with the latest version of Ubuntu Linux and most Ubuntu-based distributions including Kubuntu and Mint.

The included kernel files have been compiled using the generic Ubuntu configuration. A low latency version is also available in the directory of the linked files.

This post is an update of “Ubuntu Linux kernel 5.0 installation guide

The files can be found at  kernel.ubuntu.com/~kernel-ppa/mainline/v5.1

  • In the terminal run: sudo update-grub
  • Reboot and select the kernel from the bootloader menu