Created
June 13, 2018 00:18
-
-
Save lclibardi/395b81bb4e636f54038351e7591d11f3 to your computer and use it in GitHub Desktop.
Bash commands to manually connect your Anywhere MX Mouse to Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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