Hallo,
ich habe ein Openelec System 5.95.4 (Kodi 15.1) mit einer Sundtek SkyTV Ultimate
mediaclient --frontendinfo=/dev/dvb/adapter0/frontend0
LinuxDVB API v5.10
Devicename: Sundtek DVB-S/S2 (IV)
Current Mode: DVB-S/S2
Supported Delivery Systems:
SYS_DVBS2
SYS_DVBS
Ich habe in der Sundtek.conf die IR Komponente eingeschaltet.
Allerdings erkennt Openelec nur einige Tasten der FB und nicht alle.
Meine Frage wäre: Wie kann ich die restlichen Tasten dem Kodi/XWindows bekannt machen?
Was ich sehe ist, dass das ganze über eventlirc gesteuert wird. Und somit die FB als event6 registriert wird.
Ich sehe, dass unter X_Windows, die FB zu einem Keyboard verwandelt wird:
[1944910.894] (II) config/udev: Adding input device Sundtek Ltd. Remote Control (/dev/input/event6)
[1944910.894] (**) Sundtek Ltd. Remote Control: Applying InputClass "evdev keyboard catchall"
[1944910.894] (**) Sundtek Ltd. Remote Control: Applying InputClass "libinput"
[1944910.895] (II) Using input driver 'libinput' for 'Sundtek Ltd. Remote Control'
[1944910.895] (**) Sundtek Ltd. Remote Control: always reports core events
[1944910.895] (**) Option "Device" "/dev/input/event6"
[1944910.895] (II) input device 'Sundtek Ltd. Remote Control', /dev/input/event6 is tagged by udev as: Keyboard
[1944910.895] (II) input device 'Sundtek Ltd. Remote Control', /dev/input/event6 is a keyboard
[1944910.913] (**) Option "config_info" "udev:/sys/devices/virtual/input/input10/event6"
[1944910.913] (II) XINPUT: Adding extended input device "Sundtek Ltd. Remote Control" (type: KEYBOARD, id
[1944910.913] (**) Option "xkb_model" "pc105"
[1944910.913] (**) Option "xkb_layout" "de,de"
[1944910.913] (**) Option "xkb_variant" ","
[1944910.913] (**) Option "xkb_options" "grp:alt_shift_toggle"
[1944910.914] (II) input device 'Sundtek Ltd. Remote Control', /dev/input/event6 is tagged by udev as: Keyboard
[1944910.914] (II) input device 'Sundtek Ltd. Remote Control', /dev/input/event6 is a keyboard
Ich sehe, dass die Taste (z.B. KEY_INFO) am System ankommt, aber in Kodi selbst überhaupt nicht ankommt:
ir-keytable --device /dev/input/event6 -t
Testing events. Please, press CTRL-C to abort.
1440759726.835807: event type EV_KEY(0x01) key_down: KEY_INFO(0x0001)
1440759726.835807: event type EV_SYN(0x00).
1440759726.835869: event type EV_KEY(0x01) key_up: KEY_INFO(0x0001)
1440759726.835869: event type EV_SYN(0x00).
Wie kann ich nun der KEY_INFO Taste Leben als Keyboard Taste unter X einhauchen?
Vielen Dank für Eure Hilfe
Gruß
Michael