Site menu:

Recent Posts

RSS Slashdot Linux

Site search

welcome to mgalug.org

We are working on restoring the site to its former glory. Due to a major hardware failure, we are doing a complete refresh of the site.

 

August 2008
M T W T F S S
     
 123
45678910
11121314151617
18192021222324
25262728293031

Tags

Meta

Archives

Bluetooth

Bluetooth is a wonderful technology when it works. I have used a laptop with built-in Bluetooth support for over 2 years. What I do mainly with my bluetooth is use a small IOgear bluetooth mouse. This makes things so simple with zero dongles for connection. Nothing to break your USB ports or get in the way, plus you have the ports free for other things like a light or USB flash stick.

My old favorite Linux distro is SuSE. Yeah, that fine product from evil Novell (only evil because of Microsoft deal). I liked SuSE because it just worked for lots of hardware and configuration was all integrated into the YaST control center. That said, SuSE was and is (as of this posting) very painful to update due to cumbersome YaST or smart package manager. The biggest reason I left SuSE is the lack of updated packages. I need the latest, greatest to keep on top of the Linux hill.

Ubuntu on the otherhand, is now my favorite and will remain so now that I’ve found the solution to the bluetooth mouse connection. I can simply flip the small switch on the mouse and it is recognized. This is true between boots and (hopefully) hibernate/suspend actions.

I looked high and low thru the torrent of Google’s results on bluetooth. I found lots of references to howtos on Ubuntu, Debian, SuSE, Slackware, etc… You name it, people have had issues just like mine. I loved the way bluetooth worked in suse. Type “hidd –search” as root one (1) time and it was recognized. So nice.

This solution is simple enough to cause not one ounce of pain, and like most all Linux solutions no reboot is required.

Solution:
Open a terminal (konsole, gnome-terminal, etc.)
Ensure Bluetooth is turned on or your bluetooth dongle is connected.
Type "hidd --search"
Write down the ID of your mouse (similar to AA:BB:CC:DD:FF:GG)
Press the “connect” button on your mouse.
Type -
"sudo nano /etc/default/bluetooth"
Enter your password (if you are super user (aka root)
Find the following line.
HIDD_ENABLED=1

Make sure there are lines like the following for your device.
HIDD_OPTIONS="--server --search"
HIDD_OPTIONS="--connect AA:BB:CC:DD:FF:GG --server"

where the “AA:BB:CC:DD:FF:GG” is the device ID you copied down on paper (or elsewhere).

Add any other devices you need (like another mouse).

Save the file.

Restart bluetooth services with:
/etc/init.d/bluetooth restart

That should do it….
Now press the connect button on the mouse. You should be able to use it just as you’d expect.

nomasteryoda

Write a comment

You need to login to post comments!