문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:ubuntu:bluetooth [2025/01/19 15:13] kwon37xi [Thinkpad Bluetooth Laser Mouse] |
linux:ubuntu:bluetooth [2026/02/12 14:38] (현재) kwon37xi [Bluetooth Mouse connect / disconnect 재접속 반복] |
||
|---|---|---|---|
| 줄 10: | 줄 10: | ||
| * System Tray로 올리려면 '' | * System Tray로 올리려면 '' | ||
| * '' | * '' | ||
| - | ===== Bluetooth Headset 헤드셋 연결 ===== | ||
| - | 현재 Xubuntu 13.04는 블루투스 헤드셋 연결이 자동으로 안되고 있다. | ||
| - | [[http:// | ||
| - | - '' | + | ===== Bluetooth Mouse connect / disconnect 재접속 반복 ===== |
| - | - ''/ | + | <note warning> |
| - | # 문서와는 달리 module-bluetooth-discover를 명시하면 | + | 아래 대로 해도, 컴퓨터 전원을 껐다 켠 뒤에 장치를 삭제하고 다시 페어링해야만 |
| - | # load-module module-bluetooth-discover | + | </note> |
| - | load-module module-switch-on-connect | + | |
| - | </code> | + | |
| - | - '' | + | |
| - | - 이제 블루투스 접속 설정에서 헤드셋을 연결하고 PulseAudio 설정('' | + | |
| - | - '' | + | |
| - | ===== Thinkpad Bluetooth Laser Mouse ===== | + | |
| - | | + | * 블루투스 컨트롤러/ |
| - | * 그냥 매번 접속을 삭제하고 다시 페어링 하는 식으로 | + | * ''/ |
| + | |||
| + | < | ||
| + | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
| + | </ | ||
| <code sh> | <code sh> | ||
| - | $ bluetoothctl devices | + | sudo update-grub |
| - | Device 98: | + | sudo reboot # 재부팅 필요 |
| + | </code> | ||
| - | # 삭제 | + | * 이후 해당 기기의 블루투스 연결은 |
| - | $ bluetoothctl remove 98: | + | * ''/ |
| + | * [[linux:tlp|tlp]] 사용시에는 '' | ||
| - | # 이후 매번 새롭게 페어링한다. | + | < |
| + | sudo nano /etc/tlp.conf | ||
| + | # 아래 항목을 찾아 수정 (없으면 추가) | ||
| + | USB_AUTOSUSPEND=0 | ||
| + | USB_EXCLUDE_BTUSB=1 | ||
| + | ENABLE_BT_PS=0 | ||
| </ | </ | ||
| - | | + | |
| + | ===== Dual Booting Pairing ===== | ||
| + | | ||
| + | * 듀얼 부팅을 하면서 하나의 블루투스 장치를 양쪽에서 페어링하면 다른 쪽은 접속이 깨지는 현상이 발생함. | ||