I have a bluetooth adapter that worked fine on win 10. But I cannot enable it on fresh installed PopOS. It's just always off.
Model https://ks-is.com/adaptery-i-perehodniki/usb-bluetooth-5-0-adapter-ks-is-ks-457
systemctl status bluetooth shows active status
lsusb results
Bus 003 Device 005: ID 0bda:8771 Realtek Semiconductor Corp. Bluetooth Radio
❯ rfkill ID TYPE DEVICE SOFT HARD 4 bluetooth hci0 unblocked unblocked ❯ hcitool dev Devices: ❯ hciconfig -a hci0: Type: Primary Bus: USB BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0 DOWN RX bytes:21 acl:0 sco:0 events:2 errors:0 TX bytes:6 acl:0 sco:0 commands:2 errors:0 Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Packet type: DM1 DH1 HV1 Link policy: Link mode: SLAVE ACCEPT What's written in official docs about linux
KS-is KS-457 Bluetooth 5.0 USB Adapter
Requirements to install and use this model under Linux
It is identified by lsusb as 0bda: 8771 Realtek Semiconductor Corp.
Linux support
a. The adapter is supported by bt_trl (CONFIG_BT_RTL, starting with Linux 5.8. Firmware is required for the driver. Firmware is available in the linux-formware package starting April 2020.
b. You will need to upgrade your kernel to version 5.8+ if you have an older kernel and want to use this adapter.
c. The recommended version is Linux 5.8.1
AUR package: https://aur.archlinux.org/packages/rtl8761b-fw/
uname -r)