Skip to content

Adds support for bluetooth chip RTL8671B via dkms module

Notifications You must be signed in to change notification settings

njhdunn/btrtl-8671bfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btrtl-8671bfix

Bluetooth driver kernel module fixing Realtek RTL8761B chip misidentification per this gist.

Build and install with DKMS

DKMS is a tool for automatically rebuilding and installing kernel modules to new kernels when they are installed. You can install it and the necessary dependencies via:

sudo apt-get install dkms linux-headers-$(uname -r) build-essential

Then, you can install this specific module via:

sudo mkdir /usr/src/btrtl-0.1fixed
git archive master | sudo tar -x -C /usr/src/btrtl-0.1fixed
sudo dkms install -m btrtl -v 0.1fixed --force

About

Adds support for bluetooth chip RTL8671B via dkms module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published