Posted March 30, 2017
When trying to run the game, I get a Critical Error! window with the following message:
Unable to init SDL mixer: ALSA: Couldn't open audio device: No such device
And in the console, I can see the following:
ALSA lib pcm_hw.c:1701:(_snd_pcm_hw_open) Invalid value for card
I am on Fedora 25 which is using PulseAudio.
As far as I can gather from this error, it's that something is attempting to initialise the card/device in the wrong order.
alsa-info recognises two sound cards:
0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xf7080000 irq 52
1 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xf7800000 irq 55
It also recognises two devices:
28:00.1 Audio device: NVIDIA Corporation GM204 High Definition Audio Controller (rev a1)
2a:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Device 1457
I'm pretty sure it should be 0,0 or 0,1. But I am frankly not entirely sure. The HDA-Intel confuses me, since I thought this was an AMD Socket motherboard, but perhaps Intel still provides the built-in soundcard.
Anyone know what to do?
Unable to init SDL mixer: ALSA: Couldn't open audio device: No such device
And in the console, I can see the following:
ALSA lib pcm_hw.c:1701:(_snd_pcm_hw_open) Invalid value for card
I am on Fedora 25 which is using PulseAudio.
As far as I can gather from this error, it's that something is attempting to initialise the card/device in the wrong order.
alsa-info recognises two sound cards:
0 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xf7080000 irq 52
1 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xf7800000 irq 55
It also recognises two devices:
28:00.1 Audio device: NVIDIA Corporation GM204 High Definition Audio Controller (rev a1)
2a:00.3 Audio device: Advanced Micro Devices, Inc. [AMD] Device 1457
I'm pretty sure it should be 0,0 or 0,1. But I am frankly not entirely sure. The HDA-Intel confuses me, since I thought this was an AMD Socket motherboard, but perhaps Intel still provides the built-in soundcard.
Anyone know what to do?
No posts in this topic were marked as the solution yet. If you can help, add your reply