From e5f67e8ae3d4a43cb680dda649bf9797ea15b645 Mon Sep 17 00:00:00 2001 From: Dan MacDonald Date: Wed, 13 Apr 2022 11:03:34 +0100 Subject: [PATCH] Add instructions for disabling infrared receiver to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index efa310145d..34ad2c4222 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,16 @@ armbian-ddbr According to the prompt, enter `b` to perform system backup, and enter `r` to perform system recovery. + ### Disable infrared receiver + +Support for the infrared receiver is enabled by default but if you are using your TV box as a server then you may wish to disable the IR kernel module to prevent switching your box off by mistake. To completely disable IR, add the line: + +``` +blacklist meson_ir +``` + +to `/etc/modprobe.d/blacklist.conf` and reboot. + ## Detailed build compile command | Parameter | Meaning | Description |