My apologies in advance if I don’t give enough information at first or if I give irrelevant information.
I jumped at the chance to buy a Raspberry Pi 2 as soon as they were announced, with intent to use as a Retroarch box mainly, but also for tinkering with linux.
To get retroarch running on it I followed the libretro wiki docs on how to compile from the source code on Linux. I got it to compile and somehow it actually runs, provided I don’t have X running. However, whenever it runs I get an error that the audio device driver fails to initialize. The only audio driver listed as available when I type “./retroarch --features” is oss, which I never installed, and apt-get is not able to identify.
I am running freshly installed and updated Raspbian on the Pi2, and it came with alsa as the default sound driver instead of oss.
How can I make retroarch recognize the alsa driver, and why does it say I have oss instead?
If this is too vague or more specific information is necessary, please say so! My roommate has been giving me advice up until now, but he avoids messing with sound drivers in linux, as he stated the topic is a “fustercluck”. Any advice would be appreciated!