Logitech MX5000 Bluetooth Keyboard and Mouse on Ubuntu 6.10 Edgy
I am writing this while it is still fresh in my mind. After running Ubuntu 6.10 Edgy Eft for a few months now and having to reconnect my USB dongle for my Bluetooth wireless keyboard every time I started it up, I finally got annoyed enough to try and fix it.
I installed Edgy right when it came out and right away realized my keyboard and mouse were not working. I went back to a wired one so that I could do some reading on the issue on ubuntuforums.org. Right away I discovered that others were having the same issue, but there wasn’t much feedback, so I just let it be. The most I could find was the peripherals would work again if you unplugged and plugged back in the USB adapter. This was all 2 or 3 months ago.
Tonight I went back on ubuntuforums.org to find quite a bit of replies and a lot of new posts around Bluetooth and Edgy. Most had to do with mice not being recognized by built-in Bluetooth receivers. However, this wasn’t my issue. My issue was specifically with the Logitech MX5000 desktop including the MX1000 mouse. Digging a bit more I found the official bug report and in there I found some help.
First off I found that if you remove all of the bluez packages in most cases the bluetooth mouse/keyboard will start working again. This was the case for me. I did a quick
sudo apt-get remove bluez-cups bluez-pcmcia-support bluez-pin bluez-utils
then rebooted and to my surprise my mouse worked without having to touch the dongle. Just to make double-sure I did a complete shutdown and power on, and again it worked.
Don’t get too excited though… this is really only a workaround. If you use any other Bluetooth devices (phone, headset, camera, etc), removing the bluez packages will mean you will no longer be able to connect these devices. However, that didn’t matter in my situation because I don’t have any of those.
From the bug report I also found that this seems to be a bug at the kernel level with bluez and it should be fixed when Ubuntu goes to kernel 2.6.19. The only thing I’m not sure about is this post:
The kernel patch applies to all platforms (it changes arch-independent sources).
But the bug doesn’t occur on the other platforms:
- x86 is 32bit userspace on a 32bit kernel
- amd64 is 64bit userspace on a 64bit kernel.The bug only appears when a 32bit userspace is used on a 64bit kernel – this is the powerpc64 platform.
So the kernel patch applies to all platforms, but it only fixes breakage specific for powerpc64.
So this may mean that the bug is only fixed on the powerpc platform. I guess I’ll have to wait and see.
Here is the link to Bug #32415: Bluetooth Mouse and Keyboard Broken in Dapper/Edgy/Feisty encase anyone is interested in reading up on it. Oh come on… I know you are excited.

![[REC]](/img/movie-covers/movie-1.png)







January 28th, 2007 at 2:49 pm
thanks .. thanks a lot for this blog entry, i googled a couple of weeks for a solution to solve the “mx5000 at 6.10 edgy” problem..
5 minutes ago, i found this simple apt-get remove line .. and it works .. jesus .. it works…
greetings from wuerzburg / germany
ralf
February 4th, 2007 at 8:18 pm
Have been using this keyboard for 10 days now and when playing music through itunes or media player the music is changing pitch goes slow then back to normal has only happened since install of this unit has anyone got a fix for this one
February 15th, 2007 at 12:53 am
Thanks for the info. Do you have the extra keyboard buttons working? (like Email, or volume slider).
For me they stopped working right after I’ve added the evdev mouse device to the xorg.conf.
March 12th, 2007 at 6:05 am
Ralf > I was in the same boat as you! It took me ages to find this fix, and I had to dig through about a dozen bug reports to find it. It was buried. Hopefully they will have this fixed in 7.4.
Dmitry > I don’t usually use the extra keys on the keyboard, only the mouse. I could try them out when I get home tonight though.
November 19th, 2007 at 5:12 pm
Aw man, this post so rocks! It fixed the problem for me, and I hadn’t been able to find a solution elsewhere. Thank you!!!!
In case other Linux newbies (like me!) are reading this, be warned that after I followed the directions, it wouldn’t boot into GDM anymore… happily I had a backup copy of /etc/X11/xorg.conf (from trying to fix something else), and restoring that via the command line fixed it. But I don’t know what I would have done if it hadn’t, because I didn’t know it would change anything in xorg.conf.
But hooray, it works!