Page 4 of 39 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 385

Thread: PulseAudio Equalizer Script

  1. #31
    Join Date
    May 2007
    Beans
    4,513
    Distro
    Ubuntu

    Re: PulseAudio Equalizer Script

    Meh. And here I was all thinking I could put all those hours wasted into PA to good use

    Hope it can work for sources soon.

  2. #32
    Join Date
    Nov 2009
    Beans
    6
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: PulseAudio Equalizer Script

    Running Karmic, fully up to date.

    I rebooted after installing this equalizer from the deb package, and all of a sudden pulseaudio wouldn't initialize when I logged in. Got the following errors in syslog:

    Nov 9 17:32:45 nboddie-laptop pulseaudio[7399]: main.c: Module load failed.
    Nov 9 17:32:45 nboddie-laptop pulseaudio[7399]: main.c: Failed to initialize daemon.
    Nov 9 17:32:45 nboddie-laptop pulseaudio[7397]: main.c: Daemon startup failed.
    Nov 9 17:32:46 nboddie-laptop pulseaudio[7405]: module-ladspa-sink.c: Master sink not found
    Nov 9 17:32:46 nboddie-laptop pulseaudio[7405]: module.c: Failed to load module "module-ladspa-sink" (argument: "sink_name=ladspa_output.mbeq_1197.mbeq master= plugin=mbeq_1197 label=mbeq control=-0.1,-0.14,-0.12,-0.03,0.1,0.08,-0.12,-0.15,0.03,0.25,0.28,-0.9,-4.77,-8.63,-9.6"): initialization failed.

    had to disable the equalizer with:

    /ur/bin/pulseaudio-equalizer.sh disable-config

    and then logging out and back in results in pulseaudio working correctly.

    any fix for this problem?

  3. #33
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: PulseAudio Equalizer Script

    Quote Originally Posted by Vadi View Post
    Meh. And here I was all thinking I could put all those hours wasted into PA to good use

    Hope it can work for sources soon.
    No, because the ladspa module only works on sinks (outputs).

  4. #34
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: PulseAudio Equalizer Script

    Quote Originally Posted by nboddie View Post
    Running Karmic, fully up to date.

    I rebooted after installing this equalizer from the deb package, and all of a sudden pulseaudio wouldn't initialize when I logged in. Got the following errors in syslog:

    Nov 9 17:32:45 nboddie-laptop pulseaudio[7399]: main.c: Module load failed.
    Nov 9 17:32:45 nboddie-laptop pulseaudio[7399]: main.c: Failed to initialize daemon.
    Nov 9 17:32:45 nboddie-laptop pulseaudio[7397]: main.c: Daemon startup failed.
    Nov 9 17:32:46 nboddie-laptop pulseaudio[7405]: module-ladspa-sink.c: Master sink not found
    Nov 9 17:32:46 nboddie-laptop pulseaudio[7405]: module.c: Failed to load module "module-ladspa-sink" (argument: "sink_name=ladspa_output.mbeq_1197.mbeq master= plugin=mbeq_1197 label=mbeq control=-0.1,-0.14,-0.12,-0.03,0.1,0.08,-0.12,-0.15,0.03,0.25,0.28,-0.9,-4.77,-8.63,-9.6"): initialization failed.

    had to disable the equalizer with:

    /ur/bin/pulseaudio-equalizer.sh disable-config

    and then logging out and back in results in pulseaudio working correctly.

    any fix for this problem?
    The script doesn't seem to write the master sink name to your configuration file.

    Do this:
    Code:
    $ pulseaudio-equalizer.sh disable-config; pkill pulseaudio; sleep 10; pacmd info >~/Desktop/pacmd-info.log; pacmd stat >~/Desktop/pacmd-stat.log
    Send me the two log file that are saved to your desktop.

  5. #35
    Join Date
    Nov 2009
    Beans
    6
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: PulseAudio Equalizer Script

    files are attached.
    Attached Files Attached Files

  6. #36
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: PulseAudio Equalizer Script

    Quote Originally Posted by nboddie View Post
    files are attached.
    Thanks, I just need a few more:

    Code:
    $ pkill pulseaudio; sleep 10; pulseaudio-equalizer.sh enable; sleep 5; pacmd info >~/Desktop/pacmd-info.log; pacmd stat >~/Desktop/pacmd-stat.log
    Please send the logs again (same filenames on desktop).

  7. #37
    Join Date
    Nov 2009
    Beans
    6
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: PulseAudio Equalizer Script

    here you go
    Attached Files Attached Files

  8. #38
    Join Date
    Oct 2008
    Beans
    28

    Re: PulseAudio Equalizer Script

    I got the same error in my syslog as above on restart. Otherwise this equalizer is awesome!

    Code:
    Nov  9 18:38:44 nick-laptop pulseaudio[2487]: module-ladspa-sink.c: Failed to load LADSPA plugin: file not found
    Nov  9 18:38:44 nick-laptop pulseaudio[2487]: 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.analog-stereo plugin=mbeq_1197 label=mbeq control=0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0"): initialization failed.
    Nov  9 18:38:44 nick-laptop pulseaudio[2487]: main.c: Module load failed.
    Nov  9 18:38:44 nick-laptop pulseaudio[2487]: main.c: Failed to initialize daemon.
    Nov  9 18:38:44 nick-laptop pulseaudio[2482]: main.c: Daemon startup failed.
    Attached are the from the commands in the previous post also.
    Attached Files Attached Files

  9. #39
    Join Date
    Oct 2008
    Beans
    28

    Re: PulseAudio Equalizer Script

    Well, I just figured out when I hit enable EQ or apply settings, the eq doesn't change. Probably because of these errors that simitaneously show up in the log - maybe related to the first errors?

    Code:
    Nov  9 18:52:25 nick-laptop pulseaudio[3331]: ratelimit.c: 178 events suppressed
    Nov  9 18:52:29 nick-laptop pulseaudio[3331]: module-ladspa-sink.c: Failed to load LADSPA plugin: file not found
    Nov  9 18:52:29 nick-laptop pulseaudio[3331]: 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.analog-stereo plugin=mbeq_1197 label=mbeq control=-16.0,-16.0,6.5,6.5,6.0,5.5,4.5,1.0,1.0,1.0,-8.0,-10.0,-16.0,-16.0,-20.4"): initialization failed.
    Nov  9 18:52:32 nick-laptop pulseaudio[3331]: ratelimit.c: 198 events suppressed
    And when the eq is enables or applied the volume jumps to maximum, which is well annoying lol.

  10. #40
    Join Date
    Nov 2005
    Location
    Ireland
    Beans
    2,605
    Distro
    Ubuntu Development Release

    Re: PulseAudio Equalizer Script

    Quote Originally Posted by sanskaras View Post
    I got the same error in my syslog as above on restart. Otherwise this equalizer is awesome!

    Code:
    Nov  9 18:38:44 nick-laptop pulseaudio[2487]: module-ladspa-sink.c: Failed to load LADSPA plugin: file not found
    Nov  9 18:38:44 nick-laptop pulseaudio[2487]: 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.analog-stereo plugin=mbeq_1197 label=mbeq control=0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0"): initialization failed.
    Nov  9 18:38:44 nick-laptop pulseaudio[2487]: main.c: Module load failed.
    Nov  9 18:38:44 nick-laptop pulseaudio[2487]: main.c: Failed to initialize daemon.
    Nov  9 18:38:44 nick-laptop pulseaudio[2482]: main.c: Daemon startup failed.
    Attached are the from the commands in the previous post also.
    Your problem is different - install the packages "swh-plugins" and "ladspa-sdk". In the next update I'll add those as dependencies against the .deb file.

Page 4 of 39 FirstFirst ... 2345614 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •