From 20e8b542891d4b6f9991f9836e277ac786c37fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 1 Jan 2026 23:06:07 +0000 Subject: [PATCH] modified: README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96463ec..2653118 100644 --- a/README.md +++ b/README.md @@ -318,14 +318,24 @@ Thanks for: , for the real solution. For now: -- i have to execute this after each kernel update; -- And automatic setup from original repo not working; +Execute this after each kernel update; + +``` bash +apt install proxmox-headers-$(uname -r) +dkms build -m hid-g20s -v 1.0 +dkms install -m hid-g20s -v 1.0 +modprobe hid-g20s +``` + +**Clean install:** ```bash apt install dkms apt install proxmox-headers-$(uname -r) git clone https://github.com/stanford-scs/hid-g20s.git cd hid-g20s + +# patch hid-g20s.c # edit and replace function with this # static const __u8 *g20s_report_fixup(struct hid_device *hdev, __u8 *rdesc, # unsigned int *rsize)