Apart from the
aplay -L result at the end I got a lot of this:
that's not what we're looking for. it should open ~/.asoundrc
if it doesn't show with that command, use
strace -e trace=file aplay -L
....
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9035,
...}) = 0
open("/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
open("/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
open("/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
open("/dev/snd/controlC0", O_RDWR|O_CLOEXEC) = 4
open("/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
open("/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=9035,
...}) = 0
open("/dev/snd/controlC1", O_RDONLY|O_CLOEXEC) = 4
open("/dev/snd/controlC1", O_RDWR|O_CLOEXEC) = 4
open("/dev/snd/controlC0", O_RDONLY|O_CLOEXEC) = 4
...
...
open("/dev/aloadC3", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
open("/dev/snd/controlC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file
or directory)
open("/dev/aloadC4", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
open("/dev/snd/controlC5", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file
or directory)
...
--
ailo