Skip to content

Instantly share code, notes, and snippets.

@kazi331
Created June 29, 2024 15:00
Show Gist options
  • Save kazi331/289ef10c158606d3ee047e2602977ee9 to your computer and use it in GitHub Desktop.
Save kazi331/289ef10c158606d3ee047e2602977ee9 to your computer and use it in GitHub Desktop.
Linux Mint Cinnamon Bluetooth keyboard connection issue fixed

First, make sure the local Bluetooth controller (e.g. a Bluetooth dongle the built in Bluetooth radio) is recognized:

lsusb

lsusb

bluetoothctl

bluetoothctl

[bluetooth]# power on

power on 

[bluetooth]# agent on

agent on

[bluetooth]# pairable on

pairable on

[bluetooth]# scan on

scan on

[bluetooth]# pair 01:02:03:04:05:06

pair 01:02:03:04:05:06

[bluetooth]# trust 01:02:03:04:05:06

trust 01:02:03:04:05:06

[bluetooth]# connect 01:02:03:04:05:06

connect 01:02:03:04:05:06

[bluetooth]# quit

quit

details: https://wiki.archlinux.org/title/bluetooth_keyboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment