在 Ubuntu 19.10 中,蓝牙停止工作。我将尝试在设置中启用它,但什么也没发生。 gnome 设置截图
当我尝试使用 bluetoothctl 打开它时,控制台也没有任何输出。
andrei@HP-Laptop-15:~$ bluetoothctl
Agent registered
[bluetooth]# block
Missing device address argument
[bluetooth]# list
[bluetooth]# devices
No default controller available
[bluetooth]# version
Version 5.50
[bluetooth]#
andrei@HP-Laptop-15:~$ hcitool scan
Device is not available: No such device
andrei@HP-Laptop-15:~$ hcitool -i dev
Invalid device: No such device
andrei@HP-Laptop-15:~$
andrei@HP-Laptop-15:~$ rfkill list
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
最有趣的是,在 Ubuntu 19.04 中一切都运行完美。
我的设备:HP 15-db0229ur
答案1
由于某些奇怪的原因,这通常发生在每次 Ubuntu dist 升级之后,并开始工作:
$ sudo rfkill block bluetooth
$ sudo rfkill unblock bluetooth