RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. usb audio
    Log in to post
    • All categories
    • DTEAMD

      (Solved) Pi5 : USB audio issue

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio pi5 mixer
      17
      0 Votes
      17 Posts
      3k Views
      DTEAMD

      @mitu
      It works again. I re-install PipeWire and AudioPulse from rasPi config and everything works great. thanks for your support

    • M

      Audio Issues on the pi zero 1

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rpi zero retropie usb audio
      11
      0 Votes
      11 Posts
      1k Views
      M

      @mitu
      I just reinstalled alsamixer and now everything is working. still no idea what caused this issue. made a backup image of my sd card now. thx for ur replies bud, learned a little more about alsa✌🏽

    • M

      Trying to get USB audio device working with RetroPie Zero mame4all

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retropie mame4all usb audio
      3
      0 Votes
      3 Posts
      349 Views
      M

      @mitu thanks for the response, unfortunately lr-mame2000 doesn't run any of my roms (it's a pretty old set, not sure if that's a problem or not). I've spent far too much time on this so I think I'll just get some USB-powered speakers and use the adapter device. Cheers!

    • V

      USB Audio almost working – what am I missing?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio buster 2021 pi 3b no sound
      9
      0 Votes
      9 Posts
      2k Views
      mituM

      @viragored said in USB Audio almost working – what am I missing?:

      The pop-up window box still reports "On-board audio disabled etc..." but basically it's all working :-)

      That's ok, the Audio menu is meant to configure only the on-board audio, hence the message. External (USB/GPIO) sound cards are not supported.

    • S

      Configuring "Mini External USB Stereo Speaker"

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio
      7
      0 Votes
      7 Posts
      2k Views
      S

      @mitu

      That did it!

      fd61154e-ea7c-4952-a0ec-daa22923026c-image.png

      I have "pulse" sound when moved between games and now there is in game sound!

      The audio level control in Retropie settings shows zero and will not control the in game volume. I will use Putty to find a good level for now.

      !THANK YOU!

      I will post this info as a review in the site that I got it from in the hope that it helps someone else.

    • A

      updated 2021 USB Audio tutorial? I'm stumped.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio usb audio card audio issue
      1
      0 Votes
      1 Posts
      308 Views
      No one has replied
    • T

      Linux no sound retropie / emulation station HDMI or USB

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support no sound linux hdmi audio usb audio
      4
      0 Votes
      4 Posts
      1k Views
      mituM

      @technicaljunky It's not a problem if PulseAudio is present - the only issue for you seems to be EmulationStation's audio settings, which should be solvable with the correct configuration.

    • O

      Can switch from USB audio to HDMI, but not back to USB (defaults to headphones)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio hdmi audio raspi-config
      3
      0 Votes
      3 Posts
      505 Views
      O

      @mitu Thank you! Very simple solution, and it works perfectly! I didn't realize you could add scripts in there.

      I still get the fun "failed to find mixer element" when I run the script, run a rom, or shutdown the system, but I'm not too worried about that. At least the audio works in both configurations now.

    • C

      Adding USB Devices Breaks.... Everything

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb usb audio usb controller
      7
      0 Votes
      7 Posts
      764 Views
      C

      @crush ... Ok testing complete. The powered hub will work with or without the adapter pulling power from the adapter if present.

      --> Shutdown Pi.
      --> Add USB hub *unpowered.
      --> Add USB audio.
      --> Bring back up.
      Result: Same odd behavior with the controller etc. on different newer hub.

      -->Shutdown Pi.
      --> Plug in power adapter to USB hub.
      --> Turn on.
      Result: Everything works as expected.

      So in my case it was a voltage issue with the X-Arcade and the USB audio being on the same USB hub.

    • E

      USB headset not working

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio audio problem
      6
      0 Votes
      6 Posts
      1k Views
      E

      I was able to get my USB headset to work.

      First I changed from mame4all-pi on RetroPie 4.5 to lr-mame2000 on RetroPie 4.7.1 because I learned mame4all-pi doesn't have an option to rotate the display and my objective is to play classic vertical arcade games on a vertical (rotated) monitor.

      Second I created /etc/modprobe.d/alsa-base.conf (using sudo vi) containing:
      options snd_usb_audio index=0
      options snd_bcm2835 index=1
      options snd slots=snd_usb_audio,snd_bcm2835
      (leaving dtparam=audio=on in /boot/config.txt)

      This reorders the "cards" so the USB headset is card 0, hdmi is card 1 and PWM is card 2. What I found is dtparam=audio=off still configured the USB headset as card 1 for whatever reason and I didn't get audio. After reordering it worked without any other modifications (although ES gives an error about unable to set volume, which is probably just a minor configuration tweak).

    • M

      Solved - Retro Pi400 with USB Audio, WORKING!

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pi400 usb audio
      3
      0 Votes
      3 Posts
      2k Views
      M

      @mth75 What are the settings in Retroarch.
      Do I have to change anything in the audio-driver section?
      My setting is sysdefault:CARD=USB

      ATM I have sound in ES but not in the emulators.

    • A

      Pi Zero USB sound card, setup?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support pi zero audio usb audio card usb audio
      2
      0 Votes
      2 Posts
      529 Views
      mituM

      If the sound card is compatible with Linux (should be), then all you need is disable the on-board sound card and it should be automatically used.
      Some details, added over time by various RetroPie users, are in Sound docs.

    • F

      Swap from USB audio to speaker in PiBoy DMG?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio piboy dmg
      5
      0 Votes
      5 Posts
      695 Views
      F

      @brandflake11 One is with the alsa-base.conf file present as above (for USB audio), the other is with alsa-base.conf either deleted or commands commented out (for no USB audio and default built in speaker). I'm not familiar with a diff unfortunately.

    • A

      USB Audio broke after latest updates

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio sound issues
      9
      0 Votes
      9 Posts
      3k Views
      mituM

      @pscotto1234 said in USB Audio broke after latest updates:

      Any suggestion?

      Wait for an update to EmulationStation to solve this part.

      EDIT: or you can manually modify the config file to set the AudioDevice to 'HDMI'.

    • K

      USB audio not recognized

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio
      23
      0 Votes
      23 Posts
      3k Views
      K

      Well I am starting to think that this USB audio chip I have is simply not compatible with the Raspberry Pi Zero W. My reasoning:

      1 - USB Circuit works fine with Windows Desktop and with Raspberry Pi 2.
      2 - USB Circuit not detected through USB Hub on my original Pi Zero W.
      3 - Loaded Retropie 4.5.1 on spare SD card and plugged it into spare Pi Zero W. Without modifying config and overlays to run DPI I was able to get wifi working without any trouble.
      4 - Using SSH logged into the Pi and then plugged the USB audio circuit directly into USB on Pi Zero W.

      USB audio still not detected.

      I think I am going to have to look for a different chip.

      I do find it curious that it works on a Pi 2 but not a Pi Zero.

      Thanks everyone for the help. I will check back in when I have a different chip.

      Thanks!
      KB

    • M

      XU4 usb audio.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support xu4 retropie usb usb audio help
      1
      0 Votes
      1 Posts
      241 Views
      No one has replied
    • edmaul69E

      (SOLVED) Play splashscreen audio with usb audio

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support splashscreen usb audio
      6
      0 Votes
      6 Posts
      294 Views
      edmaul69E

      @mitu will do. I just now finally got to configuring all of my retroarch.cfg files since i switched to retropie 4.4. Backed up my config folder now. Already had the emulators and libretrocores folders backed up. So now i can do a full update tomorrow.

    • G

      Cmedia USB Audio not working..

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio
      2
      0 Votes
      2 Posts
      314 Views
      mituM

      @Gaprofitt Is RetroArch configured with alsa or alsathread as audio driver ? Enable verbose logging with the Runcommand options menu and check the /dev/shm/runcommand.log file to see what/where does RetroArch errors out.

    • LolonoisL

      Persistence of USB Audio Volume (with Workaround)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support usb audio workaround
      1
      0 Votes
      1 Posts
      518 Views
      No one has replied