Markus Feldmann schrieb: > 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=,,,,,,,,,,,,,, > sorry i am wrong, it doesnt work. i forgot to remove the comments symbol. i get this messages: 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 E: module-ladspa-sink.c: Master sink not found E: module.c: Failed to load module "module-ladspa-sink" (argument: "sink_name=ladspa_out master=alsa_out plugin=mbeq_1197 label=mbeq control=,,,,,,,,,,,,,,"): initialization failed. E: main.c: Module load failed. E: main.c: Failed to initialize daemon. There seems to be some missconfiguration ?