-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> I am using an MAudio usb Quattro. One thing I didn`t understand about
> editing the modules.conf was whether I was to replace some values or
> merely augment the files by placing the new data as copied/pasted from the
> site onto the end of the file.

This file tells the kernel wich driver (module) should be automatically loaded 
once you try to access a certain device. That means you have to make sure 
there is one single module set for every single device since one driver is 
enough :-)

As I said before, your current modules.conf looks as if you only specified the 
driver for your internal card and there you don't use the alsa driver but the 
kernel driver. Get rid (comment out) of all the lines concerning sound. If 
what you posted before is complete, that should be:

alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 
2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null
2>&1 || :

and replace that with the stuff I sent before. After that you could unload all 
the sound modules with rmmod <name> after making sure, nothing is using the 
sound devices and the correct modules should load as soon as some application 
tries to access them. But I guess a reboot is easier. 

It would be really helpful if you found lsmod and could provide the output of 
it before and after your changes. 

Right now, looking at your current modules.conf it should only list that intel 
kernel sound module and various others for usb and stuff. After that it 
should list all the alsa sound modules.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Yst6WQvEMJfcXlQRAqogAJ4nzopt1lsPO0JwVnUIAqKbM2CMTACeKni3
qBkBJr2OxW9AMtoU/+lqMeE=
=x8zA
-----END PGP SIGNATURE-----



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to