Chris
@
Machine
Blog
Topics
Connect Bluetooth Keyboard Linux
Modify config file
Open config file:
vim /etc/bluetooth/main.conf
Look for
AutoEnable
and set it equal to true:
AutoEnable=true
Connect to device
$ bluetoothctl # power on # agent KeyboardOnly # default-agent # pairable on # scan on # pair 01:02:03:04:05:06 # trust 01:02:03:04:05:06 # connect 01:02:03:04:05:06 # quit $ exit
Resources
askubuntu
Tagged in
linux
Prev
Next