Joel Roth <[EMAIL PROTECTED]> writes:

> I am running a 2.6.15 kernel using udev
> to populate the /dev directory. I have two sound cards,
> corresponding to the snd-ice1712 and snd-via82xx drivers.
> The drivers are compiled as modules, and load
> automagically.  My system is Debian-based, most packages
> from the 'etch' (testing) distribution, with a few from
> 'sid' (unstable). 

> 1. Passing arguments to the drivers
>
> In my case /etc/modules.conf is generated from 
> alsa-base and other files in /etc/modutils by running 
> update-modules.
>
> I made the following additions to /etc/modutils/alsa-base, 
>
> options snd-via82xx index=0
> options snd-ice1712 index=1
>
> run update-modules, and rebooted.
>
> Result: no impact on assignments
>

The correct Debian location for configuration files for new kernels
is /etc/modprobe.d/.
If you append the 2 option lines above to e.g. alsa-base it should
work.
You don't have to run update-modules, because it is obsolete.

Matthias


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to