Arch Linux의 Bluetooth 오디오 문제

Arch Linux의 Bluetooth 오디오 문제

첫 번째 답변의 단계를 따를 때까지 블루투스 헤드폰에 전혀 연결할 수 없었습니다.이 포럼 게시물:

sudo apt-get install pulseaudio-module-bluetooth
sudo killall pulseaudio
pulseaudio --start    
sudo systemctl restart bluetooth

부팅할 때마다 이 작업을 수행할 필요가 없습니다. 이 명령 세트에 근본적인 문제가 있다고 가정하지만 진단 방법을 모르겠습니다.

질문의 원래 포스터에서는 다음 줄을 시작 스크립트에 실행하면 문제가 해결될 것이라고 말했지만, 나는 그들과 같은 행운을 누리지 못했습니다.

exec --no-startup-id pactl load-module module-bluetooth-policy
exec --no-startup-id pactl load-module module-bluetooth-discover

Failure: Module initialization failed이 명령을 실행하려고 하면 얻을 수 있습니다.

내 특정 질문에 대한 추가 정보:
부팅 후 블루투스 헤드셋에 연결하려고 하면 즉시 Failed to connect: org.bluez.Error.Failed.

실행할 때 systemctl status bluetooth다음을 얻습니다.

Nov 23 14:31:11 boop bluetoothd[1225]: src/main.c:parse_controller_config() Key file does not have key “LEMaxConnectionInterval” in group “Controler"
Nov 23 14:31:11 boop bluetoothd[1225]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionLatency” in group “Controller”
Nov 23 14:31:11 boop bluetoothd[1225]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionSupervisionTimeout” in group “Controller"
Nov 23 14:31:11 boop bluetoothd[1225]: src/main.c:parse_controller_config() Key file does not have key “LEAutoconnecttimeout” in group “Controller”
Nov 23 14:31:11 boop bluetoothd[1225]: Starting SDP server
Nov 23 14:31:11 boop bluetoothd[1225]: Bluetooth management interface 1.18 initialized
Nov 23 14:31:11 boop bluetoothd[1225]: Endpoint registered: sender=:1.168 path=/MediaEndpoint/A2DPSink/sbc
Nov 23 14:31:11 boop bluetoothd[1225]: Endpoint registered: sender=:1.168 path=/MediaEndpoint/A2DPSource/sbc
Nov 23 14:31:25 boop bluetoothd[1225]: /org/bluez/hci0/dev_F4_7D_EF_4F_43_98/sep1/fd0: fd(37) ready

이전 출력 외에도 때로는 다음과 같은 결과가 표시됩니다.src/service.c:btd_service_connect() a2dp-sink profile connect failed for [device mac address]: Protocol not available

추가 정보를 제공할 수 있으면 문의해 주세요.

관련 정보