Hello! I have tried to set up a new device to my system, namely a usb webcam with a microphone. I'm not very familiar with how to use kernel modules. I have browsed some docs etc. but I'm not certain. The thing is, I have managed to set up the device, it seems. But I don't get any sound from the microphone. So I'd appreciate some revision of my modules.conf file. Am i missing something there? Thanks! /Hakon -------------------
alias parport_lowlevel parport_pc 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 # card #1 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 || : # card #2 (usb webcam) alias sound-slot-1 snd-card-1 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 || : alias usb-controller usb-uhci ------------------------------------------------------- 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