RTL8761 칩셋을 사용하는 블루투스 5.0 동글은 넘버원 리눅스에서 펌웨어를 제공하지 않아 기본적으로 지원되지 않습니다.
dmesg에서 Bluetooth: hci0: RTL: firmware file rtl_bt/rtl8761b_fw.bin not found 메시지는 rtl8761b_fw.bin 펌웨어가 시스템에 존재하지 않는다는 의미입니다. 넘버원 리눅스에서 rtl8761b 칩셋을 사용하는 블루투스 장치를 사용하려면 2020 Repo에서 rtl8761b_fw.bin 펌웨어를 설치해 주면 됩니다.
apt-get install rtl8761b-firmware 명령으로 펌웨어를 설치한 후 블루투스 동글을 다시 플러그인하면 블루투스가 정상적으로 동작하게 됩니다.
[ 6713.321678] usb 1-1.4: USB disconnect, device number 18
[ 6714.262150] usb 1-1.3: new full-speed USB device number 19 using ehci-pci
[ 6714.342797] usb 1-1.3: New USB device found, idVendor=0bda, idProduct=8771, bcdDevice= 2.00
[ 6714.342801] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6714.342811] usb 1-1.3: Product: Bluetooth Radio
[ 6714.342812] usb 1-1.3: Manufacturer: Realtek
[ 6714.342813] usb 1-1.3: SerialNumber: 00E04C239987
[ 6714.344699] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[ 6714.345667] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 6714.345670] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761b_fw.bin
[ 6714.345718] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761b_config.bin
[ 6714.345742] Bluetooth: hci0: RTL: cfg_sz 25, total sz 11689
[ 6714.423671] Bluetooth: hci0: RTL: fw version 0x097bec43
http://no1linux.org/rpmbuild/37939 링크를 참조하세요.