RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Kodi keyboard issue

    Scheduled Pinned Locked Moved Help and Support
    kodikeyboardissues
    13 Posts 6 Posters 4.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I
      i3lade4life
      last edited by

      Hi all. I am a complete newbie to both Pi & retropie. I have installed retropie 4.1 along with a couple of emulators and kodi. I am using a wired keyboard and wired 360 controller both work fine. The problem is when I load kodi my wired pad does not work at all and my keyboard does not respond properly. The keyboard will only move to the video add ons or the standby button. Not sure what I am doing wrong with this so any advice would be appreciated

      1 Reply Last reply Reply Quote 0
      • ShakzS
        Shakz
        last edited by Shakz

        My 8bitdo controller does the same thing. Disconnecting the 360 controller should sort the issue. Or disconnect the keyboard and try using your TV remote. A lot of times the TV remote will actually control Kodi. Tested on my Samsung, Sony, and Vizo tvs. All three work with the TV remote. Actually you may not need to disconnect anything. See if your TV remote works.....

        RetroPie tips, tricks, and tweaks: https://www.youtube.com/eazyhax

        herb_fargusH 1 Reply Last reply Reply Quote 0
        • herb_fargusH
          herb_fargus administrators @Shakz
          last edited by

          @Shakz Kodi 17 fixes this issue. There is an experimental build posted on the forum that you can install manually or you can just wait til Kodi 17 stable is released

          If you read the documentation it will answer 99% of your questions: https://retropie.org.uk/docs/

          Also if you want a solution to your problems read this first: https://retropie.org.uk/forum/topic/3/read-this-first

          1 Reply Last reply Reply Quote 1
          • I
            i3lade4life
            last edited by

            Thankyou for your help guys. Removing the gamepad worked for me. Many thanks

            1 Reply Last reply Reply Quote 0
            • 4
              440corbon
              last edited by

              Are there any other workarounds besides removing a controller or installing the beta? I really would prefer to keep things stable and not have to plug and unplug my xbox reciever out for kodi use. Kodi is used more than games.

              RascasR 1 Reply Last reply Reply Quote 0
              • RascasR
                Rascas @440corbon
                last edited by

                @440corbon You can disable joystick support in Kodi -> System -> Settings -> System -> Input Devices

                J 1 Reply Last reply Reply Quote 0
                • J
                  jmhannz @Rascas
                  last edited by

                  @Rascas @i3lade4life I am having this issue as well and cannot find a way to delete controller support for Kodi. My mappings directory was empty when I checked in Raspbian. Inside of Kodi under input devices I can edit my Wireless controller or CEC but no option to disable....... I am using the latest Retropie. My issue is when in Kodi when I try and type it just pulls up my exit/reboot menu..... instead of using my keyboard... Anyone find a good way to fix this?...

                  1 Reply Last reply Reply Quote 0
                  • RascasR
                    Rascas
                    last edited by

                    The above were for Kodi 16 only. To disable joystick support in Kodi 17, just disable the peripheral.joystick addon.

                    What is your joystick exact model ? Only a very few aren't supported now. If you can confirm that it really is a joystick problem, you can open an issue here, providing the logs and explaining what happens:
                    https://github.com/xbmc/peripheral.joystick/issues

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      jmhannz @Rascas
                      last edited by

                      @Rascas I can't find the place to disable it, I do not see it. My joystick works fine its Ps4 via bluetooth. However when I go into Kodi I turn off my controller or leave it on, and I try and use my wireless K400+ keyboard and it works getting in menus but once I type, nothing. The touchpad also works and clicks work, but I cannot type. When I begin typing it brings up the exit menu...

                      RascasR 1 Reply Last reply Reply Quote 0
                      • RascasR
                        Rascas @jmhannz
                        last edited by

                        @jmhannz That doesn't seem like a joystick problem, but a permissions problem.
                        Try this in terminal and reboot:

                        sudo tee -a /etc/udev/rules.d/998-fix-input.rules <<_EOF_
                        # input
                        KERNEL=="mouse*|mice|event*",   MODE="0660", GROUP="input"
                        KERNEL=="ts[0-9]*|uinput",      MODE="0660", GROUP="input"
                        KERNEL=="js[0-9]*",             MODE="0660", GROUP="input"
                        
                        # tty
                        SUBSYSTEM=="tty", KERNEL=="tty[0-9]*", GROUP="tty", MODE="0666"
                        _EOF_
                        
                        J 1 Reply Last reply Reply Quote 0
                        • J
                          jmhannz @Rascas
                          last edited by

                          @Rascas to be clear which part am i going to try... copying/pasting into terminal?, line by line? i see above someone had the same issue as myself where when typing in kodi nothing would happen but it would launch the exit menu... and got around it but thats no longer an option for me?... i don't mind having zero controller support inside kodi as i find it pointless when i have a k400+ however i would need controller support when using retropie. also if i was to reboot it fixes itself 99% of the time regardless, as long as i dont turn on my controller...... and just use my k400+...

                          RascasR 1 Reply Last reply Reply Quote 0
                          • RascasR
                            Rascas @jmhannz
                            last edited by Rascas

                            @jmhannz Yes, copy/paste everything to a terminal, plus enter in the end.

                            The OPs post, from what you said is different from yours, and it was in Kodi 16, which didn't have official joystick support. Kodi 17 has, and PS4 joysticks are confirmed to be working. Also RetroPie and Kodi joystick support are independent.

                            J 1 Reply Last reply Reply Quote 0
                            • J
                              jmhannz @Rascas
                              last edited by

                              @Rascas This seems to have worked! Thank you. If it stops I'll let you know.

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post

                              Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                              Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.