Rob Kampen wrote:
> ------- lsmod --------
> snd_intel8x0           68201  0
> cx88_alsa              48585  3
> 
> ------- /etc/modprobe.conf --------
> alias snd-card-0 snd-intel8x0
> options snd-intel8x0 index=0
> 
> ------- /proc/asound/modules --------
>  0 cx88_alsa
> 
> it appears the device drivewrs are loaded but the /proc/asound/modules 
> and /dev/snd show only the TV capture card.

The modprobe.conf file tells the snd-intel8x0 driver to load at index 0.
When the cx88_alsa driver gets loaded first, it loads at the first free
index (because there is no configuration that tells it otherwise), and
the snd-intel8x0 driver cannot use the index it was told to use.

Add the following line to modprobe.conf:

options cx88_alsa index=1

or try to get system-config-soundcard to do it for you.


HTH
Clemens


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to