0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Debian12にて Bluetooth アダプタ TP-LINK UB500をNS-01G Pro(Bluetoothアンプ)に接続

Last updated at Posted at 2023-12-23

※意外と時間を要したので、念のためメモ

登場役者

debian 12

デスクトップ環境
 xfce(debianインストール時に選択)

TP-Link UB500

NS-01G ※レビュー記事

手順

$ cd ~
$ sudo apt-get install blueman libspa-0.2-bluetooth bluez
$ curl -O https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_config
$ curl -O https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw
$ mv rtl8761b_config rtl8761b_config.bin
$ mv rtl8761b_fw rtl8761b_fw.bin

$ sudo mkdir /usr/lib/firmware/rtl_bt
$ sudo cp rtl8761b_config.bin /usr/lib/firmware/rtl_bt
$ sudo cp rtl8761b_fw.bin /usr/lib/firmware/rtl_bt
$ cd /usr/lib/firmware/rtl_bt
$ sudo ln -s rtl8761b_config.bin rtl8761bu_config.bin
$ sudo ln -s rtl8761b_fw.bin rtl8761bu_fw.bin

※いまどきドライバ手作業で置くなんてなあ。。。

先人たち(参考情報)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?