先打開筆電的內建藍牙,舉例:我的 Dell 電腦按下 Fn + F2 即可。
開啟藍牙服務
# systemctl start bluetooth.serveice
使用 bluetoothctl 連接
# bluetoothctl
接著輸入
[bluetooth]# power on
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# scan on
如果有偵測到音箱,螢幕上會出現:
[New] Device FC:58:FA:C1:2A:75 Lowdi
信任、配對、連接:
[bluetooth]# trust FC:58:FA:C1:2A:75
[bluetooth]# pair FC:58:FA:C1:2A:75
[bluetooth]# connect FC:58:FA:C1:2A:75
如果連結成功,螢幕會出現:
[CHG] Device FC:58:FA:C1:2A:75 Connected: yes
Connection successful
接下來,使用 pavucontrol 將聲音訊號導向藍牙喇叭
# pavucontrol
此外,介面的 Configuration 中,能選擇 audio profile ( HFP/ A2DP / Off )
如果上述步驟有出現意料之外的問題,詳見 Arch Wiki 進行 troubleshooting
沒有留言:
張貼留言