🙆

Ubuntu20.04でUSBアダプタを使ったbluetooth接続

2022/10/23に公開

ubuntuでUSBアダプタを使ったbluetooth接続に苦労したので、対処法の備忘録を残します。

環境

  • Ubuntu20.04
  • I-O DATA Bluetooth5.0 USBアダプタ USB-BT50LE
  • x86_64 デスクトップPC、Bluetoothアダプタ非内蔵

やったこと

https://askubuntu.com/questions/1231074/ubuntu-20-04-bluetooth-not-working  
上記リンクの通り、↓を実行し、再起動すると認識するようになった。
Bluetooth5.0用の設定が必要だった??

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 mv rtl8761b_config /usr/lib/firmware/rtl_bt/rtl8761b_config.bin
sudo mv rtl8761b_fw /usr/lib/firmware/rtl_bt/rtl8761b_fw.bin
sudo ln -s /usr/lib/firmware/rtl_bt/rtl8761b_fw.bin /usr/lib/firmware/rtl_bt/rtl8761bu_fw.bin

Discussion