OK, actually, I faced the problem and fixed it too.
It will work with the KDE version of Sabayon.
1.) Log in as root.
2.) Type:
Code:
nano /etc/bluetooth/hcid.conf
And look out for the entry :
Code:
# PIN helper
pin_helper /etc/bluetooth/pin-helper;
3.) replace
Code:
/etc/bluetooth/pin-helper
with
Code:
/usr/lib/kdebluetooth/kbluepin
Thats it. Then pair as usual by issuing:
Code:
#hcitool cc <your mac address>
Code:
#hcitool auth <your mac address>
and use the pin thats stored in the file 'pin' in /etc/bluetooth/
Cheers. I hope that solves things.