Hi,
I updated my exiting installation to opensuse 11.0. I wanna use the aluminium apple wireless keyboard (bluetooth). I’m using a belkin usb bluetooth dongle. System is recognizing the usb-stick (hcitool dev), so everything is fine. If I want to connect with the keyboard I get a system message that it’s connected (kbluetooth). the message log says something different:
hcid[5497]: link_key_request (sba=00:0A:3A:65:91:24, dba=00:1E:52:FB:E4:95) QFile::open: No file name specified
and then nothing happens
here’s my hcid.conf
options{
autoinit yes;
security user;
pairing multi;
}
device{
name "BlueZ %h (%d)";
class 0x10010c;
iscan enable;
pscan enable;
lm accept;
lp rswitch,hold,sniff,park;
}
my mobile phone can connect without a problem…
so it seem to be that pairing doesn’t work because of a missing pin request (what’s about the pin-helper stuff?). I could reproduce the error with another machine running Kubunutu 8.04
Anyone tip to solve the problem?
Thanks in advance.