blueman) Connection Failed: Protocol not available

yeonsoo·2023년 4월 5일
0

blueman 통해서 우분투 PC에 헤드셋을 연결해서 쓰고있는데 이게 종종 말썽을 부린다.
터미널에서 실행해서 여러 에러메세지들을 타고타고 해결을 하려고 해도 도돌이표처럼 최종적으로는 Connection Failed: Protocol not available 메세지를 마주치게 되는데.. 결론만 말하자면 아래 방법이 항상 모든 문제를 해결해주었음. 출처는 여기

$ sudo apt-get purge pulseaudio  
$ rm -rf ~/.config/pulse && sudo killall pulseaudio  
$ sudo apt-get install pulseaudio  
$ pulseaudio --start

The above to ensure pulse is working first.
Then, this one, which is a bit weird that doesn't come by default with pulseaudio itself:

$ sudo apt-get install pulseaudio-module-bluetooth  
$ pactl load-module module-bluetooth-discover  

더도 말고 덜도말고 딱 이것만 하면 지금까지는 항상 해결되었다. reboot해줄 필요도 없음.
마지막줄 $ pactl load-module module-bluetooth-discover 했을때 module initialization failed인가 그런 에러 뜨면 reboot 해야 정상작동하더라..

profile
to be enterprising

0개의 댓글