←  [DE] Benutzerunterstützung

Forums

»

Eingabe von Zahlen oder Buchstaben unmöglich

manyone's Photo manyone 21 Sep 2011

seit gestern oder vorgestern prellen die Tasten bei der Eingabe von Zahlen und Buchstaben in allen Menüs wo man etwas eingeben kann. Also Netzwerk oder auch Timer.
wenn man z.B. als Name eines neuen Timers "abcz" (Eingabe 2349999) erhällt man a2d3g4w9w9w9w9
Diesen Zustand habe ich bewusst wahrgenommen, nachdem ich ein upgrade meiner Pakete gemacht habe.

Das Umschalten der Kanäle oder die Navigation in den Menüs funktioniert hingegen. Es kann also kein generelles Problem der Fernbedienung sein. Ich habe übrigens nicht die Original RC sondern eine Logitech Harmony One

Ist da schon etwas bekannt ?
Quote

Kosh's Photo Kosh 21 Sep 2011

Versuche es mal mit die originale FB, functioniert dass? Dan liegt da ein fehler in der (programmierung der) universal FB vor.
Quote

manyone's Photo manyone 21 Sep 2011

Ja, mit der Original RC ist es das gleiche.
Wäre auch sonst sehr seltsam, weil es genau mit einem Softwareupdate zusammen fällt.
Quote

Kosh's Photo Kosh 21 Sep 2011

Hmm, da weiss ich leider auch nicht wass da fehlt.
Kannst du in die logging sehen wass da falsch gemacht wird?

Via console/ssh:

Stop mal enigma2:
init4

Und startte mal wieder neu:
enigma2 > /verzeichnis/enigma2.log 2>&1

Drukke die tasten auf der FB.

Dan stop/start enigma wieder.
init4
enigma2

Poste das log mal hier, dann können wir hoffentlich sehen was loss ist.
Quote

MiLo's Photo MiLo 21 Sep 2011

Pressing 1-2-3-4 on the ET9000 into a text field (network share name) yields this in the logging:
action ->  SetupActions 1
unknown action SetupActions/1! typo in keymap?
action ->  InputAsciiActions gotAsciiCode
action ->  SetupActions 2
unknown action SetupActions/2! typo in keymap?
action ->  InputAsciiActions gotAsciiCode
action ->  SetupActions 3
unknown action SetupActions/3! typo in keymap?
action ->  InputAsciiActions gotAsciiCode
action ->  SetupActions 4

On a VU+uno, the logging is different:
action ->  SetupActions 1
unknown action SetupActions/1! typo in keymap?
action ->  SetupActions 2
unknown action SetupActions/2! typo in keymap?
action ->  SetupActions 3
unknown action SetupActions/3! typo in keymap?
action ->  SetupActions 4
unknown action SetupActions/4! typo in keymap?
Quote

MiLo's Photo MiLo 21 Sep 2011

A workaround is to open:

/usr/share/enigma2/keymap.xml

and then make the section <map context="InputAsciiActions"> empty (6 lines). Restart enigma2, and then RC text input works again.
Quote

manyone's Photo manyone 21 Sep 2011

SO, hat etwas gedauert, aber hier ist das, was passiert wenn ich die Tasten drücke.
key_red_choice: 0
action -> ShortcutActions green
[TIMER] record time changed, start prepare is now: Wed Sep 21 18:54:40 2011
[EPGC] 2007224 bytes for cache used
action -> SetupActions 2
unknown action SetupActions/2! typo in keymap?
action -> InputAsciiActions gotAsciiCode
action -> SetupActions 3
unknown action SetupActions/3! typo in keymap?
action -> InputAsciiActions gotAsciiCode
action -> SetupActions 4
unknown action SetupActions/4! typo in keymap?
action -> InputAsciiActions gotAsciiCode
action -> SetupActions 9
unknown action SetupActions/9! typo in keymap?
action -> InputAsciiActions gotAsciiCode
action -> SetupActions 9
unknown action SetupActions/9! typo in keymap?
action -> InputAsciiActions gotAsciiCode
action -> SetupActions 9
unknown action SetupActions/9! typo in keymap?
action -> InputAsciiActions gotAsciiCode
action -> SetupActions 9
unknown action SetupActions/9! typo in keymap?
action -> InputAsciiActions gotAsciiCode
It's now Wed Sep 21 19:47:53 2011
Quote

manyone's Photo manyone 21 Sep 2011

Danke Milo, funktioniert. Aber welche Funktionseinschränkung hat man sich damit jetzt eingefangen ?
Quote