我的 PC 配有 wifi/蓝牙卡。wifi 工作正常。蓝牙很好,但今天它在我的 ubuntu 上不起作用,重新启动也不起作用。在 ubuntu20.04
设置 GUI 上,它显示:
No Bluetooth Found
Plugin a dongle to use Bluetooth
虽然我相信没有硬件问题。我主要怀疑是 ubuntu 设置中心的问题。
努力:
sudo rfkill unblock bluetooth
sudo rmmod btusb
sudo systemctl restart bluetooth
sudo systemctl start bluetooth
。
sudo /etc/init.d/bluetooth restart
Restarting bluetooth (via systemctl): bluetooth.service.
。
sudo hcitool dev
Devices:
。
systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2022-03-30 07:57:33 AEDT; 13s ago
Docs: man:bluetoothd(8)
Main PID: 47046 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 18980)
Memory: 508.0K
CGroup: /system.slice/bluetooth.service
└─47046 /usr/lib/bluetooth/bluetoothd
Mar 30 07:57:33 mypc systemd[1]: Starting Bluetooth service...
Mar 30 07:57:33 mypc bluetoothd[47046]: Bluetooth daemon 5.53
Mar 30 07:57:33 mypc systemd[1]: Started Bluetooth service.
Mar 30 07:57:33 mypc bluetoothd[47046]: Starting SDP server
Mar 30 07:57:33 mypc bluetoothd[47046]: Bluetooth management interface 1.20 initialized
。
sudo apt install unity-control-center
(not sure what to do with it, no much options there)
。
sudo bluetoothctl
Agent registered
[bluetooth]#
(no idea what to do here)
信息:
uname -a
Linux mypc 5.13.0-37-generic #42~20.04.1-Ubuntu SMP Tue Mar 15 15:44:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
。
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
。
答案1
最终通过关闭电脑等待 30 秒然后重新启动解决了问题。
更新后仅进行热重启并不能解决问题。
我写这篇文章是为了希望它能对其他人有所帮助。