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

蓝牙

安装

su -
pacman -S bluez
pacman -S bluez-utils
systemctl start bluetooth.service
systemctl enable bluetooth.service

开机自动打开蓝牙

/etc/bluetooth/main.conf

[Policy]
AutoEnable=true

蓝牙耳机/音响

su -
pacman -S pulseaudio-bluetooth

连接上设备后自动切换输出源至新连接上的设备

/etc/pulse/system.pa

load-module module-bluetooth-policy
load-module module-bluetooth-discover
load-module module-switch-on-connect

将当前用户添加至 lp 用户组中

sudo usermod -aG docker $USER

重启生效。

Wi-Fi

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

参考