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?
I found this blog post with the same error and an explanation:
So in short:
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
.By a distro upgrade I had a corrupt pulseaudio configuration in my home folder in the
~/.config/pulse
folder, receiving the same errors as you. I just moved the complete folder into a backup folder. Pulseaudio immediately created a new fresh config folder by its autospawn function. I had sound again! :)In addition to @rinzwind's answer (remove or comment out the lines about ladspa), run
pulseaudio-equalizer
to regerate configuration.The overall problem is caused, probably, by the audio card replacement or other changes in hardware (that caused itself the changes in PCI address of audio card). I faced the same problem when put my HDD with Ubuntu into another laptop, but did the steps above and this made a trick.
Its better you should use
pulseaudio-equalizer
and run this command :pulseaudio-equalizer enable
This makes the auido profiles to come back.
Just writing in to say that Rinzwind's answer still worked for me in 2019 after installing pulseaudioequalizer messed something up. I had to uninstall it first but then deleting the config folder and restarting my computer did the trick.