mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Fix: Use "btmgmt info" instead of deprecated "hciconfig"
This commit is contained in:
parent
1b54a4ab87
commit
7fa1c54ac9
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ cat /proc/version > "/tmp/$LOGNAME"
|
|||
echo "-------- lsusb -v 2>&1 | egrep 'bDeviceProtocol(.*)Bluetooth' -B7 | head -1 " >> "/tmp/$LOGNAME"
|
||||
lsusb -v 2>&1 | egrep 'bDeviceProtocol(.*)Bluetooth' -B7 | head -1 >> "/tmp/$LOGNAME"
|
||||
|
||||
echo "-------- hciconfig" >> "/tmp/$LOGNAME"
|
||||
hciconfig >> "/tmp/$LOGNAME"
|
||||
echo "-------- btmgmt info" >> "/tmp/$LOGNAME"
|
||||
btmgmt info >> "/tmp/$LOGNAME"
|
||||
|
||||
echo "-------- hciconfig hci0 features" >> "/tmp/$LOGNAME"
|
||||
hciconfig hci0 features >> "/tmp/$LOGNAME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue