Raspberry pi

Raspberry pi bluetooth pairing

[혜안] 2017. 4. 16. 15:15
728x90

책상정리 중 오래된 bluetooth dongle 발견!

bluetooth billionton 이라고 써있는데, 언제 왜샀는지 전혀 기억어 없을 정도로 오래 되었다.


bluetooth billionton


Raspbian 이 설치된 내 Raspberry pi에 꽂아보았더니 바로 인식됨.

내 핸드폰에 페어링이나 해볼까?




페어링 방법을 찾아 보았으나, 설치도 안되는 bluez-utils를 쓰란다.

Raspbian 콘솔창에서 blue하고 탭치면 나오는게 bluetoothctl 인데, 이게 아닐까 싶어 다시 검색..


bluetoothctl이 맞았다.


$ sudo hciconfig hci0 up

$ hcitool scan

$ bluetoothctl

$ scan on

$ agent on

$ trust <mac address>

$ pairable on

$ pair <mac address>

$ connect <mac address>



그런데, connect 할때에 Failed to connect 발생


불꽃서치해봤으나 마땅한 해결책이 없음.

혹시나 싶어 syslog를 보니 더 자세한 에러 발견!


syslog error

a2dp-source profile connect failed ................ Protocol not available



뭔가 프로토콜이 없다는건? 역시 오래된 동글이라 요즘 스마트폰과는 안되는구나.. 

그래도 다시 검색, 검색..


해결, pulseaudio 모듈을 설치해야 한다.

Failed to connect 찾을때에 뜬금없이 pulseaudio 패키지를 설치하라던 글을 봤는데,

헤드셋 페어링 문제라 나랑 상관없는 줄 알았다. 역시 자세히 읽어봐야...


$ sudo apt-get install pulseaudio-module-bluetooth

$ sudo reboot

$ pulseaudo --start

$ sudo systemctl restart bluetooth



설치 직후 여전히 안되었으나, 재부팅하고 찬찬히 하니까 됨.

$ sudo reboot



그리고 다시 커넥트 시도...

성공 기념 샷


이걸 어디에 써야할지 답은 없다.

나중에 Raspberry pi에 google now 나 amazon alexa 를 심으면 bluetooth speaker와 연동할 수 있지 않을까 막연한 생각 중이다.


728x90