Hello,
I am new to Lakka (and quite like it). However, I have been using linux as my primary OS for about fifteen years now, and I’m pretty comfortable with needing to tweak things.
I have installed a recent Lakka nightly (21205) on an old Dell e1505 laptop (64-bit 2-core Intel T7400 cpu, 2GB ram, ATI X1400 gpu), and many things are working great. The system even dual-boots with Fedora.
Since this is a circa 2008-ish laptop, it comes from before the era when having an HDMI port was common. I am using an external VGA->HDMI adapter that receives the audio portion of the signal from USB. (http://amzn.com/B014V0VYQS). Lakka detected the external HDMI monitor (a regular LCD TV) without a problem, but needed some coaxing to properly use the USB audio.
Using information found here (https://pirraste.wordpress.com/2014/02/28/retroarch-alsa-audio-over-hdmi-working/), I was able to edit /storage/.config/retroarch/retroarch.cfg with the proper “audio_device” setting.
In short:
[ul] ssh into your Lakka system list your audio devices by calling: $> aplay -l determine which one looks like your USB audio device [/ul]
[ul] This is what appears on my Lakka system [/ul]
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC9200 Analog [STAC9200 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: STAC9200 Digital [STAC9200 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Set [C-Media USB Headphone Set], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
[ul] The last line is my USB audio device - Card 1, Device 0 So in retroarch.cfg, I need [LIST] audio_device = “hw:1,0” [/ul] [/LIST]