[已解决] archlinux蓝牙不能正常使用

环境

/ \ │  distro │ Arch Linux x86_64
/ ,, \ │  kernel │ Linux 6.10.10-zen1-1-zen
/ | | \ │  term │ alacritty 0.13.2
/-'' ''-\ │  shell │ zsh 5.9
│ 󰍛 cpu │ Intel(R) Core(TM) i5-10210Y (8) @ 4.00 GHz
桌面:hyprland

背景

昨天蓝牙还是能正常使用,今天开机就发现蓝牙不能正常使用。

我记得昨天是通过 DO YOU WANT TO START THE UPDATE NOW? 更新过软件,不知道是不是这个原因

问题

查看蓝牙启动状态

❯ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Sat 2024-09-21 04:25:52 CST; 1h 59min ago
 Invocation: 4e9351f595834029a61ef33e9778dc34
       Docs: man:bluetoothd(8)
   Main PID: 73715 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 19036)
     Memory: 632K (peak: 1.6M)
        CPU: 36ms
     CGroup: /system.slice/bluetooth.service
             └─73715 /usr/lib/bluetooth/bluetoothd

Sep 21 04:25:52 catArch bluetoothd[73715]: src/plugin.c:init_plugin() System does not support bap plugin
Sep 21 04:25:52 catArch bluetoothd[73715]: src/plugin.c:init_plugin() System does not support bass plugin
Sep 21 04:25:52 catArch bluetoothd[73715]: src/plugin.c:init_plugin() System does not support mcp plugin
Sep 21 04:25:52 catArch bluetoothd[73715]: src/plugin.c:init_plugin() System does not support vcp plugin
Sep 21 04:25:52 catArch bluetoothd[73715]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Sep 21 04:25:52 catArch bluetoothd[73715]: src/plugin.c:init_plugin() System does not support micp plugin
Sep 21 04:25:52 catArch bluetoothd[73715]: src/plugin.c:init_plugin() System does not support ccp plugin
Sep 21 04:25:52 catArch bluetoothd[73715]: src/plugin.c:init_plugin() System does not support csip plugin
Sep 21 04:25:52 catArch bluetoothd[73715]: src/plugin.c:init_plugin() System does not support asha plugin
Sep 21 04:25:52 catArch bluetoothd[73715]: Bluetooth management interface 1.22 initialized

bluetoothctl: 5.78

看上述内容是提示插件不支持,现在不知道怎么解决?

大家有解决方法吗

什么类型的蓝牙设备?双系统吗?「不能正常使用」的具体症状是什么?

蓝牙设备类型:
Bus 001 Device 003: ID 8087:0029 Intel Corp. AX200 Bluetooth

双系统:
window+archlinux hyprland

具体症状:
更新包之后就不使用蓝牙设备,不过现在解决栏,
sudo -S Syu
对应主题更新就可以了

================================================== =============================================
However, in the Bluetooth problem solving column, there is another problem with the audio problem, and there is another problem with the hyprland desktop sound icon, prompting Establishing

===============================================================================================
不过蓝牙问题解决栏,音频问题又出现问题了,hyprland桌面声音图标又出问题了,提示 Establishing connection to PulseAudio .Please wait..

提示:Establishing connection to PulseAudio .Please wait..
已解决:

sudo pacman -Rdd pulseaudio
sudo pacman -S pipewire-{jack,alsa,pulse}
systemctl --user enable --now pipewire pipewire-pulse pipewire-media-session

pulseaudio不能与pipewire共存

呃,PipeWire 的话一般是推荐用 wireplumber 而不是 pipewire-media-session。

下午遇到过音频不能播放问题,已经重新安装了

sudo pacman -Syu pipewire-pulse wireplumber