RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. raspberry pi 3b
    Log in to post
    • All categories
    • JirynJ

      Raspberry Pi 4 (and minor 3) Questions

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming raspberry pi 4 raspberry pi 3b mame retropie releas
      4
      0 Votes
      4 Posts
      2k Views
      JirynJ

      @Jiryn said in Raspberry Pi 4 (and minor 3) Questions:

      Thank you, I was originally going off this page https://github.com/RetroPie/RetroPie-Setup/wiki/MAME when it said 2003 was the best, most reliable for Pi 3. While the rest were experimental, or didn't have the best compatibility.

    • MortenHBM

      Raspberry pi 3 B (PICADE OLD) IP address not showing

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support picade issue raspberry pi 3b wifi problem wifikeyfile
      2
      0 Votes
      2 Posts
      522 Views
      mituM

      @MortenHB the 3B model supports only 2.4Ghz Wifi networks, make sure you don't share a 5Ghz SSID on the router. Also, if the Wifi networks aren't separated/isolated through a firewall. Your problem seems purely related to the routersettings/restrictions.

    • blackholebombB

      Genesis USB Adapter woes (RetroUSB.com Genesis RetroBox device)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support genesis adapter usb raspberry pi 3b retropie
      2
      0 Votes
      2 Posts
      437 Views
      disasterD

      @blackholebomb
      I had to add usbhid.quirks=0xf000:0x0008:0x100000 to /boot/cmdline.txt and then reboot to get the missing buttons working.

    • D

      Volume control not working HiFiBerry MINI-AMP + Retropi 4.4 + RaspberryPi 3B - lvl0: Volume control::inint() - Failed to find mixer elements

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support hifiberry amp retropie 4.4 raspberry pi 3b lvl0 volumecontrol
      10
      0 Votes
      10 Posts
      1k Views
      T

      For future internet reference........

      That 'lv10 Volume Control: Failed to find mixer" error is the cryptic message that Emulationstation gives when it cannot find the Audio Mixer on the selected Audio Card. You can find more information about that in the Sound Troubleshooting instructions I wrote on the Retropie website

      To solve this, we need to figure out what the name of the Audio Card is, and the name of the Audio Mixer on the Audio Card, so that we're able to correctly reference them from within Emulationstation.

      Firstly, you can run aplay -l to get a list of the Audio Cards that ALSA recognises. You should get something like this (this is for an ODROID):

      odroid@odroid64:~$ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: ODROIDHDMI [ODROID-HDMI], device 0: I2S.27 dit-hifi-0 [] Subdevices: 0/1 Subdevice #0: subdevice #0

      (You may have different results, just take note of the the HDMI audio card name and keep it for later.)

      In our example we have an Audio Card named 'ODROIDHDMI', which is not an Audio Card type that is in the built-in list of Audio Cards in Emulationstation.

      The second thing we need to do is figure out what the audio mixers are available on the audio card. For my example I run the amixer scontrols -D ODROIDHDMI command, which will show you the names of the audio mixers on the ODROIDHDMI audio card. Replace the ODROIDHDMI name with the name of your Audio Card you just got above. Based on my research you should see something similar to this:

      Simple mixer control 'Analogue',0 Simple mixer control 'Deemphasis',0 Simple mixer control 'Digital',0

      (Again, you may have different results, just take note of them and modify the command below as needed.)

      Take a note of the names of the all the Audio mixers on that Audio Card as we'll need them later.

      The next step is figuring out which audio mixer from that list actually controls the volume. On my Rpi Justboom DAC HAT, its the 'Digital' mixer. You will need to experiment to see what works for you. To test the audio mixer, you need to first make a noise out the HDMI, and then second use amixer to adjust the various mixers until you figure out which one changes the volume of the HDMI.

      To make a sound out the audio device you can use speaker-test -D ODROIDHDMI -t wav -l 20 & to run the speaker test 20 times in a loop (and go into the background) (replace ODROIDHDMI with the name of your Audio Card you got in step 1). You quickly then run alsamixer to get a nice GUI for the ALSA mixer, which you can then use to adjust the various audio mixer devices on the audio card

      At the end of that testing you should know the Audio Card name, and the Audio Mixer name on that card that controls the volume.

      For our example, lets say the 'Digital' mixer on the ODROIDHDMI is the one that controls the volume.

      So now we need to tell emulationstation how to use these new cards.

      As mentioned earlier 'ODROIDHDMI' is not an Audio Card type that is in the built-in list of Audio Cards in Emulationstation. Luckily this isn't an issue for us, as the patch I added to emulationstation last year allows you to add a Custom Audio Card, and a Custom Audio Mixer (the audio mixer is called an 'Audio Device' in emulationstation).

      To add a Custom Audio Card just follow these instructions and replace the <string name="AudioCard" value="default" /> line in the es_settings.cfg file with <string name="AudioCard" value="ODROIDHDMI" /> . This should allow emulationstation to successfully look for an use the ODROIDHDMI Audio Card.

      To add a Custom Audio Mixer just follow these other instructions and modify the <string name="AudioDevice" value="Digital" /> line in the es_settings.cfg file so that Digital is changed to the Audio Mixer name you discovered above with your alsamixer testing.

      Please note that if you change the Audio Card or Audio Device settings from within the Emulationstation GUI at any stage, you will lose your custom settings, and you will need to readd them in es_settings.cfg again as described above.

      With the combination of settings above you should be getting sound when you go into emulationstation.

      Hope that helps people avoid these problems again!

      Cheers
      Tminit

    • R

      Doom Pi Project Need Advise

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming doomii doom port doom pi3 raspberry pi 3b
      44
      0 Votes
      44 Posts
      5k Views
      tpo1990T

      @Solid-One So it has to be changed to specific use that commit when trying to compile Zandronum and the solution to the Raspbian Stretch might just work. Let me give it a try and see what i can come up with.

    • K

      wii nunchuck for retropie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wii nunchuck raspberry pi 3b retropie 12c
      2
      0 Votes
      2 Posts
      543 Views
      K

      @krullbeast i'm gonna try molten gamepad after i save.

    • T

      Possible to enable 4-players for Atari 2600?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie 4.3 atari 2600 stella 4player raspberry pi 3b
      2
      0 Votes
      2 Posts
      670 Views
      F

      it is my understanding that lr_stalla doesn't support paddles, so I don't know how well it handles paddle games with more than 2 players.

      try to install the stand-alone stella

      You can also get the 2600-dapter D9 and use real Atari paddles

    • M

      [HELP] PSX Horror Games Not Loading TRIED EVERYTHING

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pi raspberry pi 3b retropie psx playstation
      14
      0 Votes
      14 Posts
      897 Views
      mituM

      @backstander said in [HELP] PSX Horror Games Not Loading TRIED EVERYTHING:

      Keep us updated if you get the Japanese PS1 version of 'Kuon no Kizuna' working or not.

      I actually booted up the game, got the to menu, but no matter what I choose (there only 2 entries + a 'Disable Rumble' entry) there's some warning or info message that I can't understand and then it goes back to the main menu. I didn't test with changing the game region from the core options, there might be some DRM/region protection message that I can't understand :).

    • H

      Retropie Image from Raspberry Pi 3B to RaspberryPi 3B+

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie image raspberry pi 3b raspberrypi 3b+
      3
      0 Votes
      3 Posts
      602 Views
      H

      Thanks a lot for answer!

    • H

      How to compile the EmulationStation

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pi 3b
      3
      0 Votes
      3 Posts
      321 Views
      H

      @BuZz said in How to compile the EmulationStation:

      pastebin

      Thank!

    • D

      Rainbow Screen Not Fixable. Broken RPI?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rainbow screen crashing help raspberry pi 3b
      3
      0 Votes
      3 Posts
      519 Views
      quicksilverQ

      @dayvolk Just to confirm you are using the correct retropie image for the pi3?

    • TrommyT

      Latency options

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support latency raspberry pi 3b
      3
      0 Votes
      3 Posts
      530 Views
      TrommyT

      @mitu any possible configurations in Latency menu. ANY. Trying 20 or 30 times with various config. I cant say which, cus i use all possible.
      Try to reinstall RetroArch on PC. Work. And Latency options working good.
      Upd. With SNES working like on RaspberryPie - speed and sound issues

    • S

      Unable to connect to WiFi

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pi 3b retropie 4.4 wifi cant connect
      15
      0 Votes
      15 Posts
      22k Views
      T

      @six-string said in Unable to connect to WiFi:

      @mitu Well... just installed Raspbian. Still can't connect to network.

      Guess I'll look into troubleshooting that. Thanks.

      This is stupid but I found solution. You need to connect an RJ45 (ethernet) cable to rpi port. Now you can run raspi-config without wpa-supplicant error and There was an error running option N2 Wi-fi.. Then can you now set ssid and password (now reboot or not) and wifi will works correctly.

      When this wifi works correctly bluetooth too works good. When I had problem (like you) with wifi my bluetooth was non stop disconnecting.

    • K

      Best settings to get runahead working on retropie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support raspberry pi 3b runahead help retropie
      5
      0 Votes
      5 Posts
      2k Views
      K

      I believe super mario world does and I tested other games and super mario bros 3 on nes and 2 frames was causing issues with things happening before they should have like deaths. So 1 frame seems to be the sweet spot for 90% of games on nes and snes. Also without using runahead i believe dispmanx with threading turned off seems to be the next best thing for reduced input lag.

    • J

      PSX Speedhack Triggering Black Screen During Certain In-game Effects

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support psx emulation graphical issue blackscreen raspberry pi 3b
      3
      0 Votes
      3 Posts
      1k Views
      J

      @dankcushions yeah, it's probably as simple as that. I just wish there were some way to fix the issues.

    • CorbidorbiC

      Need help with TMNT2 Turtles In Time on for MAME

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie mame raspberry pi 3b
      5
      0 Votes
      5 Posts
      2k Views
      stoney66S

      @Corbidorbi There is a dip switch setting for this game to flip the screen. Try pressing tab key when in game and see if you have a setting for that.

      https://github.com/RetroPie/RetroPie-Setup/wiki/lr-mame2003

    • B

      ControlBlock Version 1.6 not working. Says I'm missing CMakelists.txt file

      Watching Ignoring Scheduled Pinned Locked Moved ControlBlock, PowerBlock & Co. controlblock version issues cmakelists.txt retropie 4.4 raspberry pi 3b
      8
      0 Votes
      8 Posts
      1k Views
      B

      I ran the installation with the new instructions and it still fails. I've tried both the standard install process as well as the quick installation. Each time I used a clean install of RetroPie 4.4

    • A

      RetroPie 4.4 Not Detecting GPIO Button and Joystick

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gpio controllers input 4.4 raspberry pi 3b
      8
      0 Votes
      8 Posts
      5k Views
      simonsterS

      @az sorry, that was my fault, I was typing on my phone. Glad you got it sorted.

    • N

      use 4 controllor but 2player1 and 2player2

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support configuration controller settings retropie raspberry pi 3b
      3
      0 Votes
      3 Posts
      522 Views
      N

      @mitu I'm building a 2p arcade stick, with external 2 pads snes, I wanted to have the person choose what to use as a controller pad or stick, but I can not find a solution