Clemens Ladisch wrote:
i use the
alsa drivers compiled as kernel modules. could it be the reason
that it can't work?
This should not make any difference.
Really, I had some problems that vanished when I compiled things as
modules. AFAIR is was something with ordering of the different cards,
for instance I want my USB soundcard to show up as card #1 and they
keyboards to get #2 - #4 regardless of what is plugged in when.
When modules are compiled in the kernel, their options are not longer
read from /etc/modprobe.conf but must be passed on the kernel command
line.
HTH
Clemens