mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
gitlab: fix bluetooth issue template
Should use lsusb for determining adapter.
This commit is contained in:
parent
939c6e7aa4
commit
652c1423f8
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Bluetooth Radio, Bluetooth Headset, Desktop Environment, Distribution, Version (
|
|||
|
||||
```
|
||||
# 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
|
||||
lsusb; bluetoothctl devices; echo $XDG_SESSION_DESKTOP; grep PRETTY /etc/os-release; pipewire --version; bluetoothctl --version; uname -r
|
||||
```
|
||||
|
||||
Description of Problem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue