문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
linux:ubuntu:bluetooth [2013/08/19 22:03] kwon37xi 새로 만듦 |
linux:ubuntu:bluetooth [2026/02/12 14:38] (현재) kwon37xi [Bluetooth Mouse connect / disconnect 재접속 반복] |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== 블루투스 Bluetooth ====== | ====== 블루투스 Bluetooth ====== | ||
| - | ===== Bluetooth Headset 헤드셋 연결 | + | ===== Blueman |
| - | 현재 Xubuntu 13.04는 블루투스 헤드셋 연결이 | + | * [[https:// |
| - | [[http://askubuntu.com/questions/ | + | |
| + | * Desktop Environment를 사용하지 않아서 블루투스 관리자가 기본으로 | ||
| + | * 설치< | ||
| + | sudo apt-get install blueman | ||
| + | </ | ||
| + | * System Tray로 올리려면 '' | ||
| + | * '' | ||
| - | - '' | + | ===== Bluetooth Mouse connect / disconnect 재접속 반복 ===== |
| - | | + | <note warning> |
| - | # 문서와는 달리 module-bluetooth-discover를 명시하면 작동 안함. | + | 아래 대로 해도, 컴퓨터 전원을 껐다 켠 뒤에 장치를 삭제하고 다시 페어링해야만 작동했음. 마우스를 변경해야 할 듯. |
| - | # load-module module-bluetooth-discover | + | </ |
| - | load-module module-switch-on-connect | + | |
| + | * Ubuntu 24.10 에서 Thinkpad Bluetooth Laser mouse를 최초 연결을 한 뒤 재 연결을 하면 계속해서 disconnect / connect 를 반복(reconnecting) 하는 현상이 발생한다. 특정 블루투스 마우스의 문제가 아닌 리눅스의 문제로 보인다. | ||
| + | * 블루투스 컨트롤러/ | ||
| + | | ||
| + | |||
| + | < | ||
| + | GRUB_CMDLINE_LINUX_DEFAULT=" | ||
| </ | </ | ||
| - | | + | |
| - | | + | <code sh> |
| + | sudo update-grub | ||
| + | sudo reboot # 재부팅 필요 | ||
| + | </ | ||
| + | |||
| + | | ||
| + | * '' | ||
| + | * [[linux: | ||
| + | |||
| + | < | ||
| + | sudo nano / | ||
| + | # 아래 항목을 찾아 수정 (없으면 추가) | ||
| + | USB_AUTOSUSPEND=0 | ||
| + | USB_EXCLUDE_BTUSB=1 | ||
| + | ENABLE_BT_PS=0 | ||
| + | </ | ||
| + | |||
| + | ===== Dual Booting Pairing ===== | ||
| + | * https:// | ||
| + | * 듀얼 부팅을 하면서 하나의 | ||