Build Your Own Arcade Controls Forum

Software Support => GroovyMAME => Topic started by: 2huwman on June 08, 2019, 06:19:21 am

Title: GroovyArcade default sound card keeps changing
Post by: 2huwman on June 08, 2019, 06:19:21 am
I'm using GroovyArcade Linux with a mini pc with integrated ion graphics, so it can output 15k and it works great. The only problem is that it keeps changing which sound card it uses, so on some boot ups it's fine, and on others there's no sound!

Is there any way to force it to use the same sound card every time? I've set it up in gasetup loads of times but it keeps forgetting those settings!

Thanks for any help!
Title: Re: GroovyArcade default sound card keeps changing
Post by: Substring on June 08, 2019, 01:27:17 pm
Have you tried running gasetup then Setup > Audio setup > default card ?
Title: Re: GroovyArcade default sound card keeps changing
Post by: 2huwman on June 09, 2019, 04:14:24 am
Thanks, yes I'd tried all that. It kept changing after I'd selected the default.

I found the answer here:

https://wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture#Set_the_default_sound_card

So I made the following file with the options and it works great now, keeping the same audio as default.

/etc/modprobe.d/alsa-base.conf

options snd_mia index=0
options snd_hda_intel index=1