Solved Keyboard mapping within kodi is all wrong
#1
The many of keys on the USB keyboard within Kodi are all scrambled.  The arrow keys and ESC seem to be fine, but other keys are not.  When I go to edit the name of the Kodi (services settings>general>device name) and hit the number "3" kodi sees it as the letter "d" ... hitting a 2nd time produces another letter, and so on.  I did find this post, but the distro package adds the needed udev rules.  Thoughts?

Link to debug log: https://gist.github.com/graysky2/03c87d4...79f6b27821
Code:
% id kodi
uid=976(kodi) gid=976(kodi) groups=976(kodi),90(network),98(power),5(tty),995(audio),994(disk),993(input),990(optical),988(storage),986(video)

# cat /etc/udev/rules.d/99-kodi.rules    
SUBSYSTEM=="bcm2708_vcio",GROUP="video",MODE="0660"
SUBSYSTEM=="vc-sm",GROUP="video",MODE="0660"
SUBSYSTEM=="vchiq",GROUP="video",MODE="0660"
SUBSYSTEM=="tty", KERNEL=="tty[0-9]*", GROUP="tty", MODE="0660"

Running Arch ARM (armv7h) on a Raspberry Pi 3 B Plus with kodi 17.6 (distro provided package).

EDIT: Grrr.... the kodi package did not pull down polkit as a dependency so that was the problem.  Installing polkit gives the expected behavior.
Need help programming a Streamzap remote?
Reply
#2
Thread marked solved.
Reply
#3
(2018-04-08, 22:41)Klojum Wrote: Thread marked solved.
 You beat me to it!
Need help programming a Streamzap remote?
Reply

Logout Mark Read Team Forum Stats Members Help
Keyboard mapping within kodi is all wrong0