Refine wording for Category 3 to clarify missing profile scenarios #852

Merged
ryanlerch merged 1 commit from fix/indentation-sound-check into main 2025-05-27 16:30:40 +00:00

View file

@ -352,7 +352,7 @@ $ sudo systemctl restart bluetooth
For some devices, make sure to hold the pairing button until rapid blinking starts. For some devices, make sure to hold the pairing button until rapid blinking starts.
=== Category 3: Audio Profile Switching Fails === Category 3: Missing or Failing Audio Profiles
*Symptoms* *Symptoms*
@ -373,7 +373,7 @@ $ pactl info | grep Server
[source, bash] [source, bash]
---- ----
pactl list cards $ pactl list cards
---- ----
Then, look for the Profiles section under your Bluetooth device. You can filter the output using grep to make it easier. Then, look for the Profiles section under your Bluetooth device. You can filter the output using grep to make it easier.
@ -427,12 +427,13 @@ $ cp ~/.config/wireplumber/bluetooth/51-bluez-config.lua ~/.config/wireplumber/b
---- ----
Open the configuration file in a text editor. Open the configuration file in a text editor.
[source, bash] [source, bash]
---- ----
$ nano ~/.config/wireplumber/bluetooth/51-bluez-config.lua $ nano ~/.config/wireplumber/bluetooth/51-bluez-config.lua
---- ----
Create your own config file (minimal AAC-enabled example) Create your own config file (minimal AAC-enabled example).
[source, lua] [source, lua]
---- ----
@ -451,7 +452,6 @@ Save the file. Restart WirePlumber (if running as user service).
$ systemctl --user restart wireplumber $ systemctl --user restart wireplumber
---- ----
*Fix* *Fix*
* Manually switch to A2DP profile. * Manually switch to A2DP profile.
@ -480,9 +480,9 @@ Use `blueman` for profile selection if needed.
[source, bash] [source, bash]
---- ----
btmon $ btmon
bluetoothctl $ bluetoothctl
journalctl -xeu bluetooth.service $ journalctl -xeu bluetooth.service
---- ----
== Pipewire Debugging options == Pipewire Debugging options