Comment 2 for bug 268383

Revision history for this message
Günther Köckerandl (gkoe-deactivatedaccount) wrote :

Error: "org.freedesktop.DBus.Error.UnknownMethod: Method "CreateDevice" with signature "s" on interface "org.bluez.input.Manager" doesn't exist"
probably means that you haven't installed the bluez-input package.

This has fixed it for me:
quit kbluetooth4
sudo apt-get install bluez-input
sudo invoke-rc.d bluetooth restart
start kbluetooth4 and try adding you mouse

kdebluetooth and gnome-bluetooth should both depend on bluez-input, or at least detect whether it is installed and -- if necessary -- at least prompt the user to install it manually.