Hi, i'm trying to set up a simple bluetooth keyboard, but somehow it won't work :-)
This is my setup: Systemd + GDM + Fluxbox (this is the easiest way for me to use gnome-stuff like gnome-keyring-daemon, ... In the background my fluxbox is also running a gnome-settings-daemon) hcitool dev successfully detects my bluetooth device. According to [1] I tried to set up my keyboard using the command line. But actually simple-agent doesn't seem to be available in bluez 5.x. So I tried to use blueman-applet. This is a snippet of the output of blueman-applet: Function on_manager_state_changed on RecentConns Failed Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/blueman/main/PluginManager.py", line 220, in Run ret = getattr(inst, function)(*args, **kwargs) File "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/RecentConns.py", line 195, in on_manager_state_changed adapters = self.Applet.Manager.ListAdapters() File "/usr/lib64/python2.7/site-packages/blueman/bluez/utils.py", line 28, in warp raise errors.parse_dbus_error(exception) DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "ListAdapters" with signature "" on interface "org.bluez.Manager" doesn't exist It seems to me that this is a dbus problem or something like that, but I don't know what I am doing wrong. I started "systemctl start bluetooth" and my user is in the group plugdev. Any suggestions? [1] http://wiki.gentoo.org/wiki/Bluetooth Regards Ralf