I've seen a couple of questions relating to users wanting to use their Logitech MX Anywhere 2 Bluetooth mouse with Ubuntu. I am in the same boat. I eagerly awaited the release of Ubuntu 15.10 because there had been some advice that our mouse would be supported in this release. Unfortunately I can't find that it is. Perhaps I'm doing something wrong -- any suggestions? Perhaps it's coming later? If that's the case, which release are we looking to now.
Thanks very much, Dave
sudo apt-get install blueman
, (Blueman Bluetooth interface) an app that manages bluetooth and try with it or try using terminal. – Oct 26 '15 at 22:00bluetoothctl
in to the terminal where you'll get an interface to interact with Bluetooth devices. Typehelp
to get a list of commands and what they do. The command that you'll want to use first for pairing the MX Anywhere 2 is thescan
command. If you typescan on
, your computer will start searching for Bluetooth devices. – Oct 26 '15 at 22:05[NEW] Device XX:XX:XX:XX:XX:XX MX Anywhere 2 (The name may not be accurate)
The "XX:XX:XX:XX:XX:XX" string is the MAC address of your MX Anywhere 2. To pair it and connect it, type:pair XX:XX:XX:XX:XX:XX
connect XX:XX:XX:XX:XX:XX
Make sure to change all the "XX:XX:XX:XX:XX:XX" to the MAC address you got when scanning. – Oct 26 '15 at 22:07https://getfedora.org/en/workstation/
. Create installation USB using Startup Disk Creator app or write it on CD in Ubuntu and choose to install alongside or delete Ubuntu. I've seen posts of other people using Logitech MX Anywhere 2 and it's working for them on Fedora. It's on you to try it out. – Oct 29 '15 at 11:37