====== 블루투스 Bluetooth ======
===== Blueman =====
* [[https://github.com/blueman-project/blueman|Blueman]] Bluetooth 관리자.
* [[https://wiki.archlinux.org/index.php/Blueman|Blueman - Arch Wiki]]
* Desktop Environment를 사용하지 않아서 블루투스 관리자가 기본으로 안 깔려 있으면 이를 사용해볼 것.
* 설치
sudo apt-get install blueman
* System Tray로 올리려면 ''blueman-applet''를 시작 프로그램으로 등록해준다. 보통은 ''/etc/xdg/autostart/blueman.desktop''으로 이미 자동 등록돼 있다.
* ''blueman-manager'' 를 통해서 장치 이름 변경도 가능해진다.
===== Bluetooth Headset 헤드셋 연결 =====
현재 Xubuntu 13.04는 블루투스 헤드셋 연결이 자동으로 안되고 있다.
[[http://askubuntu.com/questions/223136/pavucontrol-doesnt-show-bluetooth-headset|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'' : 재시작
- 이제 블루투스 접속 설정에서 헤드셋을 연결하고 PulseAudio 설정(''pavucontrol'')의 ''Configuration''에서 블루투스 기기를 A2DP로 설정한다.
- ''Output Devices'' 목록에 블루투스 헤드셋이 들어가 있는 것을 확인한다.