mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
gitlab: update Bluetooth issue template
Add commands that output basic info, and add link to instructions for debug log.
This commit is contained in:
parent
d2017ff540
commit
535aca1b30
1 changed files with 13 additions and 2 deletions
|
|
@ -1,7 +1,13 @@
|
||||||
If you are filing this issue with a regular release please try master as it might already be fixed. Also test with PulseAudio because if it doesn't work there it's not going to here either.
|
If you are filing this issue with a regular release please try master as it might already be fixed.
|
||||||
|
If you can, test also with Pulseaudio and list `pulseaudio --version`.
|
||||||
|
|
||||||
|
|
||||||
Bluetooth Radio, Bluetooth Headset, Desktop Environment, Distribution, Version (Bluez, Kernel, and PipeWire):
|
Bluetooth Radio, Bluetooth Headset, Desktop Environment, Distribution, Version (Bluez, Kernel, and PipeWire):
|
||||||
|
|
||||||
|
```
|
||||||
|
# run the following and paste output here
|
||||||
|
bluetoothctl show|grep Modalias; bluetoothctl devices; echo $XDG_SESSION_DESKTOP; grep PRETTY /etc/os-release; pipewire --version; bluetoothctl --version; uname -r
|
||||||
|
```
|
||||||
|
|
||||||
Description of Problem:
|
Description of Problem:
|
||||||
|
|
||||||
|
|
@ -23,4 +29,9 @@ Actual Results:
|
||||||
Expected Results:
|
Expected Results:
|
||||||
|
|
||||||
|
|
||||||
Additional Info Eg. Additional Kernel Patches, `pw-dump -N > file` (As Attachment Please):
|
Additional Info (as attachments):
|
||||||
|
|
||||||
|
pw-dump output: `pw-dump -N > pw-dump.log`
|
||||||
|
|
||||||
|
Bluetooth debug log
|
||||||
|
https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Troubleshooting#bluetooth
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue