From: Marcel Holtmann <marcel@holtmann.org>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] dbus.DBusException: org.bluez.input.Error.AlreadyExists: Input Already exists
Date: Mon, 14 May 2007 19:07:09 +0200 [thread overview]
Message-ID: <1179162429.13351.63.camel@violet> (raw)
In-Reply-To: <loom.20070513T135336-907@post.gmane.org>
Hi Dick,
> I'm trying the new input service with my Logitech dinovo desktop but I can't get
> it working. I've read http://wiki.bluez.org/wiki/HOWTO/InputDevices and
> manufactured/stolen the following python script:
>
> import dbus
> bus = dbus.SystemBus()
> bmgr = dbus.Interface(bus.get_object('org.bluez', '/org/bluez'),
> 'org.bluez.Manager')
> bus_id = bmgr.ActivateService('input')
>
> # All input messages should be sent to this address
> print bus_id
>
> imgr = dbus.Interface(bus.get_object(bus_id, '/org/bluez/input'),
> 'org.bluez.input.Manager')
>
> # device creation
> #path = imgr.CreateDevice('00:07:61:69:27:XX')
> path = imgr.CreateDevice('00:07:61:68:CA:XX')
> idev = dbus.Interface (bus.get_object(bus_id, path), 'org.bluez.input.Device')
>
> # host initiated connection
> print idev.GetName()
> idev.Connect()
>
> This results in:
>
> :1.30
> Logitech Bluetooth Keyboard
> Traceback (most recent call last):
> File "test.py", line 19, in ?
> idev.Connect()
> File "//usr/lib/python2.4/site-packages/dbus/proxies.py", line 169, in __call__
> reply_message = self._connection.send_message_with_reply_and_block(message,
> timeout)
> dbus.DBusException: org.bluez.input.Error.ConnectionAttemptFailed: Host is down
>
> I've tried some fiddling with the connect button and rm-/insmod-ed hidp (from
> linux-2.6.21).
>
> Could someone please give me some hints?
no need to call Connect(), because HID devices will re-connect to you.
Regards
Marcel
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next prev parent reply other threads:[~2007-05-14 17:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-13 11:59 [Bluez-users] dbus.DBusException: org.bluez.input.Error.AlreadyExists: Input Already exists Dick
2007-05-14 17:07 ` Marcel Holtmann [this message]
2007-05-15 17:12 ` Dick
2007-05-15 17:27 ` Marcel Holtmann
2007-05-15 18:40 ` Dick
2007-05-16 18:03 ` Dick
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1179162429.13351.63.camel@violet \
--to=marcel@holtmann.org \
--cc=bluez-users@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox