Getting Microsoft Bluetooth Mouse working with Ubuntu 8.10
>> Wednesday, September 03, 2008
Got a Microsoft Bluetooth mouse as a gift and didn't have time to set it up on my Ubuntu box. This is how I finally got it working.
(Pre-Conditions : Your bluetooth adapter/dongle should be working)
1. Fire up a terminal and type
hcitool scan
You should see something like
Scanning ...
00:1D:D8:92:59:F6 Microsoft Bluetooth Notebook Mouse 5000
Copy the hardware address found above.
2. Go and edit hcid.conf
sudo gedit /etc/bluetooth/hcid.conf
And put following at the end of that conf file.
device HardwareAddressHere {
name “Microsoft Bluetooth Notebook Mouse 5000”;
}
3. Restart the bluetooth system with the config file.
sudo /etc/init.d/bluetooth restart
You should see some thing like
* Restarting bluetooth [ OK ]
4. Now you need to pair the devices with the computer. Typesudo hidd --search
You should see something like
Searching ...
Connecting to device 00:1D:D8:92:59:F6
Done. Your mouse should be working now.
This was adapted from this post to suit my requirement.
19 comments:
tks a lot. that's my device. Worked like a breeze. Beautiful! Linux everyone!
You're awesome! Worked like a charm with my Presenter 8000 MS mouse, no dongle.
Wow, this post was very helpful.
I got my Microsoft 5000 bluetooth mouse to work on Ubuntu thanks to this tutorial.
Thanks heaps.
Thanks a lot! It worked!
Thanks for the info, very helpful.
With my 8.10 installation, it seems the 'HIDD_ENABLED' inside file /etc/default/bluetooth has to be set to '1' to make sure my mouse gets reconnected after a while of no movement.
Works like a charm.
Thanks for providing this info - probably saved me some hours of searching and reading :-)
I also needed to add what Peng stated.
Thanks a lot for this...
I have been fighting with my mythtv box because for a strange reason, I always got a really poor range using regular wireless mouse/keyboards.
Today I went to the supermarket and bought the Microsoft BT mouse.
Thanks to your nice post, I got it up and working within 10 minutes.
This solved my problem as the range is much better in my case.
Thanks a thousand times !!!
Pierre
Hi, the mouse works fine, thanks....But the scroll does not work! Any of you had this problem?
thanks a lot... got it working on ubuntu 8.10 , especially since the bluetooth system has moved on.
for pairing, you needn't use hidd (for it may not be present), just click on the bluetooth icon in the tob bar, and select setup a new device.
i didnt have to all of that... mouse started working as soon as I turned it on.
The scroll on the mouse doesn;t work at all!
This is all crap!
Had to install hidd (bluez-compat) and then everything worked as a charm with my Logitech bt mouse. Thanks!
2. Go and edit hcid.conf
sudo gedit /etc/bluetooth/hcid.conf
And put following at the end of that conf file.
device HardwareAddressHere {
name “Microsoft Bluetooth Notebook Mouse 5000”;
}
-------------------------
I'm a newbie with Linux, and I'm wondering if I got the syntax wrong on the above edit to the hcid.conf file. My MS Bluetooth 5000 mouse still won't work after bringing the system back from suspend. Do I simply insert my hardware address into the above statement then cut and paste the whole thing into the file? Thanks.
Hi,
Thanks a lot, worked like a charm.
Cheers,
Rafael Rosa Fu
www.rafaelrosafu.com
www.rubyinside.com.br
I had to change security from user to auto in order to reconnection at startup/resume works.
So change at /etc/bluetooth/hcid.conf
# Security Manager mode
# none - Security manager disabled
# auto - Use local PIN for incoming connections
# user - Always ask user for a PIN
#
security auto;
Instead of sudo hidd --seacrh, I cleaned all devices, reboot and added mouse again. After that everything works!
Kudos,
My mouse works now with Ubuntu 9.04 / 64-bit
After installing bluez-compat from another forum I found, this fix worked perfectly on my HP Mini 1000 with Ubuntu 9.04 netbook edition. Thanks very much!!!!
Thank you very much I had a good understanding on how this works
thanks for the guide but i have a problem...
when i type sudo hidd --search
it says that the command doesn`t exist...what could be the problem?
thanks a lot for the help,
never mind i fixed it now it works thanks a lot for the help :)
Post a Comment