Tanu Kaskinen schrieb: > If you give just two commas as the control argument, the module > refuses to load, because it requires 15 parameters, whereas the two > commas translate to just three parameters (with default values). Most > of the error messages went to syslog, since you started pulseaudio > with the -D switch (D as in daemonize). Leave -D out and you get all > output to the console. Ok i corrected this and passed 14 commas, load-module module-ladspa-sink sink_name=ladspa_out master=alsa_out plugin=mbeq_1197 label=mbeq control=,,,,,,,,,,,,,, it seems to work and i got some messages, W: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Die Operation ist nicht erlaubt W: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Die Operation ist nicht erlaubt ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL front:0 ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL front:0 It is in german, so i translate this, W: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not allowed W: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not allowed ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL front:0 ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL front:0 Is this an normal warning message or did the setting failed ? regards markus