Skip to content

Latest commit

 

History

History
130 lines (99 loc) · 4.15 KB

README_sles.md

File metadata and controls

130 lines (99 loc) · 4.15 KB

SLES Supported OS Kernel/Distribution

Our current backport supports the following OS Distribution.

OS Distribution OS Version Kernel Version
SLES 15SP5 5.14.21.150500
SLES 15SP4 5.14.21.150400

The kernel header used at the time of backporting may not be compatible with the latest version at the time of installation. Please refer Version file to get information on the kernel version being used during backporting.

In case of any issue with the latest kernel, please install the kernel version mentioned in version file for appropriate OS version.

$sudo zypper ref -s && sudo zypper install -y kernel-default-<SLES15_SP4_KERNEL_VERSION> \
kernel-syms-<SLES15_SP4_KERNEL_VERSION>
or
$sudo zypper ref -s && sudo zypper install -y kernel-default-<SLES15_SP5_KERNEL_VERSION> \
kernel-syms-<SLES15_SP5_KERNEL_VERSION>

Example:
       $sudo zypper ref -s && sudo zypper install -y kernel-default-5.14.21-150400.24.11 \
       kernel-syms-5.14.21-150400.24.11

Please note that dkms installation will skip if the kernel headers are not installed.

Prerequisite

We have dependencies on the following packages

  • make
  • linux-glibc-devel
  • rpm-build
  • flex
  • bison
  • awk
$sudo zypper install make linux-glibc-devel rpm-build bison flex awk

For dkms modules, we need to install dkms and lsb-release packages also.

$sudo zypper install dkms lsb-release

Out of tree kernel drivers

This repository contains following drivers.

  1. Intel® Graphics Driver Backports(i915) - The main graphics driver (includes a compatible DRM subsystem and dmabuf if necessary)
  2. Intel® Converged Security Engine(cse) - Converged Security Engine
  3. Intel® Platform Monitoring Technology(pmt/vsec) - Intel Platform Telemetry

Dependencies

These drivers have dependency on Intel® GPU firmware and few more kernel mode drivers may be needed based on specific use cases, platform, and distributions. Source code of additional drivers should be available at https://github.com/intel-gpu

Each project is tagged consistently, so when pulling these repos, pull the same tag.

Package creation

Dynamic Kernel Module Support(DKMS)

There are two ways to create i915 dkms packages.

  1. Using default command:
$make i915dkmsrpm-pkg
Example:
        $make i915dkmsrpm-pkg

    Generated package name :
                 intel-i915-dkms-1.23.6.24.230425.29-1.x86_64.rpm
  1. OS distribution option:

    Adds OS kernel version as part of dkms pacakge name.

$make i915dkmsrpm-pkg OS_DISTRIBUTION=<OS Distribution>
Example:
        $make i915dkmsrpm-pkg OS_DISTRIBUTION=SLES15_SP4

      Generated package name :
        intel-i915-dkms-1.23.6.24.230425.29.5.14.21.150400.24.69-1.x86_64.rpm

Use below help command to get the list of supported os distributions.

$make dkms-pkg-help

Generated outout:
   DKMS Targets:
    i915dkmsrpm-pkg  -  Build DKMS rpm package

   ##### List of RPM supported osv kernel versions #####
   SLES15_SP5
   SLES15_SP4

Above will create rpm packages at $HOME/rpmbuild/RPMS/x86_64/

Binary RPM

Creation of binary rpm can be done using the below command. By default it will use header of booted kernel, However it can be pointed to other headers via optional KLIB and KLIB_BUILD arguement

$make KLIB=<Header Path> KLIB_BUILD=<Header Path> binrpm-pkg

Exmaple:
$make KLIB=/lib/modules/$(uname -r) KLIB_BUILD=/lib/modules/$(uname -r) binrpm-pkg

Generated Files:
intel-i915-<version>.$(uname -r)-1.x86_64.rpm

Installation

$sudo rpm -ivh intel-i915*.rpm
# Reboot the device after installation of all packages.
$sudo reboot

Installation verification

Please grep backport from dmesg after reboot. you should see something like below

> sudo dmesg |grep -i backport
[    5.963854] COMPAT BACKPORTED INIT
[    5.968761] Loading modules backported from I915-23.6.24
[    5.976154] Backport generated by backports.git I915_23.6.24_PSB_230425.29
[    6.069699] [drm] I915 BACKPORTED INIT