큰일났다. 최근 이것만 재밌음.
키보드를 블루투스에 연결하려 했는데 블루투스 관련 툴이 아무것도 없다.
sudo pacman -S bluez bluez-utils
modprobe -c | grep btsub # To display the comprehensive configuration of all the modules
lsmod | grep btsub # show what kernel modules are currently loaded
systemctl start bluetooth.service
systemctl enable bluetooth.service
이젠 gui 앱을 설치해야하는데 일단 뭘 설치할지 모르겠으면 다시 아치리눅스 사이트로 가서 검색을 한다.
https://archlinux.org/packages
블루투스를 검색했더니 상단에 blueberry라고 뜨는데,
솔직히 사람들이 많이 쓰는건지는 잘 모르겠다.
근데 이름이 귀엽다...응
sudo pacman -S blueberry
뭔가 프로그램이 떠야 할꺼 같은데 잘 설치되어 있는지 모르겠을땐 그냥 터미널에 쳐본다.
blueberry
블루투스로 키보드 연결이 잘 된 걸 확인할 수 있다.