Realtek rtl8671b bluetooth driver

DivanX10 / Установка драйвера для USB Bluetooth Easy Idea в Debian 11.6

This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters

Установка драйвера для USB Bluetooth Easy Idea в Debian 11.6
USB Bluetooth Easy Idea
Bluetooth V5.1
Чип: REALTEK RTL8671B
Источник: https://debian.pkgs.org/11/debian-nonfree-arm64/firmware-realtek_20210315-3_all.deb.html
————————————————————————————
Binary Package http://ftp.de.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-realtek_20210315-3_all.deb
Source Package firmware-nonfree
Mirror ftp.de.debian.org
————————————————————————————
Установить драйвер можно двумя способом
Скачать пакет и установить
# wget http://ftp.de.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-realtek_20210315-3_all.deb
# sudo apt-get install -y /путь к папке/firmware-realtek_20210315-3_all.deb
Если скачали firmware-realtek_20210315-3_all.deb в папку root, то вводим так
# sudo apt-get install -y ~/firmware-realtek_20210315-3_all.deb
Или добавить в sources.list ссылку, обновить и установить пакет. Открываем sources.list
# sudo nano /etc/apt/sources.list
Добавляем ссылки
# deb http://ftp.de.debian.org/debian stable main
# deb http://ftp.de.debian.org/debian-security stable/updates main
Обновить пакеты
# sudo apt-get update
Установить прошивку firmware-realtek
# sudo apt-get install firmware-realtek
————————————————————————————
Что делать, если USB Bluetooth Easy Idea все еще не работает в Debian 11.6?
Вывести информацию о доступных bluetooth адаптеров
# sudo dmesg | grep -i bluetooth
Если в спсике будет что-то вроде этого, значит драйвер не установлен
bluetooth hci0: Direct firmware load for rtl_bt/rtl8761b_fw.bin failed with error -2
Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8761b_fw.bin not found
Чтобы исправить это, нужно сделать следующее
# cd /tmp
# 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
# mv rtl8761b_config /lib/firmware/rtl_bt/rtl8761b_config.bin
# mv rtl8761b_fw /lib/firmware/rtl_bt/rtl8761b_fw.bin
# sudo modprobe btusb
# sudo systemctl start bluetooth.service
Перезагружаем Linux
# sudo systemctl reboot
Повторно выводим информацию о доступных bluetooth адаптеров, где не должно быть failed with error -2 или not found
# sudo dmesg | grep -i bluetooth
Вот этого не должно уже быть. Есди вы это не видите, значит драйвер установлен и USB bluetooth готов к работе
bluetooth hci0: Direct firmware load for rtl_bt/rtl8761b_fw.bin failed with error -2
Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8761b_fw.bin not found
————————————————————————————
Справочная информация
Вывести информацию о доступных bluetooth адаптеров
# sudo dmesg | grep -i bluetooth
——————————————————————————
Команда выводит MAC-адрес вашего Bluetooth адаптера и его версию. Если вам нужна только версия протокола, которую поддерживает Bluetooth вашего компьюютера, то используйте команду:
# btmgmt info | awk ‘BEGIN$1==»addr»‘
——————————————————————————
Узнать только мак адрес bluetooth
Вариант 1
# hcitool dev | grep -o «[[:xdigit:]:] \ < 11,17 \>«
Вариант 2
# hcitool dev | cut -sf3
——————————————————————————
Выводим список имеющихся bluetooth
# hciconfig -a

Источник

peteristhegreat / Readme.md

The CD that came with the device listed RTL8671B, but it’s not on Realtek’s website. Instead the manual points you to:

Update Github hosted link

Adding visibility to @carkrueger ‘s comment below

Direct download and the popup window for 1.6.1015.3014 didn’t initially work. I ended up needing to right click the link and select Save target as . For it to work for me on Windows 10, I unzipped the cab file into a folder and then used Device Manager to look at that folder. Worked like a charm.

Yes i did them. All of them. I can’t find any devices from my usb bluetooth adapter.

The issue is: i can’t find any bluetooth devices.

In device manager: View -> Hidden Devices

The issue is: i can’t find any bluetooth devices.

In device manager: View -> Hidden Devices

Hi there, thank you for your reply.

Like you can see in the images attached I did it, and there are some hidden devices. I screenshoted one of the hidden device and it says error code 45 but is obvious i think. The other not hidden is recognixed without problem but. I can’t find devices when i try to look for another bluetooth device to pair. Maybe i explained bad before.

I tried different driver versions, @bandit8623 too, but without success.

Senza titolo
Senza titolo1
Senza titolo2

For windows 11 there is not drivers for my bluetooth adapter MPOW BH456A. It’s sad. Thank you so much at all

Thank you; I think this version was less jittery than earlier ones, therefore improved experience .

For edimax bt 5 dongles: Windows will automatically install the edimax drivers but it connects and disconnects my headphones immediately. If i replace the firmware file in c:\windows with the one from the generic driver on the windows update site, it then works perfectly. Strangely if I install the generic driver, the same disconnection issue happens. So it needs a combination of the edimax driver with the updated firmware from the generic driver to work perfectly 🙂

I had the same issue and this solution worked like a charm.

For a TP-Link UB500 5.0 (usb\vid_2357&pid_0604):
I am currently using ASUS BT500 1.6.1015.3020 driver, with no problems. Hope this helps someone

That’s the one I am using too. Never had a problem since installing it.

Thank you; I think this version was less jittery than earlier ones, therefore improved experience .

The firmware rtl8761b_mp_chip_bt40_fw_asic_rom_patch_new.dat included can probably also be installed in Linux as /lib/firmware/rtl_bt/rtl8761bu_fw.bin.* (after being compressed with xz or zstd or the like, to match your existing firmware distribution), and supply some of the same benefits there.

