Hi!
I've bought a usb web camera with built-in microphone.
I have built the usb-audio module along with my via82xx.
The thing is, I don't know in details how to set up the module loading, so I haven't been able to get any sound from that microphone.
This is how my /etc/moudles.conf looks now... including my tentative commands for usb-audio that doesn't work.
I'd appreciate some short comments on how I should do it in order to work.
Hakon
-- /etc/modules.conf ----
alias eth0 natsemi
# 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-3 snd-pcm-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
alias usb-controller usb-uhci