ID #1264

Kubuntu Maverick Meerkat and bluedevil: device with NULL PIN (e.g. bluetooth mouse without PIN) won't pair

In MM's version of bluedevil there is no possibility to pair bluetooth device without pin. You need to compile latest GIT version of bluedevil, which adds option "No pair" and allows to succesfully pair such device.
sudo apt-get install git cmake-qt-gui libbluedevil-dev
cd /usr/src
sudo git clone http://git.gitorious.org/bluedevil/bluedevil.git
cmake-gui
In cmake gui choose Where is the source code (/usr/src/bluedevil) and Where to build the binaries (~/bluedevil).
Press [Configure], leave default options, then [Finish]
Press [Configure] again and then [Generate] to generate Makefiles, close program
cd ~/bluedevil
make
sudo make install
Done! :-)

Značky: -

Související záznamy:

Můžete přidat komentář k odpovědi