Package: alsa-utils Version: 1.0.11-4 When I invoke alsamixer from a terminal it exits with the error message: # alsamixer ALSA lib control.c:816:(snd_ctl_open_noupdate) Invalid CTL default alsamixer: function snd_ctl_open failed for default: No such file or directory
Strace showed the following line: stat64("/home/jordi/svn/pkg-alsa/trunk/build-area/alsa-lib-1.0.11//share/alsa/alsa.conf", 0xaf93f7cc) = -1 ENOENT (No such file or directory) Creating the directory /home/jordi/svn/pkg-alsa/trunk/build-area/alsa-lib-1.0.11//share/alsa/ and linking /usr/share/alsa/alsa.conf solved the problem temporarily and alsamixer started just fine. /Ralph Hinterleitner