View Single Post
Posts: 94 | Thanked: 10 times | Joined on Jan 2010
#162
Originally Posted by pH5 View Post
Just to add another data point, I just paired a Logitech diNovo Edge with a N900 running PR1.1 (flashed, not updated OTA, input enabled in /etc/bluetooth/main.conf) using the GUI. It wouldn't connect from the GUI, but using the bluez D-Bus interface from the command line worked:
Code:
# dbus-send --system --print-reply --dest=org.bluez \
            / org.bluez.Manager.DefaultAdapter

   object path "/org/bluez/11984/hci0"

# dbus-send --system --dest=org.bluez \
            /org/bluez/11984/hci0/dev_00_07_61_75_xx_xx \
            org.bluez.Input.Connect
I've tried these instructions but failed

I did the following:

dbus-send --system --print-reply --dest=org.bluez \
/ org.bluez.Manager.DefaultAdapter

object path "/org/bluez/887/hci0" was returned

# dbus-send --system --dest=org.bluez \
/org/bluez/887/hci0/dev_00_07_61_E6_B2_53 \
org.bluez.Input.Connect

Nothing was returned by the final command and the keyboard didn't pair (it was in pairing mode by pressing the red button on the unit.)

Any ideas where I went wrong?

Ta