arch 使用蓝牙

arch 使用蓝牙

环境: endeavouros bspwm社区版

1
2
3
4
5
6
# 一般已经安装了
sudo pacman -S bluez bluez-utils
sudo systemctl enable bluetooth.service
sudo systemctl start bluetooth.service
# pulseaudio-bluetooth不用安装,有pipewire-pulse
# pavucontrol 音量图形化管理,一般已经安装了
1
2
3
4
systemctl start bluetooth
systemctl enable bluetooth
systemctl start --user pipewire-pulse
systemctl enable --user pipewire-pulse

命令方式:(建议直接用blueman)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
bluetoothctl            # 进入蓝牙管理工具环境
[bluetooth]# power on                打开蓝牙
[bluetooth]# agent on                开启代理
[bluetooth]# scan on                 扫描蓝牙设备
[bluetooth]# pair xx:xx:xx:...       配对该设备
[bluetooth]# trust xx:xx:xx:...      信任该设备
[bluetooth]# connect xx:xx:...       连接该设备
[bluetooth]# disconnect xx:xx:...    断开蓝牙

[bluetooth]# help                   查看帮助信息
[bluetooth]# show                   查看本机蓝牙信息
[bluetooth]# discoverable yes       设置蓝牙可被发现
[bluetooth]# info xx:xx:xx:...      查看该蓝牙设备的信息
1
2
# 安装图形管理界面
sudo pacman -S blueman
build with Hugo, theme Stack, visits 0