Hakon G wrote:
> I have bought a usb webcam with built-in microphone. After I plug it
> in, it seems to take over the status of "system soundcard", so I can't
> play sounds anymore, and the mixer app shows only one slide (of
> course) - the one for the mic. Or in fact, if i plug the camera in
> while the computer is running, then there will be two separate devices
> in the Gnome mixer app, and I can continue to play sound. But as soon
> as I reboot the computer, I can't take advantage of my normal
> soundcard.

The USB host controller driver initializes before the sound startup
scripts are run, so the USB audio driver gets loaded first.

> here's hwo the modules.conf file looks like:
>
> alias sound-slot-1 audio

"audio" is the kernel's OSS driver. The ALSA driver would be
snd-usb-audio.

> alias snd-card-0 snd-via82xx

This entry tells ALSA which module to load when the first sound card isn't
yet loaded, but this is not exactly what you want. To tell the driver what
sound card index to use, use the index option.

Add these lines to your modules.conf:

        alias snd-card-1 snd-usb-audio
        options snd-via82xx index=0
        options snd-usb-audio index=1


HTH
Clemens



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to