문서의 이전 판입니다!
현재 Xubuntu 13.04는 블루투스 헤드셋 연결이 자동으로 안되고 있다. xubuntu - pavucontrol doesn't show Bluetooth headset에 따르면 PulseAudio용 bluetooth 모듈이 안 깔려 있기 때문이다.
sudo apt-get install pulseaudio-module-bluetooth
/etc/pulse/default.pa
에 다음을 추가# 문서와는 달리 module-bluetooth-discover를 명시하면 작동 안함. # load-module module-bluetooth-discover load-module module-switch-on-connect
pulseaudio -k
: 재시작pavucontrol
)의 Output Devices
목록에 블루투스 헤드셋이 들어가 있는 것을 확인한다.