我的蓝牙耳机工作正常,但 WiFi 却不行。我修复了 WiFi 问题,如下所示https://askubuntu.com/a/1037813/1171035,通过执行以下命令:
echo "options rtl8723be ant_sel=2" > /etc/modprobe.d/rtl8723be.conf
但现在我无法连接我的蓝牙耳机。它出现在 Gnome 的蓝牙设置中,但当我单击时,connect
我看到加载徽标,然后它停止,并且耳机未连接。
检查后systemctl status bluetooth.service
给出以下日志消息:
bluetoothd[855]: Unable to get Headset Voice gateway SDP record: Host is down
我该如何解决 WiFi 和蓝牙问题?
我正在使用 Ubuntu 20.04.3。