• Xbox/Playstation Pad Configuration Problem

    10
    0 Votes
    10 Posts
    967 Views
    George SpiggottG

    Found driver, installed it, connected pad. All good. Thanks @mitu

  • LR-Atari800 audio with Atari 5200

    9
    0 Votes
    9 Posts
    2k Views
    VirtualmanV

    @mth75 Yeah i managed to figure it out, my configs/all/retroarch.cfg global override was doing something, so i deleted retroarch.cfg in config/atari5200/ and it reset it and save directory override and all good got sound now

  • 1 Votes
    5 Posts
    1k Views
    R

    Hi @psyke83,

    Thanks very much for your help with that ... worked perfectly:).

    I connected the keyboard directly to my pi and ran the commands that way.

    Really appreciate your help.

    Cheers.

  • 8bitdo analog stick troubles

    8
    0 Votes
    8 Posts
    5k Views
    Thorr69T

    It might be worthwhile to uninstall and reinstall the Xpad driver. After my last update, I had to do that inorder to get my 8Bitdo controllers to fully function again.

  • Login problem

    5
    0 Votes
    5 Posts
    120 Views
    R

    @mitu i see... t y anyways

  • 0 Votes
    2 Posts
    1k Views
    mituM

    Just pair the 2nd controller as you did with the 1st one and - if they're identical - that's all. When starting a game, both controllers will be available as P1 and P2, there's nothing else to do.
    If they're not identical (i.e. one is a genuine, one is a clone), you'll have to configure the 2nd controller in Emulationstation, just like you configured the first one.

  • Raspbian on HDMI and Retropie on CRT

    2
    0 Votes
    2 Posts
    393 Views
    mituM

    Yes, it might be possible. You'll need to modify the autostart script in /opt/retropie/configs/all/autostart.sh and start either Emulationstation or the desktop - depending on your current TV connection.
    There's a way to detect which output is connected (see this topic), so you can use something like this:

    if (/usr/bin/tvservice -s | /bin/egrep 'HDMI|DVI') ; then # Start the desktop xinit else # Start Emulationstation emulationstation fi
  • DualShock4 disconnecting using native bluetooth

    3
    0 Votes
    3 Posts
    908 Views
    I

    @mitu Ok, just tried that. Controller disconnected on 3rd lap in Cortex Castle time trial. I executed the command through SSH while the board was connected via wifi (duh), but then I was unable to connect again and checked in Retropie wifi settings and there was no info of any connection, so I guess the command worked. But it apparently didn't help with the problem...

  • Hotkey + X on Keyboard Only

    2
    0 Votes
    2 Posts
    471 Views
    mituM

    Do you have an arcade panel configured or are you just testing out with a controller ?
    The X button is mapped to the input_menu_toggle_btn action, so you can remove the line containing the mapping from the controller configuration file. The file is generated by Emulationstation in /opt/retropie/configs/all/retroarch-joypads, named after your controller. To be honest, I'd be more concerned about the Hotkey + B (reset content) combo, since it will reset the game, while Hotkey + X merely pauses it.

    If you're using a keyboard, I think F1 toggles the menu.

  • ow to restore settings of a specific system?

    6
    0 Votes
    6 Posts
    185 Views
    mituM

    @Tackskull The configuration files for the systems are in /opt/retropie/configs/<system_name>, so check out

    /opt/retropie/configs/psx /opt/retropie/configs/gba
  • Multiple Sixaxis problem

    4
    0 Votes
    4 Posts
    544 Views
    mituM

    @weaster007 No, I don't mean qtsixa, I mean the sixaxis driver package in the RetroPie Setup script

    92b3e1df-ff2d-439a-98ba-fe0863c7fa71-image.png

    'sixaxis' : Helper service to install & configure the latest drivers for official and third-party DualShock controllers (ps3controller replacement)

  • Amiberry - Change of Filename Stops Game Working

    9
    0 Votes
    9 Posts
    818 Views
    George SpiggottG

    PROBLEM RESOLVED!

    I tried a full reinstall (I uninstalled Amiberry, rebooted, deleted all remaining config files, rebooted, reinstalled Amiberry from source) and this solved the problem. All my games (so far) now load with their verbose filenames. It even solved some, but not all, of my problems with games giving "Volume DH0 is write protected" as an error.

    Thanks for all the help.

  • Save states on retropie?

    3
    0 Votes
    3 Posts
    539 Views
    ClydeC

    @furtin As long as you use Emulators beginning with „lr“ (for libretro), you can use the hotkeys from RetroArch for loading, saving, and choosing the save slot. See https://retropie.org.uk/docs/RetroArch-Configuration/#hotkeys

  • 0 Votes
    2 Posts
    270 Views
    sirhenrythe5thS

    @edmaul69 what do you mean?
    I just put a MP4-Video in the splashscreen folder and selected it as splashscreen.
    So it comes up on booting and emulationstation is loaded meanwhile in the background.

  • (SOLVED) Play splashscreen audio with usb audio

    6
    0 Votes
    6 Posts
    366 Views
    edmaul69E

    @mitu will do. I just now finally got to configuring all of my retroarch.cfg files since i switched to retropie 4.4. Backed up my config folder now. Already had the emulators and libretrocores folders backed up. So now i can do a full update tomorrow.

  • Exiting to menu automatically please help

    12
    0 Votes
    12 Posts
    2k Views
    M

    @Efriim

    thats okay thanks for trying :) and the DS3 works fine as is i just moved onto Wii U Pro controller cause its much more comfortable and lasts longer but what can i do. DS3 for now.

  • Retropie configure 2 GPIO joysticks

    9
    0 Votes
    9 Posts
    3k Views
    LolonoisL

    @Freddy00 Driver installation with sudo ~/Retropie-Setup/retropie_setup.sh should work. If you want to review the compile log see zless ~/~/RetroPie-Setup/logs/rps_2019-03-15_194311.log.gz when back on commandline (your date and time may vary).

    You can type lsmod alone, you should spot the mk_arcade... driver loaded.
    (If the command still is not found you should install kmod, but it should be already there, so there should no need to issue sudo apt-get install kmod.

    Then, and only then when lsmod shows the module, proceed with https://github.com/recalbox/mk_arcade_joystick_rpi#auto-load-at-startup edit the mk_arcade_joystick.conf and change the map=1 to map=1,2. Save the file, reboot and then you can configure your joysticks with emulationstation.

    If you use the retropie_setup.sh method you should succeed. If not please do post the build log as noted above.

    PS: I would refrain from following the Github tutorial from A to Z, a) it is tailored towards another Retro-Distro (Recalbox), b) if you get stuck it's hard to help and c) last but not least this is a forum about Retropie-Distro (and not Recalbox).

  • Arcade controllers now working?

    12
    0 Votes
    12 Posts
    1k Views
    O

    Thank you! I will try!

  • Permission Denied SSH Retropie

    10
    0 Votes
    10 Posts
    2k Views
    quicksilverQ

    @granderjoree just for future reference you need to remove the # before the line in the config file in order for it to be read. # means ignore this line. That's why permit root login was not working for you.

  • 0 Votes
    19 Posts
    2k Views
    quicksilverQ

    @Ashrill just be aware save states will not function when using omx as the audio plugin. Also the default volume is insanely loud and can't be adjusted as far as I know.

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.