ALSAEQUAL runs, but sliders do not seem to affect audio

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite
1












I want to have an equalizer that lets me easily adjust sound for listening to music on my laptop with headphones. I'm trying to install ALSAEQUAL since it seems that this is the preferred tool for what I need. (If I'm wrong, please let me know). I'd like to be able to adjust equalizer levels to a preferred state and have my system remember this EQ state across various applications (including web browser, MPD, VLC), as well as across reboots.



When I run alsamixer -D equal, the ncurses equalizer interface appears, but it seems that my audio is not respondning---the sliders move, but the playback EQ levels don't seem to change at all when I adjust the sliders. (I've tried with audio playing in both VLC and MPD). How can I configure ALSAEQUAL to work properly?



My .asoundrc file is:



pcm.!default 
type plug;
slave.pcm "plugequal";

ctl.equal
type equal;

pcm.plugequal
type equal;
slave.pcm "plug:dmix";



I am running Linux Mint 16 Cinnamon on a Lenovo Thinkpad e420.










share|improve this question

























    up vote
    1
    down vote

    favorite
    1












    I want to have an equalizer that lets me easily adjust sound for listening to music on my laptop with headphones. I'm trying to install ALSAEQUAL since it seems that this is the preferred tool for what I need. (If I'm wrong, please let me know). I'd like to be able to adjust equalizer levels to a preferred state and have my system remember this EQ state across various applications (including web browser, MPD, VLC), as well as across reboots.



    When I run alsamixer -D equal, the ncurses equalizer interface appears, but it seems that my audio is not respondning---the sliders move, but the playback EQ levels don't seem to change at all when I adjust the sliders. (I've tried with audio playing in both VLC and MPD). How can I configure ALSAEQUAL to work properly?



    My .asoundrc file is:



    pcm.!default 
    type plug;
    slave.pcm "plugequal";

    ctl.equal
    type equal;

    pcm.plugequal
    type equal;
    slave.pcm "plug:dmix";



    I am running Linux Mint 16 Cinnamon on a Lenovo Thinkpad e420.










    share|improve this question























      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      I want to have an equalizer that lets me easily adjust sound for listening to music on my laptop with headphones. I'm trying to install ALSAEQUAL since it seems that this is the preferred tool for what I need. (If I'm wrong, please let me know). I'd like to be able to adjust equalizer levels to a preferred state and have my system remember this EQ state across various applications (including web browser, MPD, VLC), as well as across reboots.



      When I run alsamixer -D equal, the ncurses equalizer interface appears, but it seems that my audio is not respondning---the sliders move, but the playback EQ levels don't seem to change at all when I adjust the sliders. (I've tried with audio playing in both VLC and MPD). How can I configure ALSAEQUAL to work properly?



      My .asoundrc file is:



      pcm.!default 
      type plug;
      slave.pcm "plugequal";

      ctl.equal
      type equal;

      pcm.plugequal
      type equal;
      slave.pcm "plug:dmix";



      I am running Linux Mint 16 Cinnamon on a Lenovo Thinkpad e420.










      share|improve this question













      I want to have an equalizer that lets me easily adjust sound for listening to music on my laptop with headphones. I'm trying to install ALSAEQUAL since it seems that this is the preferred tool for what I need. (If I'm wrong, please let me know). I'd like to be able to adjust equalizer levels to a preferred state and have my system remember this EQ state across various applications (including web browser, MPD, VLC), as well as across reboots.



      When I run alsamixer -D equal, the ncurses equalizer interface appears, but it seems that my audio is not respondning---the sliders move, but the playback EQ levels don't seem to change at all when I adjust the sliders. (I've tried with audio playing in both VLC and MPD). How can I configure ALSAEQUAL to work properly?



      My .asoundrc file is:



      pcm.!default 
      type plug;
      slave.pcm "plugequal";

      ctl.equal
      type equal;

      pcm.plugequal
      type equal;
      slave.pcm "plug:dmix";



      I am running Linux Mint 16 Cinnamon on a Lenovo Thinkpad e420.







      audio alsa






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 27 '14 at 6:41









      Kevin

      2118




      2118




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf and add autospawn = no to the end. You can also edit /etc/pulse/daemon.conf and add daemonize = no. Try restarting and pulseaudio should be down.



          You can start pulseaudio temporarily by running pulseaudio in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).






          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f117203%2falsaequal-runs-but-sliders-do-not-seem-to-affect-audio%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf and add autospawn = no to the end. You can also edit /etc/pulse/daemon.conf and add daemonize = no. Try restarting and pulseaudio should be down.



            You can start pulseaudio temporarily by running pulseaudio in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).






            share|improve this answer


























              up vote
              0
              down vote













              I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf and add autospawn = no to the end. You can also edit /etc/pulse/daemon.conf and add daemonize = no. Try restarting and pulseaudio should be down.



              You can start pulseaudio temporarily by running pulseaudio in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).






              share|improve this answer
























                up vote
                0
                down vote










                up vote
                0
                down vote









                I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf and add autospawn = no to the end. You can also edit /etc/pulse/daemon.conf and add daemonize = no. Try restarting and pulseaudio should be down.



                You can start pulseaudio temporarily by running pulseaudio in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).






                share|improve this answer














                I've had problems with plugequal too. Make sure you disabled pulseaudio before that, and that it stays disabled. I usually edit /etc/pulse/client.conf and add autospawn = no to the end. You can also edit /etc/pulse/daemon.conf and add daemonize = no. Try restarting and pulseaudio should be down.



                You can start pulseaudio temporarily by running pulseaudio in a terminal; closing the terminal will also close pulseaudio. If you still use Linux Mint, look for the alsa mixer applet (but note that cinnamon's default applet for sound will disappear when pulseaudio is not running).







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Feb 13 '15 at 17:41









                Michael Mrozek♦

                58.8k27184207




                58.8k27184207










                answered Feb 13 '15 at 16:46









                user2490448

                111




                111



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f117203%2falsaequal-runs-but-sliders-do-not-seem-to-affect-audio%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Bahrain

                    Postfix configuration issue with fips on centos 7; mailgun relay