Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Solved Xin-Mo Dual Arcade lässt sich nicht komplett konfigurieren

    Controller/GPIO/USB
    xin-mo dual arcade lässt sich
    4
    30
    9527
    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.
    • Substring
      Substring @h.hansi122 last edited by

      @h.hansi122 Hi

      Would you mind translating it to english ? I'm not sure anyone will help you in german with a xarcade 😉

      Former dev - Please reply with @substring so that i am notified when you answer me
      Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

      1 Reply Last reply Reply Quote 0
      • h.hansi122
        h.hansi122 last edited by

        @Substring
        Of course. Sorry, I thought I wrote it on the German forum.
        I just finished my bartop-arcade project- everything is working fine so far. However i wanted to install the controls and following problem came up: the directions up, down, left and right as well as buttons A,B,XY work without any problems. Even the start button is fine and they all function in the games (SNES). After pressing the select button though, nothing works. I can't set it up or use the L1, R1 or the hotkey.

        There are 1 joystick, 6 buttons, 1 start key and 1 select key per Player (2) and 1 hotkey in total. I've connected everything as said in this instruction manual.

        I've searched the internet far and wide but haven't found the solution.
        Maybe i'm lucky in this forum and someone here can help me!

        Many thanks!

        Substring 1 Reply Last reply Reply Quote 0
        • Substring
          Substring @h.hansi122 last edited by

          @h.hansi122 i read xarcade instead of xinmo haha

          so, which xinmo do you have ? the 18 pins or the 20 pins one ?

          Former dev - Please reply with @substring so that i am notified when you answer me
          Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

          1 Reply Last reply Reply Quote 0
          • h.hansi122
            h.hansi122 last edited by

            @Substring
            the 18 pin version

            Substring 1 Reply Last reply Reply Quote 0
            • Substring
              Substring @h.hansi122 last edited by

              @h.hansi122 ok. So all buttons work until you press select ?

              Former dev - Please reply with @substring so that i am notified when you answer me
              Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

              1 Reply Last reply Reply Quote 0
              • h.hansi122
                h.hansi122 last edited by

                @Substring
                When I try to configure the controls within the Emulationstation menu, I can configure the arrow-buttons, abxy and start, but then, when it comes to the select button and the following ones, they are just not recognized. Not on player one, or on player two.
                The outcome is, that i can't use the select button, L1 and R1 aswell as the hotkey.
                When I use a wired Xbox 360 controller, everything works fine.

                Substring 1 Reply Last reply Reply Quote 0
                • Substring
                  Substring @h.hansi122 last edited by

                  @h.hansi122 Are you sure you followed the wiring schematics ? this rather looks like a hardware problem.

                  Other way : can you run evtest and say if it's the same behaviour with your faulty buttons ?

                  Former dev - Please reply with @substring so that i am notified when you answer me
                  Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                  1 Reply Last reply Reply Quote 0
                  • h.hansi122
                    h.hansi122 last edited by

                    I already proofed the wiring two times and couldn't find anything.
                    Unfortunately I'm not home til Sunday to run evtest, but I will do this as soon as I am back.

                    Many thanks in advance!

                    1 Reply Last reply Reply Quote 0
                    • h.hansi122
                      h.hansi122 last edited by

                      @Substring
                      Now I'm back home and firstly detached and reattached all the wiring, again, following the instruction in the link above.
                      Same problem as bevor.

                      I'd like tu run evtest, but unfortunately I couldn't find a useful tutorial, how to do this. I think I have to use Putty or something else, but I don't know the commands I have to use.

                      1 Reply Last reply Reply Quote 0
                      • lackyluuk
                        lackyluuk Translator last edited by

                        @h-hansi122
                        Yes, just use PuTTY. Log in with

                        • username: root
                        • password: recalboxroot

                        Then type cat /proc/bus/input/devices. This shows you a list of all available connected devices.

                        This could look like this:

                         I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
                         N: Name="SynPS/2 Synaptics TouchPad"
                         P: Phys=isa0060/serio2/input0
                         S: Sysfs=/devices/platform/i8042/serio2/input/input8
                         U: Uniq=
                         H: Handlers=mouse2 event8
                         B: EV=b   B: KEY=420 0 70000 0 0 0 0 0 0 0 0
                         B: ABS=11000003 
                        

                        Take note of X in eventX. In this case its event8 (H)

                        Now type the following command:
                        evtest /dev/input/event8
                        (or whatever event your control is)

                        Now you should see an event of every button or axis you press / move in the terminal window.

                        I hope it works like this. It's been a while since I did it the last time. Otherwise just google for evtest 🙂

                        NintendoRS | Nintendo Adapter Box | Cardboard Recalbox

                        1 Reply Last reply Reply Quote 0
                        • h.hansi122
                          h.hansi122 last edited by

                          @lackyluuk
                          It worked. Great.
                          Thank you!

                          This are the mapped buttons:
                          btn_base - Hotkey
                          btn_base3 - select
                          btn_base4 - start
                          btn_Pinkie - L1
                          btn_Top2 - R1
                          btn_Thumb2 - A
                          btn_ Thumb - B
                          btn_Top - X
                          btn_Trigger - Y

                          The Joystick worked as well.

                          This is what I've got.

                          Substring 1 Reply Last reply Reply Quote 0
                          • Substring
                            Substring @h.hansi122 last edited by

                            @h.hansi122 when you ran lackyluuk's very first command, how many xin-mo pads showed up ? I'm wondering if the usb quirks is set up. Looks like yes seeing the number of available buttons ...

                            When you tried evtest, which player inputs did you try ?

                            Former dev - Please reply with @substring so that i am notified when you answer me
                            Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                            1 Reply Last reply Reply Quote 0
                            • h.hansi122
                              h.hansi122 last edited by

                              @Substring
                              2 Xin-mo pads are showed up, event 0 and event 1.

                              I tried with the inputs for player one.

                              Substring 1 Reply Last reply Reply Quote 0
                              • Substring
                                Substring @h.hansi122 last edited by

                                @h.hansi122 which recalbox version are you running ?

                                Former dev - Please reply with @substring so that i am notified when you answer me
                                Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                1 Reply Last reply Reply Quote 0
                                • h.hansi122
                                  h.hansi122 last edited by

                                  @Substring
                                  4.0.1, the newest one.

                                  1 Reply Last reply Reply Quote 0
                                  • lackyluuk
                                    lackyluuk Translator last edited by

                                    @h-hansi122 The latest stable version is 4.0.2 🙂
                                    The current unstable is 4.1

                                    NintendoRS | Nintendo Adapter Box | Cardboard Recalbox

                                    1 Reply Last reply Reply Quote 0
                                    • h.hansi122
                                      h.hansi122 last edited by

                                      @lackyluuk
                                      Your're right, sorry. Checked again, installed version is 4.0.2

                                      Substring 1 Reply Last reply Reply Quote 0
                                      • Substring
                                        Substring @h.hansi122 last edited by

                                        @h.hansi122 xinmo is supposed to work out of the box, you shouldn't even have to reconfigure it O_o

                                        Former dev - Please reply with @substring so that i am notified when you answer me
                                        Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                                        1 Reply Last reply Reply Quote 0
                                        • h.hansi122
                                          h.hansi122 last edited by

                                          @Substring
                                          Well, then the problem might be that i did reconfigure it?
                                          As there seems no solution for the problem, i will try to reinstall Recalbox.

                                          Substring 1 Reply Last reply Reply Quote 0
                                          • Substring
                                            Substring @h.hansi122 last edited by

                                            @h.hansi122 depending how familiar you are with linux, i'd just reommend through putty :

                                            /etc/init.d/S31emulationstation stop
                                            cp /recalbox/share_init/system/. emulationstation/es_input.cfg ~/. emulationstation
                                            /etc/init.d/S31emulationstation start
                                            

                                            I'm not sure if it's es_input.cfg or es_inputs.cfg

                                            Former dev - Please reply with @substring so that i am notified when you answer me
                                            Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

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

                                            Want to support us ?

                                            95
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com