From a90a3676091256e26ef7f0a8fa2fa7e43cedfe9f Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Wed, 6 Mar 2024 10:04:35 -0500 Subject: [PATCH] docs: add requirement for CONFIG_HIDRAW --- docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.md b/docs/installation.md index b2564518..1e97ae40 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -57,6 +57,7 @@ or `bin/solaar ` for the CLI. This is only relevant if you have problems with the easier methods above. Solaar needs a reasonably new kernel with kernel modules `hid-logitech-dj` and `hid-logitech-hidpp` loaded. +The kernel option CONFIG_HIDRAW also needs to be enabled. Most of Solaar should work fine with any kernel more recent than 5.2, but newer kernels might be needed for some devices to be correctly recognized and handled. The `udev` package must be installed and its daemon running.