Connecting Microsoft Surface Precision Mouse
Sebastian Wright
I am having some issues getting my Microsoft Surface Precision mouse to work under Ubuntu 18.04. I am trying this on a fresh install and I am using a Bluetooth Low-Energy module since my computer doesn't offer native Bluetooth. I have been able to connect and use another generic Bluetooth mouse.
My issue is that it appears to connect:
However, when I click, it states that its connected, but not paired:
How can I get my mouse to work?
1 Answer
- Install these two packages (possible already installed):
sudo apt-get install bluez blueman - Open with supersu:
sudo nano /etc/bluetooth/main.conf - Uncomment in line 67 uncomment
[Policy]and uncomment in line 89[AutoEnable=false]and change it to[AutoEnable=true] - Open with supersu:
sudo nano /lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rulesand uncomment the whole line (it's only one) - Save all up and restart the system
- When you logged in click on the blueman bluethooth menu (thats new)
- Click:
Local Services -> Pan Support -> at the bottom of the window, choose blueman (dhclient) -> Apply - Hold the button on the bottom of the mouse until the blue light blinks on and off, and wait to get into pairing mode. Once paired, you’ll see it in Devices.
- Highlight it and right-click the device entry for Designer Mouse and choose Trust
Note: if the mouse speed is too fast, change it in the mouse settings!
2