• Cloning SD card

    2
    0 Votes
    2 Posts
    217 Views
    K

    @ama2021 said in Cloning SD card:

    Win 32 Disk imager

    Try Win 32 Disk imager to write it back. i do that and it work.

  • Jetson nano background music

    5
    0 Votes
    5 Posts
    802 Views
    WeirdHW

    @rommell76 Ah, I didn't know that. Good to hear you did get it working, though.

  • Choppy soundwith all emulators

    29
    0 Votes
    29 Posts
    10k Views
    BuZzB

    @rasp_renegade thanks!

  • 0 Votes
    6 Posts
    2k Views
    mituM

    @silk You're using a very old RetroPie version. Use the latest image from retropie.org.uk/download.

  • lr-mame and lr-fbneo 'driver status'

    3
    0 Votes
    3 Posts
    571 Views
    B

    @johnodon The driver status indicates that the game should be fully playable, however it doesn't prevent the possibility of regressions or other issues, that's your job as a user to report such issues to the emulator authors. Take the color/sound/graphics status in mame with a grain of salt, i know of several issues that i reported myself but it seems they weren't fixed nor had their status updated.

  • Hind or remove main menu pop up

    2
    0 Votes
    2 Posts
    260 Views
    S

    gone completely

    Remove package retropiemenuunder "core packages" in the retropie-setup utility.

    Remove directory ~/.emulationstation/gamelists/retropie and everything in it.

    Remove directory ~/RetroPie/retropiemenu and everything in it.

    Edit /etc/emulationstation/es_systems.cfg and remove the "RetroPie" system entry:

    <system> <name>retropie</name> <fullname>RetroPie</fullname> <path>/home/pi/RetroPie/retropiemenu</path> <extension>.rp .sh</extension> <command>sudo /home/pi/RetroPie-Setup/retropie_packages.sh retropiemenu launch %ROM% &lt;/dev/tty &gt;/dev/tty</command> <platform/> <theme>retropie</theme> </system>

    If you have one at ~/.emulationstation/es_systems.cfg, make the same edit there.

    I think that should about cover it? Now...

    hoykey for retroarch

    Edit your autoconfig file for your gamepad(s) at /opt/retropie/configs/all/retroarch/autoconfig/[gamepad device ID].cfg and remove all lines that look like these (your values will differ, and it may say axis where this says btn or vice-versa):

    input_menu_toggle_btn = "3" input_reset_btn = "0" input_save_state_btn = "5" input_load_state_btn = "4" input_state_slot_decrease_axis = "-0" input_state_slot_increase_axis = "+0"

    (Probably leave "enable_hotkey" and "exit_emulator" intact, or your players won't be able to quit, or will quit every time they hit Start.)

  • Brightness control via hotkey combination in RetroPie

    2
    0 Votes
    2 Posts
    330 Views
    mituM

    Use triggerhappy - https://github.com/wertarbyte/triggerhappy - it's already included in RasPI OS and you can just attach your PWM control scripts without having to deal with input processing.

  • ALSA lib seq_hw.c:466 error

    3
    0 Votes
    3 Posts
    972 Views
    R

    @mitu Hi

    Sorry for my late reply

    In the reality I don't know how i solved it

    but after many test i just update retropie and the error disappeared by himself ---

    Mistery of the life :-D

  • Pi4 and Dragonwise control setup

    6
    0 Votes
    6 Posts
    591 Views
    J

    Good day. After troubleshooting everything including the motherboard and usb cables I found out from the seller that the Dragonwise controllers will not work with the PI 4. FInd this odd, but that is what they said Only PI 3. Does anyone know of controllers you could recommend that are known to work with the PI 4? Tried every search combination but not finding any specifically stating they will work. Would appreciate any help.

  • 0 Votes
    7 Posts
    2k Views
    jamrom2J

    @mitu I apologize for my lack of knowledge on this one. This must have happened when I loaded and compiled the MESS group of emulators, or when I added the Singe extension to Daphne.

    At least now I know what's been causing me all the headaches. I didn't know there would be a difference in the two. The goal was to get as many emus working on my system...but obviously that created a small snafu I wasn't aware of.

    So fixing this... I'll go through the RetroPie Setup repository and hopefully get back on track.

    Thanks again for your help. Wow... I guess I really need to be more careful when I play around with all these fantastic emulators.

    UPDATE: all is working great. I'm on the right repository, DosBox-Staging 77.1 is loaded and all is good. This can be closed.

  • N64 Controller Input Config

    3
    0 Votes
    3 Posts
    486 Views
    mituM

    @sleve_mcdichael said in N64 Controller Input Config:

    The autoconfig only works for libretro cores;

    Actually, the auto-config works for a few other emulators also, including Mupen64Plus (see here).

    @Jay420 Please provide the info requested in https://retropie.org.uk/forum/topic/3/read-this-first, which should include the emulator you're using and what controller type do you have.

  • 'mType == FOLDER' Error on boot

    10
    0 Votes
    10 Posts
    1k Views
    XyberDAWGX

    @colossal I think I figured it out. My retropie menu had all the folders listed as a <game> entry. I changed those to <folder> entry and now it works without an issue.

  • Do 3rd party joy cons work with Retropie ?

    3
    0 Votes
    3 Posts
    553 Views
    S

    @iandaemon said in Do 3rd party joy cons work with Retropie ?:

    They're just bluetooth controllers, right?

    Yes.
    If the wireless signal is exactly the same as the official Joy Cons,
    then it should work, I suppose.
    But no way to know for sure, unless someone has tried it before.

  • runcommand.sh slow on RPi 1

    1
    0 Votes
    1 Posts
    353 Views
    No one has replied
  • 0 Votes
    3 Posts
    691 Views
    M

    @mitu That worked perfectly - thanks!!

  • piggyback script off the screensaver?

    Moved
    9
    0 Votes
    9 Posts
    1k Views
    M

    @mitu ah ok good to know. I ended up using luma oled drivers that dont depend on the adafruit driver and they are working out nicely as screensavers for the oled screen. I will eventually have to revisit this issue because of the plans i have for the project but this has been very helpful. I now need to figure out how to launch a clear command for the screen just before shutdown to prevent burn in. The script i originally needed help with launches shut off commands for the multiple led hats and devices when the screensaver starts , including a 30min auto shutdown command. But when the pi shuts down though the oled keeps the pixels it was displaying last so lets hope the service im going to write works. Again thank you for your help as always

  • 0 Votes
    10 Posts
    7k Views
    I

    found...)

  • 0 Votes
    13 Posts
    3k Views
    S

    Can you do this with autostart.sh?

    /opt/retropie/configs/all/autostart.sh:

    emulationstation #auto

    As a quick test I added an "echo" command so the file now reads:

    emulationstation #auto echo Are you there?

    Then I pressed ctrl-D to start EmulationStation and quit with F4. The terminal asked "Are you there?" before displaying the retropie_welcome message and command prompt.

    Note: this worked when using any of ctrl-D, exit, or logout to end the current bash login and call the autostart script. It did not work when just running the emulationstation command by itself.

    So I think if, instead of an "echo" command, you used the startx (start the desktop) command, it might do what you want? Boots to EmulationStation on login and then, when ES quits, go to the desktop.

    /opt/retropie/configs/all/autostart.sh:

    emulationstation #auto startx
  • PCSX2 Install on Ubuntu 20.04

    4
    0 Votes
    4 Posts
    3k Views
    H

    After trial & error, I have pcsx2 libretro core up and running on Ubuntu 20.04
    Hopefully somebody can turn this chaos into an unofficial script.
    Keep in mind that I'm rusty with retropie configs.

    Okay so.. Here we go.

    sudo apt remove gcc-9 g++-9 sudo apt install cmake g++-10-multilib libaio-dev libasound2-dev libcairo2-dev libegl-dev \ libegl1-mesa-dev libgdk-pixbuf2.0-dev libgirepository-1.0-1 libgl-dev libgl1-mesa-dev \ libgl1-mesa-dri libgles-dev libgles-dev libgles2-mesa-dev libglib2.0-dev libglu1-mesa-dev \ libglu1-mesa libglvnd-dev libglx-dev libglx-mesa0 libglx0 libgtk-3-dev libgtk2.0-dev \ libharfbuzz-dev libllvm10 liblzma-dev libpango1.0-dev libpcap0.8-dev libpulse-dev \ libsdl2-dev libsamplerate0-dev libsoundtouch-dev libwxgtk3.0-gtk3-0v5 libwxgtk3.0-gtk3-dev \ libx11-xcb-dev libxext-dev libxft-dev libxml2-dev portaudio19-dev zlib1g-dev ccache sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10 sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc 30 sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++ 30 git clone https://github.com/libretro/pcsx2.git && cd pcsx2 && mkdir build && cd build cmake .. -Wno-dev cmake .. -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release make -j$(nproc) cd ../bin

    If everything goes right, there should be a "pcsx2" folder in the "bin" folder of the root folder.

    Make a "lr-pcsx2" folder in "opt/retropie/libretrocores" and move the "pcsx2_libretro.so" into it.

    pcsx2-libretros bios seem to be hardcoded to one spot.. otherwise segmentation fault.

    Make a "pcsx2" folder in "Home/Retropie/BIOS" and move the "pcsx2" folder from the "bin" folder into it.

    Yeah its weird.. the folder tree should look like:

    "Home/Retropie/BIOS/pcsx2/pcsx2/bios"

    And of course have all your ps2 bios files in that last folder.

    Now if you have pcsx2 stand alone installed..

    Go into "opt/retropie/configs/ps2" folders, otherwise make one.

    Edit your "emulators.cfg" and paste this:

    lr-pcsx2 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-pcsx2/pcsx2_libretro.so --config /opt/retropie/configs/ps2/retroarch.cfg %ROM%"

    Make a "retroarch.cfg" and paste this:

    system_directory = "~/RetroPie/BIOS/pcsx2"

    Now load a ps2 game, be sure to set your runcommand to "lr-pcsx2" and cross fingers.

    gcc-9 will be installed whenever you update your retropie emu's.
    So you have to go through the compiling procedures above any time you want to update pcsx2-libretro.
    Actually after a few times it seems gcc-9 and gcc-10 are installed.

    Keep in mind these are alpha builds and purely x64 so no software mode.

    Edit your es_systems.cfg to accept .chd in the ps2 section.

    If someone can make an unofficial script out of this. It would be appreciated.

  • Logitech G920 steering angle limiter

    1
    0 Votes
    1 Posts
    352 Views
    No one has replied

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.