일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Linux
- Octavia
- libvirt
- OpenStack
- pacman
- Docker
- cephadm
- yum
- Ansible
- Kubeflow
- Arch
- ceph-ansible
- kolla-ansible
- awx
- archlinux
- ceph
- terraform
- k8s
- nfs-provisioner
- grafana-loki
- port open
- KVM
- kolla
- Kubernetes
- repository
- golang
- HTML
- ubuntu
- i3
- cloud-init
Archives
- Today
- Total
YJWANG
Archlinux 에 k380 (블루투스 키보드) 연동하기 본문
https://wiki.archlinux.org/title/Bluetooth_keyboard
몇 번 해보니 K380 키보드는 bluetooth paring 시 key를 요구해서 바로 안되더라구요
그래서 연동하는 방법을 기록합니다.
Pair
bluetoothctl
을 이용해서 pair합니다. GUI에서는 key를 확인하기가 어렵더라구요.
$ bluetoothctl
이후 Device를 scan 합니다.
Agent registered
[bluetooth]# power on
Changing power on succeeded
[bluetooth]# pairable on
Changing pairable on succeeded
[bluetooth]# scan on
scan된 k380의 MAC
이 보이면 아래와 같이 pair를 시도합니다.
이후 Passkey가 나오는데 해당 key를 k380에서 차례대로 입력합니다. 100233
차례대로 입력
[bluetooth]# pair F4:73:35:43:00:3D
Attempting to pair with F4:73:35:43:00:3D
[CHG] Device F4:73:35:43:00:3D Connected: yes
[agent] Passkey: 100233
[agent] Passkey: 100233
[agent] Passkey: 100233
[agent] Passkey: 100233
[agent] Passkey: 100233
[agent] Passkey: 100233
[agent] Passkey: 100233
[CHG] Device F4:73:35:43:00:3D Paired: yes
Pairing successful
[CHG] Device F4:73:35:43:00:3D Connected: no
[CHG] Device F4:73:35:43:00:3D Class: 0x00002540
[CHG] Device F4:73:35:43:00:3D Icon: input-keyboard
이후 Device를 trust list에 등록하고 connect 합니다.
[bluetooth]# trust F4:73:35:43:00:3D
Changing F4:73:35:43:00:3D trust succeeded
[bluetooth]# connect F4:73:35:43:00:3D
Attempting to connect to F4:73:35:43:00:3D
Connection successful
[Keyboard K380]# quit
완료
반응형