This post will guide you through installation of KDE Bluetooth Manager in Fedora Core 5.
Download the latest KDE Bluetooth Manager RPM package from here and install it as root.
[root@localhost ~]$ rpm -ivh kdebluetooth-1.0-0.14.svn20060621.fc5.i386.rpm
Then edit /etc/bluetooth/hcid.conf file and comment out line
dbus_pin_helper;
and then uncomment line
pin_helper /usr/bin/bluepin;
and change the path of pin helper binary such as
pin_helper /usr/lib/kdebluetooth/kbluepin;
Then restart bluetooth service.
[root@localhost ~]$ /etc/init.d/bluetooth restart
That’s it 🙂