Skip to content

Instantly share code, notes, and snippets.

@jeremyb31
Created October 30, 2022 18:49
Show Gist options
  • Save jeremyb31/dcc10f5f0fc4770d558ab91cee4b7e79 to your computer and use it in GitHub Desktop.
Save jeremyb31/dcc10f5f0fc4770d558ab91cee4b7e79 to your computer and use it in GitHub Desktop.
sudo apt install git dkms
git clone https://github.com/jeremyb31/bluetooth-5.15
cd bluetooth-5.15
make -C /lib/modules/$(uname -r)/build M=$(pwd) clean
make -C /lib/modules/$(uname -r)/build M=$(pwd) modules
sudo cp btusb.ko /lib/modules/$(uname -r)/kernel/drivers/bluetooth
sudo depmod -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment