📌  相关文章
📜  jbl bt 无线耳机在 fedora linux 中不起作用 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:26.031000             🧑  作者: Mango

代码示例1
# Removes current version bluez and reinstalls
sudo rm -r /var/lib/bluetooth
sudo dnf downgrade bluez
sudo dnf reinstall bluez bluez-cups bluez-libs bluez-obexd
# This seems to have made a second connection availible - 
# that recognizes they are a headphone audio device.
# It seems to be a bug in driver. Im not sure this is what fixed it.
# Assure in pair/scan mode a minute till new connection appears.
# Didnt require reboot.