modified: README.md
This commit is contained in:
15
README.md
15
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
|
||||
|
||||
Reference in New Issue
Block a user