From 19363c21aec384abc9ae7252f238082373f5b6d7 Mon Sep 17 00:00:00 2001 From: Dmitry Perchanov Date: Wed, 14 Sep 2022 11:57:35 +0300 Subject: [PATCH] docs - Ubuntu 20/22 driver patching note scripts - set executable for patch-realsense-ubuntu-lts-hwe.sh Signed-off-by: Dmitry Perchanov --- doc/installation.md | 2 ++ scripts/patch-realsense-ubuntu-lts-hwe.sh | 0 2 files changed, 2 insertions(+) mode change 100644 => 100755 scripts/patch-realsense-ubuntu-lts-hwe.sh diff --git a/doc/installation.md b/doc/installation.md index cd8cd29095..e148bac207 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -64,6 +64,8 @@ The scripts and commands below invoke `wget, git, add-apt-repository` which may *`./scripts/setup_udev_rules.sh --uninstall`* 4. Build and apply patched kernel modules for:
+ * **Ubuntu 20/22 (focal/jammy) with LTS kernel 5.13, 5.15 **
+ `./scripts/patch-realsense-ubuntu-lts-hwe.sh`
* **Ubuntu 14/16/18/20 with LTS kernel**
`./scripts/patch-realsense-ubuntu-lts.sh`
* **Ubuntu with Kernel 4.16**
diff --git a/scripts/patch-realsense-ubuntu-lts-hwe.sh b/scripts/patch-realsense-ubuntu-lts-hwe.sh old mode 100644 new mode 100755