• 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

Audio devices not found.

Scheduled Pinned Locked Moved Help and Support
audio issuesno sound issueaudio driver
10 Posts 2 Posters 2.1k 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.
  • O
    o0Mr Robot0o
    last edited by 26 Feb 2021, 02:55

    I recently was gifted a GP430 from a friend and after upgrading the compute module to a 3b+ I had laying around and ps vita analogs I had in my parts bin. I tried digging online for a stock image to flash on it I had zero luck finding anything for this thing so I decided to flash the latest Retropie image and was successful getting everything booted up and my personal rom sets transferred onto it and even managed to tweak the config file to make it work on this thing but I'm having one issue...no audio. I've looked in the raspi config, emulation station etc and I get the same error... audio device not found or disabled. I'm wondering if this is something I can fix by a finding a driver for this thing or something else I did wrong setting it up . Any tips or help is greatly appreciated.

    1 Reply Last reply Reply Quote 0
    • M
      mitu Global Moderator
      last edited by 26 Feb 2021, 04:44

      @o0mr-robot0o said in Audio devices not found.:

      I get the same error... audio device not found or disabled

      This means exactly that - the on-board audio devices are not detected. Did you disable the audio by editing /boot/config.txt ?

      O 1 Reply Last reply 26 Feb 2021, 18:51 Reply Quote 0
      • O
        o0Mr Robot0o @mitu
        last edited by o0Mr Robot0o 26 Feb 2021, 18:51

        @mitu no sir. I literally copy pasted the config file that was on the image this thing shipped with only modifying the resolution. The card my friend gave me booted into emulation station but nothing worked so I just flashed retropie and copied the config file from the boot partition in the old memory card into the new install. Everything has been smooth sailing except audio device not being detected.

        M 1 Reply Last reply 26 Feb 2021, 19:06 Reply Quote 0
        • M
          mitu Global Moderator @o0Mr Robot0o
          last edited by 26 Feb 2021, 19:06

          @o0mr-robot0o said in Audio devices not found.:

          no sir. I literally copy pasted the config file that was ...

          This are not mutually exclusive. You've copied the configuration file (/boot/config.txt), which might have disabled the on-board audio. Post the configuration file's contents and also the output of the aplay -l command.

          O 1 Reply Last reply 26 Feb 2021, 19:50 Reply Quote 0
          • O
            o0Mr Robot0o @mitu
            last edited by mitu 26 Feb 2021, 19:50

            @mitu Yessir. This is the contents of the config.txt file:

            # For more options and information see
            # http://rpf.io/configtxtreadme
            # Some settings may impact device functionality. See link above for details
            
            # uncomment if you get no picture on HDMI for a default "safe" mode
            #hdmi_safe=1
            
            # uncomment this if your display has a black border of unused pixels visible
            # and your display can output without overscan
            disable_overscan=1
            
            # uncomment the following to adjust overscan. Use positive numbers if console
            # goes off screen, and negative if there is too much border
            #overscan_left=16
            #overscan_right=16
            #overscan_top=16
            #overscan_bottom=16
            
            # uncomment to force a console size. By default it will be display's size minus
            # overscan.
            #framebuffer_width=1280
            #framebuffer_height=720
            
            # uncomment if hdmi display is not detected and composite is being output
            #hdmi_force_hotplug=1
            
            # uncomment to force a specific HDMI mode (this will force VGA)
            hdmi_group=2
            hdmi_mode=82
            
            # uncomment to force a HDMI mode rather than DVI. This can make audio work in
            # DMT (computer monitor) modes
            #hdmi_drive=2
            
            # uncomment to increase signal to HDMI, if you have interference, blanking, or
            # no display
            #config_hdmi_boost=4
            
            # uncomment for composite PAL
            #sdtv_mode=2
            
            #uncomment to overclock the arm. 700 MHz is the default.
            #arm_freq=800
            
            # Uncomment some or all of these to enable the optional hardware interfaces
            #dtparam=i2c_arm=on
            #dtparam=i2s=on
            #dtparam=spi=on
            
            # Uncomment this to enable the lirc-rpi module
            #dtoverlay=lirc-rpi
            
            # Additional overlays and parameters are documented /boot/overlays/README
            
            # Enable audio (loads snd_bcm2835)
            #dtparam=audio=on
            dtparam=audio=off
            gpu_mem_256=128
            gpu_mem_512=256
            gpu_mem_1024=256
            #overscan_scale=1
            
            #USB电源口电流最大
            max_usb_current=1
            
            
            #DPI接口显示屏设置
            dtoverlay=dpi24
            disable_overscan=0
            overscan_left=0
            overscan_right=0
            overscan_top=0
            overscan_bottom=0
            framebuffer_width=800
            framebuffer_height=480
            enable_dpi_lcd=1
            display_default_lcd=1
            dpi_group=2
            dpi_mode=87
            dpi_output_format=0x050227
            dpi_timings=480 0 13 3 32 800 0 40 48 88 0 0 0 60 0 32000000 6
            
            #屏幕旋转90度
            display_rotate=1
            #display_lcd_rotate=1
            extra_transpose_buffer=2
            
            M 1 Reply Last reply 26 Feb 2021, 19:57 Reply Quote 0
            • M
              mitu Global Moderator @o0Mr Robot0o
              last edited by mitu 26 Feb 2021, 19:57

              @o0mr-robot0o said in Audio devices not found.:

              # Enable audio (loads snd_bcm2835)
              #dtparam=audio=on
              dtparam=audio=off
              

              This lines above show that on-board audio is disabled, hence the message you get when trying to configure it. How does the device outputs audio from the Pi ? Headphone Jack/HDMI/GPIO (less likely since it looks like it's used for display)/USB ?

              O 1 Reply Last reply 26 Feb 2021, 19:59 Reply Quote 0
              • O
                o0Mr Robot0o @mitu
                last edited by 26 Feb 2021, 19:59

                @mitu The device has an onboard speaker, 3.5 headphone jack and hdmi out as well that can be used. I was trying to get the onboard speaker to work.

                M 1 Reply Last reply 26 Feb 2021, 20:00 Reply Quote 0
                • M
                  mitu Global Moderator @o0Mr Robot0o
                  last edited by 26 Feb 2021, 20:00

                  @o0mr-robot0o Yes, but how is the speaker connected to the Pi ?

                  O 1 Reply Last reply 26 Feb 2021, 20:03 Reply Quote 0
                  • O
                    o0Mr Robot0o @mitu
                    last edited by o0Mr Robot0o 26 Feb 2021, 20:03

                    @mitu it's soldered to a custom pcb that holds the compute module etc. Should I edit that line to "yes"?

                    M 1 Reply Last reply 26 Feb 2021, 20:09 Reply Quote 0
                    • M
                      mitu Global Moderator @o0Mr Robot0o
                      last edited by 26 Feb 2021, 20:09

                      @o0mr-robot0o said in Audio devices not found.:

                      it's soldered to a custom pcb that holds the compute module etc.

                      If you replaced the CM with the 3b+ board, I wouldn't expect this to still work.

                      Should I edit that line to "yes"?

                      Sure, why not, but I don't see how it would work if you don't connect any of the audio outputs from the 3b+ to your device's speakers.

                      1 Reply Last reply Reply Quote 0
                      10 out of 10
                      • First post
                        10/10
                        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