What is a "Failed to load module "module-ladspa-sink"" error?

Quantum Jumping

When I put in the terminal pulseaudio appears:

E: [pulseaudio] module-ladspa-sink.c: Master sink not found
E: [pulseaudio] module.c: Failed to load module "module-ladspa-sink" (argument: "sink_name=ladspa_output.mbeq_1197.mbeq master=alsa_output.pci-0000_00_1b.0.hdmi-stereo plugin=mbeq_1197 label=mbeq control=3.0,3.0,7.3,7.0,3.0,-1.0,-6.6,-6.3,-4.5,-4.0,1.1,1.2,5.8,7.9,8.8"): initialization failed.
E: [pulseaudio] main.c: Module load failed.
E: [pulseaudio] main.c: Failure to start the daemon.

How I can fix it?

Rinzwind

I found this blog post with the same error and an explanation:

A few days ago I started having issues with the equalizer that is, no sound. I removed the equalizer as well as ladspa-sdk. I promptly forgot about the whole thing until I rebooted and my machine began running super slow. Checking in syslog I found stuff like this:

pulseaudio[3662]: module-ladspa-sink.c: Failed to load LADSPA plugin: file not found
pulseaudio[3662]: module.c: Failed to load module “module-ladspa-sink” (argument: “sink_name=ladspa_output.mbeq_1197.mbeq master=alsa_output.pci-0000_05_00.0.analog-stereo plugin=mbeq_1197 label=mbeq control=-0.2,-0.2,-0.2,-0.2,3.5,3.5,3.5,3.5,3.5,3.5,3.5,2.5,2.5,0.0,0.0″): initialization failed.
pulseaudio[3662]: main.c: Module load failed.
Failed to initialize daemon.
pulseaudio[3660]: main.c: Daemon startup failed

Clearly the equalizer had left something behind when I removed it. Turned out the problem was in ~/.pulse/default.pa. The file had been modified in the install and not removed with it. The offending lines were at the end of the file. They looked like:

### Generated from: pulseaudio-equalizer
load-module module-ladspa-sink sink_name=ladspa_output.mbeq_1197.mbeq master=alsa_output.pci-0000_05_00.0.analog-stereo plugin=mbeq_1197 label=mbeq #control=-0.2,-0.2,-0.2,-0.2,3.5,3.5,3.5,3.5,3.5,3.5,3.5,2.5,2.5,0.0,0.0
set-default-sink ladspa_output.mbeq_1197.mbeq
set-sink-volume alsa_output.pci-0000_05_00.0.analog-stereo 65536
set-sink-mute alsa_output.pci-0000_05_00.0.analog-stereo 0
### END: Equalized audio configuration

I commented out all lines shown by adding a # at the beginning of each line and saved the file. Problem solved.


So in short:

sudo nano ~/.pulse/default.pa

scroll down to the line shown in the quote and add a # in front of all the lines. Save and exit.

In newer versions, this file could also be at ~/.config/pulse/default.pa.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to fix error: Failed to load module "canberra-gtk-module"

From Dev

Electron Failed to load Module

From Dev

"Failed to load module" error for Firebird datasource on WildFly 8.1.0.Final

From Dev

Failed to load module in Angular JS

From Dev

Failed to load module "canberra-gtk-module"

From Dev

Wildfly Failed to Load Module for Oracle Driver

From

Android Firebase DynamiteModule: Failed to load module descriptor

From Dev

Gtk-Message: Failed to load module "pantheon-filechooser-module"

From Dev

Gtk-Message: Failed to load module “pantheon-filechooser-module”

From Dev

Gtk Failed to load module "pantheon-filechooser-module"

From Dev

Express routing static file: Failed to load module script

From Dev

Failed to load module script when importing a .jpg file in a javascript file

From Java

Failed to load module org.keycloak.keycloak-server-subsystem

From Dev

Failed to load module script because of a disallowed MIME type

From Dev

Ubuntu MATE 17.10 Pluma: 'Failed to load module 'pythonloader'

From Dev

How to fix: "Failed to load module script ..." Angular 8, Electron 5

From Dev

Gtk-Message: Failed to load module "overlay-scrollbar"

From Dev

NVidia drivers don't work properly: `Failed to load module "nvidia" (module doesn't support this OS, 0)`

From Dev

While launching Apache NetBeans terminal shows: Failed to load module "canberra-gtk-module"

From Dev

Gimp won't start: Gtk-Message: Failed to load module "atk-bridge"

From Dev

Failed to load module script: The server responded with a non-JavaScript, CSS MIME type of "text/x-scss"

From Dev

WFLYCTL0083: failed to load module org,keycloak.keycloak-server-subsytem

From Dev

GCP App Engine / Angular - Failed to load module script: The server responded with a non-JavaScript MIME type of "text/html"

From

Failed to load module descriptor class: Didn't find class "com.google.android.gms.dynamite.descriptors.com.google.firebase.auth.ModuleDescriptor"

From Dev

Loading LADSPA plugin not working (Module load failed.)

From Dev

pulse audio sink, what are they?

From Dev

What are these heat sink components?

From Dev

What is this error in Python tabula module?

From Dev

Spring XD (Spring Integration DSL based) AWS S3 sink module error

Related Related

  1. 1

    How to fix error: Failed to load module "canberra-gtk-module"

  2. 2

    Electron Failed to load Module

  3. 3

    "Failed to load module" error for Firebird datasource on WildFly 8.1.0.Final

  4. 4

    Failed to load module in Angular JS

  5. 5

    Failed to load module "canberra-gtk-module"

  6. 6

    Wildfly Failed to Load Module for Oracle Driver

  7. 7

    Android Firebase DynamiteModule: Failed to load module descriptor

  8. 8

    Gtk-Message: Failed to load module "pantheon-filechooser-module"

  9. 9

    Gtk-Message: Failed to load module “pantheon-filechooser-module”

  10. 10

    Gtk Failed to load module "pantheon-filechooser-module"

  11. 11

    Express routing static file: Failed to load module script

  12. 12

    Failed to load module script when importing a .jpg file in a javascript file

  13. 13

    Failed to load module org.keycloak.keycloak-server-subsystem

  14. 14

    Failed to load module script because of a disallowed MIME type

  15. 15

    Ubuntu MATE 17.10 Pluma: 'Failed to load module 'pythonloader'

  16. 16

    How to fix: "Failed to load module script ..." Angular 8, Electron 5

  17. 17

    Gtk-Message: Failed to load module "overlay-scrollbar"

  18. 18

    NVidia drivers don't work properly: `Failed to load module "nvidia" (module doesn't support this OS, 0)`

  19. 19

    While launching Apache NetBeans terminal shows: Failed to load module "canberra-gtk-module"

  20. 20

    Gimp won't start: Gtk-Message: Failed to load module "atk-bridge"

  21. 21

    Failed to load module script: The server responded with a non-JavaScript, CSS MIME type of "text/x-scss"

  22. 22

    WFLYCTL0083: failed to load module org,keycloak.keycloak-server-subsytem

  23. 23

    GCP App Engine / Angular - Failed to load module script: The server responded with a non-JavaScript MIME type of "text/html"

  24. 24

    Failed to load module descriptor class: Didn't find class "com.google.android.gms.dynamite.descriptors.com.google.firebase.auth.ModuleDescriptor"

  25. 25

    Loading LADSPA plugin not working (Module load failed.)

  26. 26

    pulse audio sink, what are they?

  27. 27

    What are these heat sink components?

  28. 28

    What is this error in Python tabula module?

  29. 29

    Spring XD (Spring Integration DSL based) AWS S3 sink module error

HotTag

Archive