我在戴尔 Inspiron 7347 上使用 Ubuntu 19.10。我试图将我的蓝牙扬声器与笔记本电脑连接,但笔记本电脑无法检测到我的蓝牙扬声器。然后我扫描了其他设备,但无法检测到任何设备。尽管笔记本电脑的可见性已打开,但我的三星手机上也看不到我的笔记本电脑。我还安装了 Blueman。
我使用了以下命令:
shubh@Cosmos:~$ bluetoothctl
Agent registered
[bluetooth]# scan on
Discovery started
[bluetooth]# discoverable on
Changing discoverable on succeeded
[bluetooth]# Pairable on
[bluetooth]# pairable on
Changing pairable on succeeded
请告诉我该怎么做才能解决这个问题?
答案1
sudo /etc/init.d/bluetooth restart
对我来说效果很好。