5. Jetson Bluetooth 오디오 장치 연결 문제

이유 1개

1. 블루투스 서비스가 오디오, a2dp 및 avrcp 유형을 비활성화했습니다.
2. 시스템에 pulseaudio-module-bluetooth 및 기타 관련 라이브러리가 설치되어 있지 않습니다.

2가지 솔루션

sudo gedit /lib/systemd/system/bluetooth.service.d/nv-bluetooth-service.conf
# 删去 ExecStart=/usr/lib/bluetooth/bluetoothd -d --noplugin=audio,a2dp,avrcp中的
# --noplugin=audio,a2dp,avrcp
sudo apt-get update
sudo apt-get install pulseaudio-module-bluetooth

변경 사항은 다음과 같습니다.
이미지 설명을 추가해주세요

sudo apt update
sudo apt install pulseaudio pulseaudio-utils pavucontrol pulseaudio-module-bluetooth
sudo gedit /etc/systemd/system/bluetooth.target.wants/bluetooth.service

#ExecStart=/usr/lib/bluetooth/bluetoothd -d --noplugin=audio,a2dp,avrcp 更换成
#ExecStart=/usr/lib/bluetooth/bluetoothd -d --noplugin=audio,avrcp

sudo reboot

이미지 설명을 추가해주세요
参考1:블루투스 오디오 연결
参考2:Bluetooth / BLE on Nano

Supongo que te gusta

Origin blog.csdn.net/Creationyang/article/details/129349976
Recomendado
Clasificación