Realtek bluetooth adapter ID: 0bda:8771 #149
Replies: 2 comments 4 replies
-
Hi there, thanks for the useful report! So it looks like that's a newer model, apparently it will be supported in the next Debian stable release: |
Beta Was this translation helpful? Give feedback.
-
you can find those and all other firmware here, you can just copy to /lib/firmware
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a fairly common cheap 5.0 Bluetooth adapter chipset. To make it work you need to download the two following drivers:
https://github.com/Realtek-OpenSource/android_hardware_realtek/raw/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_config
https://github.com/Realtek-OpenSource/android_hardware_realtek/blob/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw
Rename the files to: rtl8761bu_fw.bin and rtl8761bu_config.bin . Copy them over to /lib/firmware/rtl_bt/ .
Unplug and reinsert the usb dongle and it should work fine.
Hopefully this helps someone. I know it took me a while before I found a solution. I cannot remember the site I found it on, so I cannot give credit to them. Maybe those files could be added into the distro so this does not have to be done manually. I see a lot of users of other distros talking about this issue.
Beta Was this translation helpful? Give feedback.
All reactions