Hey everyone!, just need a little help with my bluetooth because I don’t think it’s working. I’m using OpenSUSE 11.2 x64.
kbluetooth is discovering the bluetooth devices just fine
but when I try to pair them up “Headset etc” through Kbluetooth4 it doesn’t, infact it doesn’t ask for a pairing pin at all it just ends up showing me a screen which says
"Summary
Sorry but your Bluetooth Device does not support input
Service."
and just gives me the option to cancel
so nothing ends up paired to my PC.
I ended up going into YaST and I checked the error log, hopefully this will give everyone perspective on whats going on…
Laptop bluetoothd[1881]: Can't load plugin /usr/lib64/bluetooth/plugins/netlink.so: /usr/lib64/bluetooth/plugins/netlink.so: undefined symbol: debug
Laptop bluetoothd[1881]: Parsing /etc/bluetooth/network.conf failed: No such file or directory
Laptop bluetoothd[1881]: Parsing /etc/bluetooth/input.conf failed: No such file or directory
Laptop bluetoothd[1881]: Parsing /etc/bluetooth/audio.conf failed: No such file or directory
Laptop bluetoothd[1881]: Parsing /etc/bluetooth/serial.conf failed: No such file or directory
Laptop kernel: 52.183633] Intel AES-NI instructions are not detected.
Also I have these packages on my system.
bluez
bluez-alsa
bluez-compat
bluez-firmware
kdebluetooth4
libbluetooth3
Hope this helps :shame:…
Thanks for all help in advance!! 
~AtomicMonkey
Just to say I have exactly the the same: OS 11.1 32 bit.
Bluetooth has never really worked for me on KDE4 - it sort of works sometimes (no pairing though) - so I have never really looked into it. Interested in hearing what other people have found, so I’m subbing to this thread.
Solved - had to follow instructions from
Paulo Motta » Bluetooth no openSuSE 11.1 ← translated the text at translate.google.com
Then amended my bluetooth.conf from this
<policy user="root">
<allow own="org.bluez"/>
<allow send_destination="org.bluez"/>
</policy>
to this
<policy user="root">
<allow own="org.bluez"/>
<allow send_destination="org.bluez"/>
<allow send_interface="org.bluez.Agent"/>
</policy>
I was able to pair up my headset just fine, that said I still get warnings in the warn log. Very similar infact. :sarcastic:
Laptop bluetoothd[1914]: Can't load plugin /usr/lib64/bluetooth/plugins/netlink.so: /usr/lib64/bluetooth/plugins/netlink.so: undefined symbol: debug
Jan 19 Laptop bluetoothd[1914]: Parsing /etc/bluetooth/network.conf failed: No such file or directory
Jan 19 Laptop bluetoothd[1914]: Parsing /etc/bluetooth/input.conf failed: No such file or directory
Jan 19 Laptop bluetoothd[1914]: Parsing /etc/bluetooth/audio.conf failed: No such file or directory
Jan 19 Laptop bluetoothd[1914]: Parsing /etc/bluetooth/serial.conf failed: No such file or directory
Bluetooth now however is functioning, I can pair up my devices etc. lol!
Hope this helps somebody out!!
I should check the Wiki more often rotfl!
Correction
<policy user=“root”>
<allow own=“org.bluez”/>
<allow send_destination=“org.bluez”/>
<allow send_interface=“org.bluez.Agent”/>
<allow send_interface=“org.bluez.PasskeyAgent”/>
</policy>
Aha! I’ll try that when I get home & post the result.
Thanks.