Beta Advanced Emulator Launcher - Multi-emulator frontend for Kodi
(2016-10-21, 16:38)Wintermute0110 Wrote: @rik81 Please try this solution I've found here.

1) Create the file /etc/asound.conf and insert:

Code:
pcm.dsp {
    type plug
    slave.pcm "dmix"
}

2) Reboot

3) In Kodi go to "Settings", "System", "Audio output" and change the Audio Output Device to point to your new dmix device.

4) Test launching Retroarch with AEL and report results.

If it does not work, repeat but change the contents of /etc/asound.conf to this:

Code:
pcm.ossmix {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:0,3"
    }
}

pcm.dsp0 {
    type plug
    slave.pcm "ossmix"
}

ctl.mixer0 {
    type hw
    card 0
}

# If your alsa programs are complaining that they can't open your sound devices, try uncommenting this next line
#pcm.default pcm.dsp0

If anything of the above does not work remember to delete /etc/asound.conf. I will create a patch in AEL to suspend audio.

hello, thank you for your interest to my problem.

I have created the asound.conf file with Wordpad
saved on a USB key
I connect the USB key to my system LIBREELEC
I go to filemanager internal LIBREELEC
I find and I see the / etc folder of the system on the left, on the right find my USB key with asound.conf file
We press on asound.conf copy files
but I get error, you can not copy

I try to transfer it via the file created with filezilla
I find the folder / etc
asound.conf on file, right click, upload, I get the following error:
Error: /etc/asound.conf: open for write: received failure with description 'Failure'
Error: Transfer failed


then following a guide found on google, putty use.
root
libreelec
I log
I find the folder / etc
I run the command to create a new (empty) file in the current directory,

touch asound.conf

I get the following error:

LibreELEC: ~ # cd / etc
LibreELEC: / etc # touch asound.conf
touch: asound.conf: Read-only file system

give me a help to understand what should I do?

guide me step by step, they are ignorant of linux.

what little I did it because I read it, but every error that appears I'm going into a depression.

I do not want to be tiring, but I have the desire to understand and learn, along with a learned master, as you are.

I apologize for all the trouble, I'll take you.

I thank you in advance

I await your news
Reply


Messages In This Thread
RE: Advanced Emulator Launcher - Multi-emulator frontend for Kodi - by rik81 - 2016-10-21, 23:38
Can You create A Sub Category? - by Wild_Tom - 2020-07-13, 04:43
Crash & Lost my launchers? - by eirrocmh - 2020-11-29, 02:25
RE: Crash & Lost my launchers? - by eirrocmh - 2020-12-19, 00:19
Logout Mark Read Team Forum Stats Members Help
Advanced Emulator Launcher - Multi-emulator frontend for Kodi12