From f96b5daca8f93cf215f4713e2d8c5501cb130fc5 Mon Sep 17 00:00:00 2001 From: Nir Azkiel Date: Wed, 6 Dec 2023 21:03:01 +0200 Subject: [PATCH] add kernels 5.19 and 6.2 to docs --- doc/distribution_linux.md | 2 +- doc/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/distribution_linux.md b/doc/distribution_linux.md index e54c50e87b..83aad32e6e 100644 --- a/doc/distribution_linux.md +++ b/doc/distribution_linux.md @@ -2,7 +2,7 @@ #### Using pre-build packages **IntelĀ® RealSenseā„¢ SDK 2.0** provides installation packages for Intel X86/AMD64-based Debian distributions in [`dpkg`](https://en.wikipedia.org/wiki/Dpkg) format for Ubuntu 16/18/20/22 [LTS](https://wiki.ubuntu.com/LTS). -The Realsense [DKMS](https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support) kernel drivers package (`librealsense2-dkms`) supports Ubuntu LTS kernels 4.4, 4.8, 4.10, 4.13, 4.15, 4.18*, 5.0*, 5.3*, 5.4, 5.13 and 5.15. Please refer to [Ubuntu Kernel Release Schedule](https://wiki.ubuntu.com/Kernel/Support) for further details. +The Realsense [DKMS](https://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support) kernel drivers package (`librealsense2-dkms`) supports Ubuntu LTS kernels 4.4, 4.8, 4.10, 4.13, 4.15, 4.18*, 5.0*, 5.3*, 5.4, 5.13, 5.15, 5.19 and 6.2. Please refer to [Ubuntu Kernel Release Schedule](https://wiki.ubuntu.com/Kernel/Support) for further details. #### Configuring and building from the source code While we strongly recommend to use DKMS package whenever possible, there are certain cases where installing and patching the system manually is necessary: diff --git a/doc/installation.md b/doc/installation.md index 599778f3d9..d7a36bd00e 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -78,7 +78,7 @@ if not the SDK will use a timer polling approach which is less sensitive for dev Notice: You can always remove permissions by running: `./scripts/setup_udev_rules.sh --uninstall` 3. Build and apply patched kernel modules for: - * Ubuntu 20/22 (focal/jammy) with LTS kernel 5.13, 5.15 \ + * Ubuntu 20/22 (focal/jammy) with LTS kernel 5.13, 5.15, 5.19, 6.2 \ `./scripts/patch-realsense-ubuntu-lts-hwe.sh` * Ubuntu 18/20 with LTS kernel (< 5.13) \ `./scripts/patch-realsense-ubuntu-lts.sh`