• Overclocking Pi 3

    23
    0 Votes
    23 Posts
    14k Views
    R

    @bazmonkey that's excellent, thanks for the detailed insight, I really appreciate it. In many ways the Pi is the gift that keeps on giving - complex enough to do amazing things, but logical enough that it's possible to learn how that complexity is manifested.

  • Retropie not finding Roms on External Hard Drive

    3
    0 Votes
    3 Posts
    2k Views
    BuZzB

    @Ostego editing the file is not recommended. Better to symlink or mount the USB over existing from location.

  • Sound amp hum :(

    8
    0 Votes
    8 Posts
    3k Views
    B

    @Concat said in Sound amp hum :(:

    I just meant that it didnt get rid of the audio hum. There was still a ground issue even when using usb audio.

    Only thing that solved it was grounding the amp. I actually tried two different amps and both had the loud hum. Ground signal must have been going through the audio cables.

    Ah, we are talking of differing hums, then. I'm speaking of the terrible noise you get when you--say--plug headphones straight into the Pi. It absolutely disappears with a USB sound card.

    @camo200sx: I suspect based off your last comment that you are hearing the crap I am. It might be worth trying a USB sound card. $6 might save a lot of hassle.

  • Lr-Mame2003 Battletoads 2 player not working

    1
    0 Votes
    1 Posts
    587 Views
    No one has replied
  • SSH: Filezilla to Pi. Can't transfer files.

    2
    0 Votes
    2 Posts
    3k Views
    B

    Could be that file ownership/permissions on your home directory got hosed. Run the following command to ensure the 'pi' user owns everything in his home directory:

    sudo chown -R pi:pi /home/pi

    If you still have issues, you may have to fix directory permissions under /home/pi with the following command:

    find /home/pi -type d -exec chmod u+rwx {} \;

    EDIT: Changed find command slightly, first cut could have made some things like .ssh/ become too permissive and hinder some functionality (i.e. sshd will refuse to honor .ssh/authorized_keys if permissions are too open).

  • where is the system menu on the new ES mod

    2
    0 Votes
    2 Posts
    613 Views
    meleuM

    I should use the title to describe your problem.
    Maybe you should edit it...

  • PSX Blank Screen

    14
    0 Votes
    14 Posts
    10k Views
    P

    Good news! I tried an alternate SD card install and it worked. I'll be more mindful before i make changes to the configs from now on. Thanks everyone for your help!

  • Issue using PS3 Controller with Streets of Rage Remake.

    2
    0 Votes
    2 Posts
    2k Views
    dishinsD

    have you managed to solve this? i got my ps3 working like a charm except for the D-Pad, it won't work at all, only analog pad :(

  • Ri3 - Reicast (Dreamcast) Emulator Not Playing !

    48
    0 Votes
    48 Posts
    22k Views
    H

    error log -

    terminate called after throwing an instance of 'std::logic_error'
    what(): basic_string::_S_construct null not valid
    /opt/retropie/emulators/reicast/bin/reicast.sh: line 76: 1076 Aborted

  • I'm getting this error message on reboot "failed to open vchiq device"

    2
    0 Votes
    2 Posts
    1k Views
    B

    Did you try first using the sixad driver? I don't think the controller works as a generic bluetooth device. Are the controllers the only bluetooth devices you are using?

    I would 1) re-install from scratch, 2) pair any other bluetooth devices you want to use, 3) install sixad from retropie-setup.

    After that, simply plugging in the controller once should register it with bluetooth. You never have to actually pair it yourself. After the initial plug-in, hitting the PS button should pair it up, and from there Emulationstation should detect it with no issues.

    I'm only suggesting #1 (reinstalling) because I haven't a clue what that message means, and not knowing what you tried, it's probably easier to re-install than attempt to backtrack. #2 is necessary because sixad disables something that bluetoothctl needs (some kernel module I think, I forget), and you won't be able to pair new devices after that.

    Once you get this working, before you tinker with anything else, I'd highly recommend saving an image of your card, so that the worst-case scenario is simply backtracking to a working system, not a brand-new installation.

  • Problem to load Atari's games

    1
    0 Votes
    1 Posts
    622 Views
    No one has replied
  • RetroPie for Ubuntu breaks after script update

    7
    0 Votes
    7 Posts
    2k Views
    BuZzB

    I run it on my ubuntu setup myself, and have not seen any problems when updating - so I would be interested in knowing what went wrong.

  • Access file manager from terminal?

    2
    0 Votes
    2 Posts
    3k Views
  • [SOLVED]Cannot exit from Mupen64 NES30PRO

    12
    0 Votes
    12 Posts
    4k Views
    BuZzB

    Unfortunately it seems this controllers latest firmware still requires the hack on. If you had configured joypad with it off you would have lost controls in retroarch also.

  • need help with gameshark and gamegenie on retropie

    4
    0 Votes
    4 Posts
    4k Views
    F

    @darkchild1336
    I'm running into the same issue and haven't been able to resolve anything. Did you find any answers on your end?

  • Alex Kidd in Miracle World - SMS

    5
    0 Votes
    5 Posts
    3k Views
    EkstremeE

    Thanks I ended up using that ROM, which is the Rev 1 set. It checks out against your MD5 checksum. I was using Alex Kidd in Miracle World (USA, Europe).sms from No-Intro initially.

    Now that is sorted, does anyone know anytime about playing the BIOS version of the game?

    FYI, any Windows 8\10 users who want to calculate checksum from the command line, use this:
    C:\WINDOWS\system32>certutil -hashfile c:\rompath\rom.ext MD5

    Thanks again bobcat987

  • 8bitdo NES30 button configuration not working for some emulators.

    5
    0 Votes
    5 Posts
    2k Views
    T

    @BuZz That did the trick, after I turned the 8bitdo hack mode to on in the Bluetooth menu. I thought I already had it switched to on. Thanks for the help.

  • How to set up mouse and keyboard, without mouse and keyboard?

    6
    0 Votes
    6 Posts
    6k Views
    E

    @obsidianspider I'm sure it will come in handy later. I'll order one too.

    @wmcclelion Cool, I'll fiddle around some more with the gamepad then. Thanks. :)

  • How do you get N64 to run smoothly

    3
  • Retropie will not load

    18
    0 Votes
    18 Posts
    5k Views
    plasmah77P

    Samsung card is good one. I got the 64gig version of that and it's been perfect. I'm referring to the GOLD Evo

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.