On 07-01-08 12:58, Ramkumar R wrote:

> I also noticed another thing... my kernel spews out something when I try 
> to load ca0106 although the module loads finally:
> cannot find the slot for index 0 (range 0-0), error: -16
> CA0106: probe of 0000:01:06.0 failed with error -12

The module loaded, but failed to initialise -- it's sitting around your RAM 
chips as dead weight, basically.

Under "modprobe options" in the output you posted, we find:

        snd-ca0106: index=0

forcing it to be card 0. However, 0 is already taken by snd-hda-intel which 
loaded earlier and which was just assigned 0 automatically.

To solve, either delete that "index=0" (somewhere under /etc/modprobe.d) or 
if you do want snd-ca0106 to always be card 0, provide a non-conflicting 
index to snd-hda-intel (index=1).

Rene.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to