사용자 도구

사이트 도구


linux:ubuntu:bluetooth

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
linux:ubuntu:bluetooth [2013/08/19 22:03]
kwon37xi 새로 만듦
linux:ubuntu:bluetooth [2025/02/24 10:38] (현재)
kwon37xi [Thinkpad Bluetooth Laser Mouse]
줄 1: 줄 1:
 ====== 블루투스 Bluetooth ====== ====== 블루투스 Bluetooth ======
  
 +===== Blueman =====
 +  * [[https://github.com/blueman-project/blueman|Blueman]] Bluetooth 관리자.
 +  * [[https://wiki.archlinux.org/index.php/Blueman|Blueman - Arch Wiki]]
 +  * Desktop Environment를 사용하지 않아서 블루투스 관리자가 기본으로 안 깔려 있으면 이를 사용해볼 것.
 +  * 설치<code sh>
 +sudo apt-get install blueman
 +</code>
 +  * System Tray로 올리려면 ''blueman-applet''를 시작 프로그램으로 등록해준다. 보통은 ''/etc/xdg/autostart/blueman.desktop''으로 이미 자동 등록돼 있다.
 +  * ''blueman-manager'' 를 통해서 장치 이름 변경도 가능해진다.
 ===== Bluetooth Headset 헤드셋 연결 ===== ===== Bluetooth Headset 헤드셋 연결 =====
 현재 Xubuntu 13.04는 블루투스 헤드셋 연결이 자동으로 안되고 있다. 현재 Xubuntu 13.04는 블루투스 헤드셋 연결이 자동으로 안되고 있다.
줄 12: 줄 21:
 </code> </code>
   - ''pulseaudio -k'' : 재시작   - ''pulseaudio -k'' : 재시작
-  - 이제 블루투스 접속 설정에서 헤드셋을 연결하고 PulseAudio 설정(''pavucontrol'')의 ''Output Devices'' 목록에 블루투스 헤드셋이 들어가 있는 것을 확인한다.+  - 이제 블루투스 접속 설정에서 헤드셋을 연결하고 PulseAudio 설정(''pavucontrol'')의 ''Configuration''에서 블루투스 기기를 A2DP로 설정한다. 
 +  - ''Output Devices'' 목록에 블루투스 헤드셋이 들어가 있는 것을 확인한다
 + 
 +===== Thinkpad Bluetooth Laser Mouse ===== 
 +  * Ubuntu 24.10 에서 최초 연결을 한 뒤 재 연결을 하면 계속해서 disconnect / connect 를 반복(reconnecting) 하는 현상이 발생하는 경우가 있다. 
 +  * 그냥 매번 접속을 삭제하고 다시 페어링 하는 식으로 해소함. 
 + 
 +<code sh> 
 +$ bluetoothctl devices 
 +Device 98:FD:B4:7A:E3:08 ThinkPad Bluetooth Laser Mouse <-- 장치 코드값 확인 
 + 
 +# 삭제 처리 
 +$ bluetoothctl remove 98:FD:B4:7A:E3:08 
 + 
 +# 이후 매번 새롭게 페어링한다. 
 + 
 +# 혹은 한번에 
 +bluetoothctl devices | grep "ThinkPad Bluetooth Laser Mouse" | cut -d' ' -f2 | xargs bluetoothctl remove 
 +</code> 
 +  * gnome autostart 에 넣어둠.
linux/ubuntu/bluetooth.1376917431.txt.gz · 마지막으로 수정됨: 2013/08/19 22:03 저자 kwon37xi