由于未满足条件检查,蓝牙服务被跳过(ConditionPathIsDirectory=/sys/class/bluetooth)

问题描述 投票:0回答:1

什么可能导致以下错误。我的蓝牙可以在 Fedora 38 上运行

$ systemctl status bluetooth
○ bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: enabled)
    Drop-In: /usr/lib/systemd/system/service.d
             └─10-timeout-abort.conf
     Active: inactive (dead)
       Docs: man:bluetoothd(8)

Jun 28 08:26:31 fedora systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Jun 28 08:26:39 fedora systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Jun 28 08:27:11 fedora systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
Jun 28 08:32:59 fedora systemd[1]: bluetooth.service - Bluetooth service was skipped because of an unmet condition check (ConditionPathIsDirectory=/sys/class/bluetooth).
(base) [dlovison-pc@fedora ~]$ 
``
bluetooth fedora
1个回答
0
投票

我遇到了同样的问题,多次重新启动并手动重新启动服务没有帮助。

不确定这是巧合还是真的有效果,但我尝试了这个,现在蓝牙又可以工作了。

  1. 关闭电脑。
  2. 拔下 PSU 的电源线。
  3. 按住电源按钮 30 秒。
  4. 将电源重新插入 PSU。
  5. 启动电脑。

在这里找到: https://forum.manjaro.org/t/bluetooth-service-was-skipped-because-of-a-failed-condition-check-conditionpathisdirectory-sys-class-bluetooth/124668/12

原始出处:
https://www.reddit.com/r/ASUS/comments/he7ci7/comment/g1przej/?context=3

© www.soinside.com 2019 - 2024. All rights reserved.