UBUNTU – Installing your Bluetooth Mouse
I have spent part of this morning installing Ubuntu on an old laptop I have had hiding away. A few weeks ago I was given a Microsoft Bluetooth Mouse and receiver, so I decided to make use of it on my Ubuntu laptop. The laptop picked up the Bluetooth USB stick as soon as I plugged it into a USB port, however no matter how much I tried to pair the mouse to the receiver, i just couldnt connection. After a couple of minutes searching on the net, I found the solution below
Re: Bluetooth mouse
Categories: Ubuntu
Bluetooth, Bluetooth Mouse, Linux, Ubuntu
Thanks-after doing this I just edited /etc/default/bluetooth with gedit and added a line after the HCI junk: and this finds my ms 5000 mouse every boot without having to pair. I’m definitely e newbie at this so I;;m sure this is gross and ungraceful—but it works!! Here is what I added.
sudo hidd –connect XX:XX:XX:XX:XX:XX #<—-your MAC address here
Well Done, thanks for the quick tip.