Skip to content

Instantly share code, notes, and snippets.

@mvneves
Last active February 14, 2022 19:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvneves/92fc74c5cc3c59a07153cfad6bf98f49 to your computer and use it in GitHub Desktop.
Save mvneves/92fc74c5cc3c59a07153cfad6bf98f49 to your computer and use it in GitHub Desktop.
Installing Bluetooth 5.0 Headset with Realtek RTL8761B Bluetooth 5.0 dongle on Linux

How to install Bluetooth 5.0 Headset with Realtek RTL8761B Bluetooth 5.0 dongle on Linux

Download and install RLT8761B chipset firmware:

wget https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_config
wget https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw

sudo cp rtl8761b_config /usr/lib/firmware/rtl_bt/rtl8761b_config.bin
sudo cp rtl8761b_fw /usr/lib/firmware/rtl_bt/rtl8761b_fw.bin

Unplug the USB dongle and plug again.

To fix problems with the bluetooth headset microphone not being detected: https://atish3604.medium.com/solved-bluetooth-headset-mic-not-working-detected-in-ubuntu-20-04-86a5236444d0

@pbek
Copy link

pbek commented Feb 14, 2022

Thank you! On my 5.13 kernel I had to use:

sudo cp rtl8761b_config /lib/firmware/rtl_bt/rtl8761b_config.bin
sudo cp rtl8761b_fw /lib/firmware/rtl_bt/rtl8761b_fw.bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment