Homepage Forums RetroPie Project Everything else related to the RetroPie Project Well on my way but stuck getting my GPIO controllers to work in ROM's

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25722
    lunarkingdom
    Participant

    Hello!

    I currently have installed the RetroPieImage_Ver2.3 on my B+ Pi, I have expanded the memory and have mapped my GPIO controllers using this install guide:
    https://github.com/digitalLumberjack/mk_arcade_joystick_rpi

    mkdir mkjoystick
    cd mkjoystick
    wget https://github.com/digitalLumberjack/mk_arcade_joystick_rpi/releases/download/0.1.1/install.sh

    sudo sh ./install.sh

    sudo modprobe mk_arcade_joystick_rpi map=1,2

    I then tested with:

    jstest /dev/input/js0

    and:

    jstest /dev/input/js1

    and had great results, both controllers gave me this result:

    Up-Axis1
    Down-Axis1
    Left-Axis0
    Right-Axis0
    button1-0
    button2-1
    button3-2
    button4-3
    button5-4
    button6-5

    I then opened /etc/modules:

    sudo nano /etc/modules

    and added the line to load the driver:

    mk_arcade_joystick_rpi map=1,2

    Saved and rebooted. I am now able to use both home made controllers to navigate emulationstation after setting them up in ES BUT I can not seem to figure out how to get them to work with the ROM’s. I have tried hitting F1 when in game, no menu pops up. I have gone into startx GUI and used file manager to view all of the files including the hidden ones and I can not find any evidence of retroarch anywhere in the folders or .cfg files. I have been reading and posting at raspberry.org forums (over 80 posts) to try and get some help on fixing my issue to no avail so I though I would migrate over here and see if any of you good people could lend a hand. My project arcade is now complete with the exception of this issue, here is a few pictures of it:

    RetroPie off grid 1

    RetroPie off grid 2

    RetroPie off grid 3

    Any help would greatly be appreciated! I have been working 8 hours a day for the last 2 weeks trying to resolve this and am about to pull my hair out after spending over 600.00 on components and over 140 hours hand fabricating the RetroPie off grid box.

    #25729
    lunarkingdom
    Participant

    OBTW I found an error (I think) on your how to page located here:

    RetroPie-Setup: An initialization script for RetroArch on the Raspberry Pi

    part way down the page it says:

    Then you can download the latest RetroPie setup script with

    1 cd
    2 git clone git://github.com/petrockblog/RetroPie-Setup.git

    which does not work unless you change this:

    git clone git://github.com/petrockblog/RetroPie-Setup.git

    to this:

    git clone http://github.com/petrockblog/RetroPie-Setup.git

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.