Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord
    1. Home
    2. Tags
    3. giving
    Log in to post
    • All categories
    • Bryanmist08

      Game Cube keeps giving me this error when loading games!
      Recalbox General • cube keeps giving loading games • • Bryanmist08

      5
      0
      Votes
      5
      Posts
      2455
      Views

      Zing

      @paulska

      not sure how to send private message.

      It is not necessary.
      I recommend that you commented on the open issue:
      https://gitlab.com/recalbox/recalbox/-/issues/1683

    • Djoni_w

      PSX GPIO controller giving random outputs
      GamePad/GPIO/USB encoder • gpio giving random outputs • • Djoni_w

      4
      0
      Votes
      4
      Posts
      1829
      Views

      Substring

      @djoni_w what you can do (as it should work) :

      get Linux (but it should work in WSL if you have an up-to-date windows with the 16.04 Ubuntu) follow https://github.com/recalbox/recalbox-os/wiki/Compilation-%26-Modifications-(EN) and stop once you've typed make recalbox-${arch}_defconfig now type make gamecon-gpio-rpi-patch now cd output/build/gamecon-gpio-rpi (there might be some more following the folder name, check by yourself) edit the source code to change the delay to 5 climb back in the folder where you issued the make commands (cd -should do it if you haven't changed directory since the last cd) now make gamecon-gpio-rpi watch the output, the .ko file should appear. If you can't find it, it should be at least in the folder where you edited the source code

      If you're having trouble with all that, i'll compile one for you.

      For the explanation : a ko is a kernel object. In this case it's a driver that runs in the kernel space (as opposed to user space)