debian Bluetooth keyboard and mouse setup

install bluetooth and bluez-utils
run bluetoothctl
# power on
# pairable on
# scan on – check for MAC of keyboard/mouse to show up in list (scanning may also be done via hcitool)
# pair
# trust – allowing a connection by themselves
# connect – establish connection
# quit

Leave a Reply