Tanu Kaskinen <tanuk at iki.fi> wrote > So does pulseaudio currently fail to open the mic? It does detect the webcam mic and it works, it is just the wrong sample rate. > If pulseaudio can't open the device by default, you should be able to > create the source just by inserting this line somewhere in your > default.pa: > > load-module module-alsa-source source_name=mic device=front:<alsa card > index> rate=16000 I have inserted this now in default.pa (of course in one single line) load-module module-alsa-source source_name=pawebcammic device=front:Camera rate=16000 But now, the daemon does not start any longer with this line... Thanx Malte