From 159e2fcf177ed4ea9eb858f0aece9df2e6173024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 20 Dec 2025 17:03:58 +0000 Subject: [PATCH] modified: README.md --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b792216..9cf58a0 100644 --- a/README.md +++ b/README.md @@ -321,21 +321,12 @@ For now: - i have to execute this after each kernel update; - And automatic setup from original repo not working; -Instructions based on original repo readme: - ```bash apt install dkms apt install proxmox-headers-$(uname -r) git clone https://github.com/stanford-scs/hid-g20s.git cd hid-g20s -sudo mkdir -p /usr/src/hid-g20s-1.0 -sudo cp hid-g20s.c Makefile dkms.conf /usr/src/hid-g20s-1.0/ -sudo cp 99-hid-g20s.rules /etc/udev/rules.d/ -sudo udevadm control --reload-rules -sudo dkms add -m hid-g20s -v 1.0 -sudo dkms build -m hid-g20s -v 1.0 -sudo dkms install -m hid-g20s -v 1.0 -sudo modprobe hid-g20s +./install.sh ``` **Confirm everything is ok:** @@ -393,6 +384,10 @@ done echo "Restarting Bluethooth" # Restart Bluetooth to trigger HID rebind systemctl restart bluetooth +# bluetooth not starting correctly +# error "src/adv_monitor.c:btd_adv_monitor_power_down() Unexpected NULL btd_adv_monitor_manager ob>" +hciconfig hci0 down +hciconfig hci0 up ``` ```bash