Skip to content

Instantly share code, notes, and snippets.

@lclibardi
Created June 13, 2018 00:18
Show Gist options
  • Save lclibardi/395b81bb4e636f54038351e7591d11f3 to your computer and use it in GitHub Desktop.
Save lclibardi/395b81bb4e636f54038351e7591d11f3 to your computer and use it in GitHub Desktop.
Bash commands to manually connect your Anywhere MX Mouse to Ubuntu
# This is how you manually connect your Anywhere MX Mouse to Ubuntu
bluetoothctl
[bluetooth]# power off
[bluetooth]# power on
[bluetooth]# scan on
[bluetooth]# connect XX:XX:XX:XX:XX:XX
[Arc Touch Mouse SE]# trust
[Arc Touch Mouse SE]# connect XX:XX:XX:XX:XX:XX
[Arc Touch Mouse SE]# pair
[Arc Touch Mouse SE]# unblock
[Arc Touch Mouse SE]# power off
[bluetooth]# power on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment