美文网首页
Archlinux & bluetooth & JBL GO

Archlinux & bluetooth & JBL GO

作者: Continued | 来源:发表于2017-09-12 23:51 被阅读0次

入手了一个JBL GO小音箱,整体OK,如果价格可以再低一点,会更加的nice些

Windows下使用JBL GO很简单,即插即用,忘了说搭配了一个绿盟蓝牙模块

Linux下让JBL能够响,还是稍微折腾了会儿

基本流程:

1.sudo pacman -S bluez bluez-utils blueman pulseaudio-bluetooth

2.systemctl enable bluetooth.service

3.systemctl start bluetooth.service

4.vim /etc/bluetooth/main.conf

General下添加一句:Enable=Source,Sink,Media,Socket

5.vim /etc/pulse.default.pa下添加(可能有用,可能没用,最好添加下)

load-module module-bluetooth-discover

module-bluetooth-policy

module-bluez5-device

module-bluez5-discover

6.bluetoothctl

scan on

pair <mac>

connect <mac>

7.音频选择A2DP不要选择HSP

相关文章

网友评论

      本文标题:Archlinux & bluetooth & JBL GO

      本文链接:https://www.haomeiwen.com/subject/soghsxtx.html