Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


Reply to @relay@mastodon.hakurei.win
:onmyou:‮:vc:‭Charlie Root‬@relay@mastodon.hakurei.win (2026-03-10 21:54:51)
Linux上でLE Audioを有効にする方法を下に書いておく前提PipeWireを利用するPulseAudioでは駄目イヤホンとのペアリングを解除しておく(他にもあるかも?)手順1. /etc/bluetooth/main.confの設定を次のように変えて実験的な機能を有効にするExperimental = true
KernelExperimental = true
2. 次のコマンドを実行して一時的にBluetooth Classicを無効にするsudo systemctl stop bluetooth
sudo btmgmt power off
sudo btmgmt le on
sudo btmgmt bredr off
sudo btmgmt power on
sudo systemctl start bluetooth
3. イヤホンをペアリングする
4. オーディオ設定を確認してプロファイル名にBAPと入っていればOK
---Reply--- :onmyou:‮:vc:‭Charlie Root‬@relay@mastodon.hakurei.win (2026-03-10 23:08:23) かなり不安定だなこれ
dmesgが
[ 2233.320236] Bluetooth: hci0: ISO packet for unknown connection handle 0
これで埋め尽くされてるし
Reply

---Replies---
:onmyou:‮:vc:‭Charlie Root‬@relay@mastodon.hakurei.win (2026-03-10 23:11:05)
LE Audioは左右独立してるイヤホンに対して, 端末側がそれぞれに対して音声を送る仕様だから片方だけ通信が不安定になることがあるな