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