Ubuntu中有碰到蓝牙休眠后不管用的可以试下以下命令:
sudo modprobe -r btusb
sudo systemctl restart bluetooth.service
sudo modprobe btusb
我的问题日志主要systemctl status bluetooth.service中各种plugin不支持,比如
System does not support bap plugin等。
展开
2