|
2010-08-07
, 00:24
|
Posts: 12 |
Thanked: 1 time |
Joined on Apr 2010
@ Santa Rosa
|
#312
|
|
2010-08-08
, 18:41
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#313
|
|
2010-08-08
, 19:00
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#314
|
I was at the final stage where you run setxkbmap and got the following errors.
|
2010-08-13
, 14:20
|
Posts: 473 |
Thanked: 141 times |
Joined on Jan 2009
@ Virginia, USA
|
#315
|
dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.DefaultAdapter
Mine came up with /org/bluez/916/hci0. So far, so good.
4. Enter this command: hcitool scan (be sure that your bluetooth keyboard did not fall into sleep mode in the meantime and that it's still sending out information about its presence - usually indicated by blinking blue light)
After some time, you should be able to see the MAC address of your keyboard (if you don't have 10 other people having the same bluetooth keyboard in a close distance to you, you should be able to identify yours by the name)
5. Send this command:BUT you need to replace /org/bluez/11984/hci0 by whatever response you got in step 2 (actually the number should be only thing that will be different) and replace 00_07_61_75_xx_xx by the mac address of your keyboard from step 4 (replacing all colons by underscores)Code:dbus-send --system --print-reply --dest=org.bluez /org/bluez/11984/hci0/dev_00_07_61_75_xx_xx org.bluez.Input.Connect
# dbus-send --system --print-reply --dest=org.bluez /org/bluez/11984/hci0/dev_00_0F_6F_00_9B_DA org.bluez.Input.Connect
Error org.freedesktop.DBus.Error.UnknownMethod: Method "Connect" with signature "" on interface "org.bluez.Input" doesn't exist
|
2010-08-13
, 15:59
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#316
|
So I enter (as root):Code:# dbus-send --system --print-reply --dest=org.bluez /org/bluez/11984/hci0/dev_00_0F_6F_00_9B_DA org.bluez.Input.Connect
dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.DefaultAdapter
|
2010-08-13
, 17:57
|
Posts: 473 |
Thanked: 141 times |
Joined on Jan 2009
@ Virginia, USA
|
#317
|
The bit highlighted in red is most likely different for your case, you should use whatever is returned by:
Code:dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.DefaultAdapter
# dbus-send --system --print-reply --dest=org.bluez /org/bluez/916/hci0/dev_00_0F_6F_00_9B_DA org.bluez.Input.Connect
|
2010-08-20
, 19:37
|
Posts: 6 |
Thanked: 2 times |
Joined on Jan 2010
|
#318
|
$ hildon-im-xkbtool --list ID 0, Name: "Virtual core pointer" ID 1, Name: "Virtual core keyboard" ID 2, Name: "TSC2005 touchscreen" ID 3, Name: "omap_twl4030keypad" ID 4, Name: "Logitech Cordless MediaBoard Pro(TM)"
$ setxkbmap -device 4 -I -I/usr/share/X11/xkb-chinook -rules base -model pc105 -layout de -v 10 Setting verbose level to 10 locale is C Warning! Multiple definitions of rules file Using command line, ignoring X server Warning! Multiple definitions of keyboard model Using command line, ignoring X server Warning! Multiple definitions of keyboard layout Using command line, ignoring X server Applied rules from base: model: pc105 layout: de Trying to build keymap using the following components: keycodes: evdev+aliases(qwertz) types: complete compat: complete symbols: pc+de geometry: pc(pc105) Error loading new keyboard description
|
2010-08-22
, 14:33
|
Posts: 49 |
Thanked: 23 times |
Joined on Oct 2009
@ Oulu, Finland
|
#319
|
The Following 2 Users Say Thank You to jakoleh For This Useful Post: | ||
|
2010-08-24
, 13:21
|
Posts: 29 |
Thanked: 27 times |
Joined on Jun 2007
@ south germany
|
#320
|
what happens to the danish characters ø å and æ, which are on the up and left arrows?
Where do they end up?
on the su-8w I get left when I push left arrow and up when I push left arrow, instead of expected nordic characters.
Last edited by olighak; 2010-07-29 at 22:37.