I need help please, I have bought a web camera with built-in microphone, I can use the video part, but I don't get any sound from the mic.
Now there's probably a good reason for that, because I don't know how to set up the modules loading.
I wasn't able to find a specific guide for usb-audio in the how-to's,
and I am totally unaware of what a sound-slot and all that is.
If there is any kind person here willing to give a helping hand, I'd appreciate it.

Here is how my /etc/modules.conf looks... I have commented out certain rows for soundcard2 (the cam) because I don't know
if they should be there or not. I just copied them from sndcard1.
Anyway, I've tried most combinations but no work.
Of course I have built both those drivers. Thanks!

Hakon

------------ /etc/modules.conf ------------

# ALSA native device support
alias char-major-116 snd
alias snd-card-0 snd-via82xx
alias snd-card-1 snd-usb-audio
options snd-via82xx index=0
options snd-usb-audio index=1

# OSS/Free setup
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
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 || :
alias sound-slot-1 snd-card-1
#alias sound-service-1-0 snd-mixer-oss
#alias sound-service-1-1 snd-seq-oss
#alias sound-service-1-3 snd-pcm-oss
#alias sound-service-1-8 snd-seq-oss
#alias sound-service-1-12 snd-pcm-oss
post-install sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-1 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

# video4linux
alias char-major-81 videodev
alias char-major-81-0 pwc
options pwc compression=3 fps=5 size=cif

alias usb-controller usb-uhci


Reply via email to