Arch Linux,GNOME Wayland 桌面环境,主板型号:ROG ZENITH EXTREME。

蓝牙

bluez 包系统默认会安装,无需再手动安装,这个包提供蓝牙协议栈,但是默认没有设置它的服务自动启动,这里需要手动设置并启动一下。

启动蓝牙服务

su -
pacman -S bluez  ## 最新版本 Arch Linux 默认已安装
systemctl enable --now bluetooth.service

开机自动打开蓝牙

/etc/bluetooth/main.conf

[Policy]
AutoEnable=true

蓝牙音频服务

最新版本 Arch Linux 已经使用 PipeWire 替代 PulseAudio,且默认已经安装,且无需做再多的配置就能正常工作。

Wi-Fi

su -
pacman -S networkmanager
systemctl start NetworkManager.service
systemctl enable NetworkManager.service

参考