![]() |
Re: how to get bluetooth pc105 keyboards to work with N900
1 Attachment(s)
ok here goes. By the way, i havent had the keyboard working at all.
Hopefully i have managed to attach the file correctly. |
Re: how to get bluetooth pc105 keyboards to work with N900
1 Attachment(s)
Quote:
Best regards, Jan |
Re: how to get bluetooth pc105 keyboards to work with N900
1 Attachment(s)
Quote:
|
Re: how to get bluetooth pc105 keyboards to work with N900
What component of the system is exactly responsible for handling HID devices in maemo? Under generic linux, I use hidd --connect <mac_address> to connect a bluetooth keyboard (and after that, I can see the connection using hcitool con), but there is no hidd in maemo, so I wonder what replaces hidd (if anything) there?
|
Re: how to get bluetooth pc105 keyboards to work with N900
BlueZ 4 uses only one daemon - bluetoothd controlled via D-Bus.
|
Re: how to get bluetooth pc105 keyboards to work with N900
Actually, I was just editing my original message with the fact that I have been looking around and found that hidd is actually deprecated in favor of input service through dbus, which is probably how it works in maemo.
Since I am not very familiar with dbus, can anyone explain how exactly does it work and what command is used to actually activate the input service and connect HID device (keyboard)? I have read through this link: http://wiki.bluez.org/wiki/HOWTO/InputDevices , but I'm quite lost when it comes to Dbus :-) |
Re: how to get bluetooth pc105 keyboards to work with N900
http://wiki.bluez.org/wiki/Input#InputAPI + http://linux.die.net/man/1/dbus-send
You should be able to figure out the exact command. :) (I have no device at the moment to try to find it.) |
Re: how to get bluetooth pc105 keyboards to work with N900
Thanks, I'll try to figure out :-)
|
Re: how to get bluetooth pc105 keyboards to work with N900
True, hidd is deprecated, but you do have hcitool at your disposal.
Typically, you would do something like this first: Code:
Nokia-N900-51-1:~# hcitool scan Code:
Nokia-N900-51-1:~# hcitool cc 00:1D:4F:A7:71:46 Code:
Nokia-N900-51-1:~# hcitool con Code:
Connections: Code:
Nokia-N900-51-1:/home/user# hcidump -B -w hci-trace.log Code:
Nokia-N900-51-1:/home/user# hcidump -r hci-trace.log Code:
> HCI Event: Connect Complete (0x03) plen 11 Code:
< HCI Command: Disconnect (0x01|0x0006) plen 3 PS: To run hci-dump you will have to install the bluez-hcidump debian package, as per the instructions http://80.248.164.233/Bugs:Stock_ans...n_Fremantle.29 Ulysses |
Re: how to get bluetooth pc105 keyboards to work with N900
Quote:
When I check which packages are available, I see libbluetooth3, but if I try apt-get install libbluetooth3, it says it needs libbluetooth2 as well so I'm stuck here... |
All times are GMT. The time now is 13:15. |
vBulletin® Version 3.8.8