사용자 도구

사이트 도구


linux:ubuntu:bluetooth

차이

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

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:ubuntu:bluetooth [2025/01/02 15:51]
kwon37xi [Thinkpad Bluetooth Laser Mouse]
linux:ubuntu:bluetooth [2025/02/24 10:38] (현재)
kwon37xi [Thinkpad Bluetooth Laser Mouse]
줄 25: 줄 25:
  
 ===== Thinkpad Bluetooth Laser Mouse ===== ===== Thinkpad Bluetooth Laser Mouse =====
-  * 최초 연결을 한 뒤 재 연결을 하면 계속해서 disconnect / connect 를 반복(reconnecting) 하는 현상이 발생하는 경우가 있다. +  * Ubuntu 24.10 에서 최초 연결을 한 뒤 재 연결을 하면 계속해서 disconnect / connect 를 반복(reconnecting) 하는 현상이 발생하는 경우가 있다. 
-  * USB Auto Suspend 를 끄면 된다는 얘기들이 있지만 실제는 작동 안했음+  * 그냥 매번 접속을 삭제하고 시 페어링 하는 식으로 해소함. 
-  * 해소 못하고 있는 상태.+ 
 +<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.1735800677.txt.gz · 마지막으로 수정됨: 2025/01/02 15:51 저자 kwon37xi