Whether or not a given VID/PID works out of the box on Linux depends on two factors, whether they’ve been added to the kernel, and whether the firmware is correct. This thread would seem to indicate there may be a problem with the 8761BU (USB) firmware that currently ships, which is from November of 2021: https://www.spinics.net/lists/linux-bluetooth/msg103399.html

I just wanted to say thanks for the driver. it’s a little bit of kickass and it saved me a ton of searching time!

Here is the bluetooth 5.3 driver for our RTL8671b.
it has to be installed manually by force because the vid pid doesn’t match. But everything works fine, I checked on 3 different bluetooths that have different vid pid but have the same RTL8671b chip.
https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2023/04/db274fc8-a5e6-43a8-9c5e-3965251a4869_f8c1a79faa1ec8cb68f0cbe71f41f1668969c47d.cab

Here is the bluetooth 5.3 driver for our RTL8671b.
it has to be installed manually by force because the vid pid doesn’t match. But everything works fine, I checked on 3 different bluetooths that have different vid pid but have the same RTL8671b chip.
https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2023/04/db274fc8-a5e6-43a8-9c5e-3965251a4869_f8c1a79faa1ec8cb68f0cbe71f41f1668969c47d.cab

You can give another link, this one doesn’t work.

Here is the bluetooth 5.3 driver for our RTL8671b.
it has to be installed manually by force because the vid pid doesn’t match. But everything works fine, I checked on 3 different bluetooths that have different vid pid but have the same RTL8671b chip.
https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2023/04/db274fc8-a5e6-43a8-9c5e-3965251a4869_f8c1a79faa1ec8cb68f0cbe71f41f1668969c47d.cab

You can give another link, this one doesn’t work.

Thanks for the driver. Now device manager shows Realtek Bluetooth 5.3 Adapter and hci 12.56518 / lmp12.45992, my Easy Idea 5.0 adapter is based on Realtek RTL8761BUV chip, works now on 5.3 driver. However, it didn’t solve my problem. I’m trying to launch the Anker Soundcore Note i (bt 5.2) headset, but there is still hope.

Thanks for the driver. Now device manager shows Realtek Bluetooth 5.3 Adapter and hci 12.56518 / lmp12.45992, my Easy Idea 5.0 adapter is based on Realtek RTL8761BUV chip, works now on 5.3 driver. However, it didn’t solve my problem. I’m trying to launch the Anker Soundcore Note i (bt 5.2) headset, but there is still hope.

Sorry to read about it. I have Redmi Buds 3 Pro headphones, Edifer 820 NB+, Realme Buds T100, and they all work, at least on SBC (I didn’t check more specifically), since AAC and APTX support is only in the latest versions of Windows 10 and 11, and LDAC still not officially supported. If your headphones connect but do not play sound, there may be a problem with the codecs. All my headphones connected to bluetooth 5.0 — 5.3 working fine, I checked on different devices and different bluetooth dongles 5.x , maybe on lower versions, I did not check.
Or, may be your phones not support multipoint and first you must unpair it from one device to connect it to another

Sorry for my english and a lot of letters. In general, after checking in the store, it worked fine with a smartphone (headphones support sbc and aac).
I brought it home, I connect it to the PC, they are not visible. I installed the native Chinese driver 1.6.1015.3010 — it does not work. Turned off the smartphone and tried to connect the headphones — DEFINED AND CONNECTED. Then, after disconnecting, they did not connect again. There were separate attempts to connect, but not to the end. Further, it gets worse and worse, installing different drivers did not help. Now only headphones are detected, but not connected.
Everything else is connected to the PC — nokia 101, xiaomi phone and even smart watches(all delete). It remains to wait for the full discharge of the headphones and boxing, maybe that will work out. Or, in extreme cases, reinstalling the system (now it costs win10 21h2 enterprise LTSC with the latest updates)

Sorry for my english and a lot of letters. In general, after checking in the store, it worked fine with a smartphone (headphones support sbc and aac). I brought it home, I connect it to the PC, they are not visible. I installed the native Chinese driver 1.6.1015.3010 — it does not work. Turned off the smartphone and tried to connect the headphones — DEFINED AND CONNECTED. Then, after disconnecting, they did not connect again. There were separate attempts to connect, but not to the end. Further, it gets worse and worse, installing different drivers did not help. Now only headphones are detected, but not connected. Everything else is connected to the PC — nokia 101, xiaomi phone and even smart watches(all delete). It remains to wait for the full discharge of the headphones and boxing, maybe that will work out. Or, in extreme cases, reinstalling the system (now it costs win10 21h2 enterprise LTSC with the latest updates)

Did you try unpair (not just disconnect) headphones from phone and then pair them to pc ?
Becose if headphones not support multipoint you can connect it only one device.
Did you try to do hard reset headphones and then connect to pc without connecting them to phone first?
In some case deleting headphones driver from windows including hidden drivers also can help.

Did you try unpair (not just disconnect) headphones from phone and then pair them to pc ?

Yes, I completely disconnected the headphones from the smartphone and deleted all the drivers, even turned off the phone. Of course I rebooted the box many times, deleted hidden devices in the manager, deleted all the drivers, different ways, only the driver from Microsoft remained. Most likely, something is broken in windows.

Did you try unpair (not just disconnect) headphones from phone and then pair them to pc ?

Yes, I completely disconnected the headphones from the smartphone and deleted all the drivers, even turned off the phone. Of course I rebooted the box many times, deleted hidden devices in the manager, deleted all the drivers, different ways, only the driver from Microsoft remained. Most likely, something is broken in windows

Yes, it can be. In some case only re-instaling windows can help.

Источник

Читайте также:  Леново s100 есть блютуз
Оцените статью
Adblock
detector