• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
RetroPie forum home
  • Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

failed to find mixer elements

Scheduled Pinned Locked Moved Help and Support
audio issues
24 Posts 20 Posters 77.3k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T
    tomfoolery123
    last edited by 19 Aug 2018, 11:06

    I know this thread is a bit old now, but i've only just found my solution after trying all of the above and more so thought I'd share it.. Using winscp I manually edited the:

    /opt/retropie/configs/all/emulationstation/es_settings.cfg

    and changed the :
    <string name="AudioDevice" value="Master" />

    to
    <string name="AudioDevice" value="PCM" />

    and its finally gone! - I am using the A/V output and not hdmi. Hope that helps someone out there.... happy gaming

    T 1 Reply Last reply 2 Jun 2019, 02:24 Reply Quote 3
    • T
      tminit @tomfoolery123
      last edited by 2 Jun 2019, 02:24

      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.

      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

      1 Reply Last reply Reply Quote 3
      • C
        CrazyWind
        last edited by 17 Jul 2020, 19:15

        This thread is reposted in multiple forums and while it led me to a fix it doesn't link to what worked for me.

        I followed mitu's instructions and the error is gone.

        @mitu said in Latest update lvl0: VolumeControl::init() - Failed to find mixer elements!:

        This is caused by the recent change in kernel/firmware for the audio system on the Pi - the names of the cards and devices have changed (see the announcement on the 29th, the Other changes section).

        The volume can be set using alsamixer or the Audio menu in RetroPie (which uses alsamixer), but for EmulationStation the only workaround right now is to edit es_settings.cfg and set AudioDevice to

        • HDMI, if using the HDMI for audio
        • Headphone, if using the analog jack for audio.

        Once I edited /opt/retropie/configs/all/emulationstation/es_settings.cfg
        and set
        <string name="AudioDevice" value="HDMI"
        the error dissapeared.

        Thank you @mitu

        M E P 3 Replies Last reply 21 Aug 2020, 06:13 Reply Quote 5
        • M
          matp @CrazyWind
          last edited by 21 Aug 2020, 06:13

          @CrazyWind Thank you for this, problem solved.

          1 Reply Last reply Reply Quote 0
          • W
            willinliv
            last edited by 24 Aug 2020, 22:04

            Thanks for picking up on this. For me I wasn't getting any sounds - almost pulled everything apart fearing I'd damaged the socket on my rpi. In my case I wanted audio via the 3.5mm audio. I found that I could set it in Raspi-config but the Audio setting in emulationstation seemed to be orphaned from the setting. Looking in the es_settings.cfg it mentioned PCM for the string name not headphones, I changed it to headphones and the error no longer is mentioned - however the ELSAMIXER in emulationstation still seems to default to only allowing volume of HDMI, so still not yet idead (have to run ALSAMIXER as standalone)

            M 1 Reply Last reply 25 Aug 2020, 02:47 Reply Quote 0
            • M
              mitu Global Moderator @willinliv
              last edited by 25 Aug 2020, 02:47

              @willinliv said in failed to find mixer elements:

              however the ELSAMIXER in emulationstation still seems to default to only allowing volume of HDMI, so still not yet idead (have to run ALSAMIXER as standalone)

              You probably need an updated EmulationStation for that - as mentioned in https://retropie.org.uk/forum/topic/26628/audio-issues-after-latest-raspbian-updates.

              1 Reply Last reply Reply Quote 0
              • E
                ericitaquera @CrazyWind
                last edited by 21 Sept 2020, 23:38

                @CrazyWind Thanks!!

                1 Reply Last reply Reply Quote 0
                • H
                  Heartman
                  last edited by 15 Jan 2021, 22:33

                  I am using an external card on my PI and for me amixer and emulationstation gave errors when using the devicename as reported by aplay, I had to use hw:2, hope it helps someone

                  1 Reply Last reply Reply Quote 0
                  • P
                    pablonauta @CrazyWind
                    last edited by 19 Jan 2021, 16:21

                    @crazywind Thank you!

                    1 Reply Last reply Reply Quote 0
                    • A
                      Alex Levi
                      last edited by 23 Jan 2021, 15:03

                      Only this helped me:
                      add the following line in your config.txt.

                      dtoverlay=pwm-2chan,pin=18,func=2,pin2=13,func2=4

                      D S 2 Replies Last reply 30 May 2021, 18:31 Reply Quote 3
                      • D
                        dzungenzo @Alex Levi
                        last edited by 30 May 2021, 18:31

                        @alex-levi this worked for me too, Thanks alot,
                        Pi3A+ Cart - Gpi Case Retropie 4.7.1

                        1 Reply Last reply Reply Quote 0
                        • S
                          smag
                          last edited by smag 2 Apr 2022, 05:49 4 Feb 2022, 05:47

                          Just wanted to say thank you for this help. I had the same "failed to find mixer elements" problem with my Retropie on Raspberry Pi 4, with the Picade hardware. The volume was always very loud and could not be changed, but once I made this edit to the es_settings.cfg file, I rebooted and I was finally able to modify the volume in the Emulation Station settings UI.

                          1 Reply Last reply Reply Quote 0
                          • ElethE
                            Eleth
                            last edited by 12 Apr 2022, 21:28

                            @alex-levi I know this is old but I need to tell you how much I appreciate your post! I am brand new to raspberry pi and didn't know how to do the other recommended changes. However, what you suggested not only eliminated the error constantly popping up, it also fixed the forced maxed-out volume level issue! I just reset and tested, now I can lower the volume and it keeps the value I move the slider to. Thank you so much!

                            1 Reply Last reply Reply Quote 0
                            • M MSP430 referenced this topic on 31 Aug 2022, 20:05
                            • S
                              sisyfos12 @Alex Levi
                              last edited by 4 Feb 2023, 17:54

                              @Alex-Levi Thanks a lot! This worked for me too!

                              1 Reply Last reply Reply Quote 0
                              • J jernserval referenced this topic on 4 Aug 2023, 08:59
                              • M
                                Muscleflex
                                last edited by 15 Oct 2023, 11:26

                                Hi Levi - where do I enter this?
                                dtoverlay=pwm-2chan,pin=18,func=2,pin2=13,func2=4

                                1 Reply Last reply Reply Quote 0
                                • M mitu locked this topic on 15 Oct 2023, 13:06
                                • S sinother referenced this topic on 30 Apr 2024, 06:21
                                • First post
                                  Last post

                                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.

                                  This community forum collects and processes your personal information.
                                  consent.not_received