rfkill列表1
命令给我:
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no但是,当我运行以下命令时,
systemctl状态bluetooth.service
我知道这个错误:
bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2019-01-27 13:55:21 +03; 1h 4min ago
Docs: man:bluetoothd(8)
Main PID: 950 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─950 /usr/lib/bluetooth/bluetoothd
systemd[1]: Starting Bluetooth service...
bluetoothd[950]: Starting SDP server
systemd[1]: Started Bluetooth service.
bluetoothd[950]: Bluetooth management interface 1.14 initialized
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Blocked through rfkill (0x12)
bluetoothd[950]: Failed to set mode: Failed (0x03)我使用Ubuntu18.04.1 LTS。当我启动蓝牙时,它会搜索设备,但它从未完成。
发布于 2020-10-19 16:05:45
我目前在X1 Carbon ThinkPad上的薄荷19.3 (内核5.4.0-48-泛型)中有这个问题。我的rfkill显示蓝牙是很难阻断的。不知道为什么有必要这样做,但它对我有效:
sudo rfkill unblock bluetooth在过去的两周里,我不得不做了两次,这意味着一些随机的事情正在发生,导致蓝牙在重启后被阻塞。随意的问题总是令人讨厌的。
发布于 2021-05-27 15:24:28
我也有同样的问题:rfkill没有显示设备被阻塞,而是显示命令
# rfkill block bluetooth
# rfkill unblock bluetooth为我工作过。
希望我能帮上忙
PS:#的意思是以根用户的身份运行(通过sudo或直接以root用户身份登录)
https://stackoverflow.com/questions/54387985
复制相似问题