需要购买一个USB蓝牙接收模块,连接蓝牙音频设备后会显示无法识别,首先需要改动系统文件。
路径如下:
/lib/systemd/system/bluetooth.service.d/nv-bluetooth-service.conf
将文本中的文本修改成第二句:
ExecStart=/usr/lib/bluetooth/bluetoothd -d --noplugin=audio,a2dp,avrcp
ExecStart=/usr/lib/bluetooth/bluetoothd -d
修改方式可以用nano编辑器,下载方式是:
sudo apt-get install nano
若重启后仍无法播放音频,可安装软件包:
$ sudo apt-get install pulseaudio-module-bluetooth
然后重启测试。
本文借鉴https://blog.csdn.net/quicmous/article/details/115174779