pulse audio equaliser not working in ubuntu 18.04












5














I recently installed ubuntu 18.04 LTS ,and my laptop is dell vostro 14 3468. But since i updated to 18.04 i can't really use pulse audio equaliser. When i start pulse audio in terminal it says



E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.


And also my touch pad now sucks, it jumb over frequently, that is annoying.
why is ubuntu 18.04 like this.
please help.










share|improve this question
























  • When you copy and paste text from the terminal please include the command you used, not just the output from the command. This allows others to test the exact same way.
    – WinEunuuchs2Unix
    May 4 '18 at 10:26
















5














I recently installed ubuntu 18.04 LTS ,and my laptop is dell vostro 14 3468. But since i updated to 18.04 i can't really use pulse audio equaliser. When i start pulse audio in terminal it says



E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.


And also my touch pad now sucks, it jumb over frequently, that is annoying.
why is ubuntu 18.04 like this.
please help.










share|improve this question
























  • When you copy and paste text from the terminal please include the command you used, not just the output from the command. This allows others to test the exact same way.
    – WinEunuuchs2Unix
    May 4 '18 at 10:26














5












5








5


2





I recently installed ubuntu 18.04 LTS ,and my laptop is dell vostro 14 3468. But since i updated to 18.04 i can't really use pulse audio equaliser. When i start pulse audio in terminal it says



E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.


And also my touch pad now sucks, it jumb over frequently, that is annoying.
why is ubuntu 18.04 like this.
please help.










share|improve this question















I recently installed ubuntu 18.04 LTS ,and my laptop is dell vostro 14 3468. But since i updated to 18.04 i can't really use pulse audio equaliser. When i start pulse audio in terminal it says



E: [pulseaudio] pid.c: Daemon already running.
E: [pulseaudio] main.c: pa_pid_file_create() failed.


And also my touch pad now sucks, it jumb over frequently, that is annoying.
why is ubuntu 18.04 like this.
please help.







pulseaudio 18.04






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 31 '18 at 21:19









vidarlo

9,38942445




9,38942445










asked May 4 '18 at 10:12









abi jithuabi jithu

5113




5113












  • When you copy and paste text from the terminal please include the command you used, not just the output from the command. This allows others to test the exact same way.
    – WinEunuuchs2Unix
    May 4 '18 at 10:26


















  • When you copy and paste text from the terminal please include the command you used, not just the output from the command. This allows others to test the exact same way.
    – WinEunuuchs2Unix
    May 4 '18 at 10:26
















When you copy and paste text from the terminal please include the command you used, not just the output from the command. This allows others to test the exact same way.
– WinEunuuchs2Unix
May 4 '18 at 10:26




When you copy and paste text from the terminal please include the command you used, not just the output from the command. This allows others to test the exact same way.
– WinEunuuchs2Unix
May 4 '18 at 10:26










4 Answers
4






active

oldest

votes


















5














This is how I fixed that on my 18.04 LTS:



I cloned a newer version of pulseaudio-equalizer from github and did the configuration. The way to do that is as follows:



$ cd ~/Desktop && mkdir tmp && cd tmp
$ git clone https://github.com/kernelOfTruth/pulseaudio-equalizer.git
$ cd pulseaudio-equalizer
$ cp -R share/pulseaudio-equalizer/presets/ ~/.config/pulse/
$ cp equalizerrc ~/.config/pulse
$ sudo cp -R share/applications/ share/pulseaudio-equalizer/ /usr/share/
$ sudo cp bin/pulseaudio-equalizer bin/pulseaudio-equalizer-gtk /bin/
$ cd ~/.config/pulse
$ touch ~/.config/pulse/equalizerrc.availablepresets
$ sudo chmod +x /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py
$ python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py


Then at this point just enable the equalizer and apply the settings.



UPDATE: After a while (messing up with audio settings), I discovered that the equalizer never persists (enabling it misbehaved). That took me back to square 1.
To resolve that I downloaded pulseeffects and used it to trick pulseaudio-equalizer like this:



$ wget https://launchpad.net/~yunnxx/+archive/ubuntu/gnome3/+files/pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb
$ sudo dpkg -i pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb


Then I:




  1. Launched and enabled equalizer on pulseeffects,

  2. Launched and enabled pulseaudio-equalizer

  3. Exited pulseeffects


NOTE: Pulseeffects doesn't persist. I have no idea how, but it tricks pulseaudio-equalizer to persist. Beats me.






share|improve this answer























  • Thank you. But please note that share and bin folders must be copied to ~/.config/pulse to avoid errors.
    – Vladimir Jovanović
    May 7 '18 at 10:21












  • oh thanks, thats solved it.
    – abi jithu
    May 22 '18 at 6:59










  • now i am using pulse effects. it seems a good equaliser, but didint get sound when i change it cnfiguration, sound is coming and going. so i give up on that. last time when i install pulse audio equaliser packages conflicted, and i have to reinstall the ubuntu 18.04. such a drag. very well , thanks
    – abi jithu
    May 22 '18 at 7:01



















2














None of the above solutions worked for me, so here is what I found helpful in my case:



cleanup the previous mess:



sudo apt purge pulseaudio-equalizer
sudo add-apt-repository --remove ppa:nilarimogard/webupd8


Install the pulseeffects (equalizer included):



sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects


Pulseeffects comes with equalizer so there is no need to install the equalizer separately. The above solution works perfectly in case of Ubuntu 18.04 and I found it here https://github.com/wwmm/pulseeffects/wiki/Package-Repositories






share|improve this answer





















  • Wow! This made my computer a complete mobile audio suite for live presentations. Easy to understand if you are related to professional audio. And yes, includes the equalizer, but it is more than just an EQ. Thank you.
    – Geppettvs D'Constanzo
    Dec 29 '18 at 18:37



















0














I recently found out that pulseaudio-equalizer is part of the universe repository since Ubuntu 17.04 and the only thing you have to do is to enable the universe repository and you can install the equalizer as sudo apt install pulseaudio-equalizer.






share|improve this answer

















  • 1




    That does not work with 18.04. Did you even try this out?
    – Paul Benson
    Aug 25 '18 at 17:16



















-1














You can install from Webupd8 PPA repo with following commands for Ubuntu 18.04 based distros. Pref file for priority of PPA's package.



First remove main repo's package.



sudo apt purge pulseaudio-equalizer


After install from PPA



sudo add-apt-repository ppa:nilarimogard/webupd8


echo -e 'Package: pulseaudio-equalizernPin: release o=LP-PPA-nilarimogard-webupd8nPin-Priority: 700' | sudo tee /etc/apt/preferences.d/webupd8.pref


sudo apt-get update


sudo apt-get install pulseaudio-equalizer





share|improve this answer























  • That's fine for 16.04. This does not work for 18.04. Please stop wasting people's time.
    – Paul Benson
    Aug 25 '18 at 17:23













Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1031916%2fpulse-audio-equaliser-not-working-in-ubuntu-18-04%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























4 Answers
4






active

oldest

votes








4 Answers
4






active

oldest

votes









active

oldest

votes






active

oldest

votes









5














This is how I fixed that on my 18.04 LTS:



I cloned a newer version of pulseaudio-equalizer from github and did the configuration. The way to do that is as follows:



$ cd ~/Desktop && mkdir tmp && cd tmp
$ git clone https://github.com/kernelOfTruth/pulseaudio-equalizer.git
$ cd pulseaudio-equalizer
$ cp -R share/pulseaudio-equalizer/presets/ ~/.config/pulse/
$ cp equalizerrc ~/.config/pulse
$ sudo cp -R share/applications/ share/pulseaudio-equalizer/ /usr/share/
$ sudo cp bin/pulseaudio-equalizer bin/pulseaudio-equalizer-gtk /bin/
$ cd ~/.config/pulse
$ touch ~/.config/pulse/equalizerrc.availablepresets
$ sudo chmod +x /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py
$ python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py


Then at this point just enable the equalizer and apply the settings.



UPDATE: After a while (messing up with audio settings), I discovered that the equalizer never persists (enabling it misbehaved). That took me back to square 1.
To resolve that I downloaded pulseeffects and used it to trick pulseaudio-equalizer like this:



$ wget https://launchpad.net/~yunnxx/+archive/ubuntu/gnome3/+files/pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb
$ sudo dpkg -i pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb


Then I:




  1. Launched and enabled equalizer on pulseeffects,

  2. Launched and enabled pulseaudio-equalizer

  3. Exited pulseeffects


NOTE: Pulseeffects doesn't persist. I have no idea how, but it tricks pulseaudio-equalizer to persist. Beats me.






share|improve this answer























  • Thank you. But please note that share and bin folders must be copied to ~/.config/pulse to avoid errors.
    – Vladimir Jovanović
    May 7 '18 at 10:21












  • oh thanks, thats solved it.
    – abi jithu
    May 22 '18 at 6:59










  • now i am using pulse effects. it seems a good equaliser, but didint get sound when i change it cnfiguration, sound is coming and going. so i give up on that. last time when i install pulse audio equaliser packages conflicted, and i have to reinstall the ubuntu 18.04. such a drag. very well , thanks
    – abi jithu
    May 22 '18 at 7:01
















5














This is how I fixed that on my 18.04 LTS:



I cloned a newer version of pulseaudio-equalizer from github and did the configuration. The way to do that is as follows:



$ cd ~/Desktop && mkdir tmp && cd tmp
$ git clone https://github.com/kernelOfTruth/pulseaudio-equalizer.git
$ cd pulseaudio-equalizer
$ cp -R share/pulseaudio-equalizer/presets/ ~/.config/pulse/
$ cp equalizerrc ~/.config/pulse
$ sudo cp -R share/applications/ share/pulseaudio-equalizer/ /usr/share/
$ sudo cp bin/pulseaudio-equalizer bin/pulseaudio-equalizer-gtk /bin/
$ cd ~/.config/pulse
$ touch ~/.config/pulse/equalizerrc.availablepresets
$ sudo chmod +x /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py
$ python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py


Then at this point just enable the equalizer and apply the settings.



UPDATE: After a while (messing up with audio settings), I discovered that the equalizer never persists (enabling it misbehaved). That took me back to square 1.
To resolve that I downloaded pulseeffects and used it to trick pulseaudio-equalizer like this:



$ wget https://launchpad.net/~yunnxx/+archive/ubuntu/gnome3/+files/pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb
$ sudo dpkg -i pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb


Then I:




  1. Launched and enabled equalizer on pulseeffects,

  2. Launched and enabled pulseaudio-equalizer

  3. Exited pulseeffects


NOTE: Pulseeffects doesn't persist. I have no idea how, but it tricks pulseaudio-equalizer to persist. Beats me.






share|improve this answer























  • Thank you. But please note that share and bin folders must be copied to ~/.config/pulse to avoid errors.
    – Vladimir Jovanović
    May 7 '18 at 10:21












  • oh thanks, thats solved it.
    – abi jithu
    May 22 '18 at 6:59










  • now i am using pulse effects. it seems a good equaliser, but didint get sound when i change it cnfiguration, sound is coming and going. so i give up on that. last time when i install pulse audio equaliser packages conflicted, and i have to reinstall the ubuntu 18.04. such a drag. very well , thanks
    – abi jithu
    May 22 '18 at 7:01














5












5








5






This is how I fixed that on my 18.04 LTS:



I cloned a newer version of pulseaudio-equalizer from github and did the configuration. The way to do that is as follows:



$ cd ~/Desktop && mkdir tmp && cd tmp
$ git clone https://github.com/kernelOfTruth/pulseaudio-equalizer.git
$ cd pulseaudio-equalizer
$ cp -R share/pulseaudio-equalizer/presets/ ~/.config/pulse/
$ cp equalizerrc ~/.config/pulse
$ sudo cp -R share/applications/ share/pulseaudio-equalizer/ /usr/share/
$ sudo cp bin/pulseaudio-equalizer bin/pulseaudio-equalizer-gtk /bin/
$ cd ~/.config/pulse
$ touch ~/.config/pulse/equalizerrc.availablepresets
$ sudo chmod +x /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py
$ python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py


Then at this point just enable the equalizer and apply the settings.



UPDATE: After a while (messing up with audio settings), I discovered that the equalizer never persists (enabling it misbehaved). That took me back to square 1.
To resolve that I downloaded pulseeffects and used it to trick pulseaudio-equalizer like this:



$ wget https://launchpad.net/~yunnxx/+archive/ubuntu/gnome3/+files/pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb
$ sudo dpkg -i pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb


Then I:




  1. Launched and enabled equalizer on pulseeffects,

  2. Launched and enabled pulseaudio-equalizer

  3. Exited pulseeffects


NOTE: Pulseeffects doesn't persist. I have no idea how, but it tricks pulseaudio-equalizer to persist. Beats me.






share|improve this answer














This is how I fixed that on my 18.04 LTS:



I cloned a newer version of pulseaudio-equalizer from github and did the configuration. The way to do that is as follows:



$ cd ~/Desktop && mkdir tmp && cd tmp
$ git clone https://github.com/kernelOfTruth/pulseaudio-equalizer.git
$ cd pulseaudio-equalizer
$ cp -R share/pulseaudio-equalizer/presets/ ~/.config/pulse/
$ cp equalizerrc ~/.config/pulse
$ sudo cp -R share/applications/ share/pulseaudio-equalizer/ /usr/share/
$ sudo cp bin/pulseaudio-equalizer bin/pulseaudio-equalizer-gtk /bin/
$ cd ~/.config/pulse
$ touch ~/.config/pulse/equalizerrc.availablepresets
$ sudo chmod +x /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py
$ python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py


Then at this point just enable the equalizer and apply the settings.



UPDATE: After a while (messing up with audio settings), I discovered that the equalizer never persists (enabling it misbehaved). That took me back to square 1.
To resolve that I downloaded pulseeffects and used it to trick pulseaudio-equalizer like this:



$ wget https://launchpad.net/~yunnxx/+archive/ubuntu/gnome3/+files/pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb
$ sudo dpkg -i pulseeffects_1.313entornosgnulinuxenial-1ubuntu1_amd64.deb


Then I:




  1. Launched and enabled equalizer on pulseeffects,

  2. Launched and enabled pulseaudio-equalizer

  3. Exited pulseeffects


NOTE: Pulseeffects doesn't persist. I have no idea how, but it tricks pulseaudio-equalizer to persist. Beats me.







share|improve this answer














share|improve this answer



share|improve this answer








edited May 8 '18 at 14:28

























answered May 7 '18 at 1:09









Lester ObbayiLester Obbayi

714




714












  • Thank you. But please note that share and bin folders must be copied to ~/.config/pulse to avoid errors.
    – Vladimir Jovanović
    May 7 '18 at 10:21












  • oh thanks, thats solved it.
    – abi jithu
    May 22 '18 at 6:59










  • now i am using pulse effects. it seems a good equaliser, but didint get sound when i change it cnfiguration, sound is coming and going. so i give up on that. last time when i install pulse audio equaliser packages conflicted, and i have to reinstall the ubuntu 18.04. such a drag. very well , thanks
    – abi jithu
    May 22 '18 at 7:01


















  • Thank you. But please note that share and bin folders must be copied to ~/.config/pulse to avoid errors.
    – Vladimir Jovanović
    May 7 '18 at 10:21












  • oh thanks, thats solved it.
    – abi jithu
    May 22 '18 at 6:59










  • now i am using pulse effects. it seems a good equaliser, but didint get sound when i change it cnfiguration, sound is coming and going. so i give up on that. last time when i install pulse audio equaliser packages conflicted, and i have to reinstall the ubuntu 18.04. such a drag. very well , thanks
    – abi jithu
    May 22 '18 at 7:01
















Thank you. But please note that share and bin folders must be copied to ~/.config/pulse to avoid errors.
– Vladimir Jovanović
May 7 '18 at 10:21






Thank you. But please note that share and bin folders must be copied to ~/.config/pulse to avoid errors.
– Vladimir Jovanović
May 7 '18 at 10:21














oh thanks, thats solved it.
– abi jithu
May 22 '18 at 6:59




oh thanks, thats solved it.
– abi jithu
May 22 '18 at 6:59












now i am using pulse effects. it seems a good equaliser, but didint get sound when i change it cnfiguration, sound is coming and going. so i give up on that. last time when i install pulse audio equaliser packages conflicted, and i have to reinstall the ubuntu 18.04. such a drag. very well , thanks
– abi jithu
May 22 '18 at 7:01




now i am using pulse effects. it seems a good equaliser, but didint get sound when i change it cnfiguration, sound is coming and going. so i give up on that. last time when i install pulse audio equaliser packages conflicted, and i have to reinstall the ubuntu 18.04. such a drag. very well , thanks
– abi jithu
May 22 '18 at 7:01













2














None of the above solutions worked for me, so here is what I found helpful in my case:



cleanup the previous mess:



sudo apt purge pulseaudio-equalizer
sudo add-apt-repository --remove ppa:nilarimogard/webupd8


Install the pulseeffects (equalizer included):



sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects


Pulseeffects comes with equalizer so there is no need to install the equalizer separately. The above solution works perfectly in case of Ubuntu 18.04 and I found it here https://github.com/wwmm/pulseeffects/wiki/Package-Repositories






share|improve this answer





















  • Wow! This made my computer a complete mobile audio suite for live presentations. Easy to understand if you are related to professional audio. And yes, includes the equalizer, but it is more than just an EQ. Thank you.
    – Geppettvs D'Constanzo
    Dec 29 '18 at 18:37
















2














None of the above solutions worked for me, so here is what I found helpful in my case:



cleanup the previous mess:



sudo apt purge pulseaudio-equalizer
sudo add-apt-repository --remove ppa:nilarimogard/webupd8


Install the pulseeffects (equalizer included):



sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects


Pulseeffects comes with equalizer so there is no need to install the equalizer separately. The above solution works perfectly in case of Ubuntu 18.04 and I found it here https://github.com/wwmm/pulseeffects/wiki/Package-Repositories






share|improve this answer





















  • Wow! This made my computer a complete mobile audio suite for live presentations. Easy to understand if you are related to professional audio. And yes, includes the equalizer, but it is more than just an EQ. Thank you.
    – Geppettvs D'Constanzo
    Dec 29 '18 at 18:37














2












2








2






None of the above solutions worked for me, so here is what I found helpful in my case:



cleanup the previous mess:



sudo apt purge pulseaudio-equalizer
sudo add-apt-repository --remove ppa:nilarimogard/webupd8


Install the pulseeffects (equalizer included):



sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects


Pulseeffects comes with equalizer so there is no need to install the equalizer separately. The above solution works perfectly in case of Ubuntu 18.04 and I found it here https://github.com/wwmm/pulseeffects/wiki/Package-Repositories






share|improve this answer












None of the above solutions worked for me, so here is what I found helpful in my case:



cleanup the previous mess:



sudo apt purge pulseaudio-equalizer
sudo add-apt-repository --remove ppa:nilarimogard/webupd8


Install the pulseeffects (equalizer included):



sudo add-apt-repository ppa:mikhailnov/pulseeffects -y
sudo apt update
sudo apt install pulseeffects


Pulseeffects comes with equalizer so there is no need to install the equalizer separately. The above solution works perfectly in case of Ubuntu 18.04 and I found it here https://github.com/wwmm/pulseeffects/wiki/Package-Repositories







share|improve this answer












share|improve this answer



share|improve this answer










answered Aug 6 '18 at 14:05









user7547272user7547272

566




566












  • Wow! This made my computer a complete mobile audio suite for live presentations. Easy to understand if you are related to professional audio. And yes, includes the equalizer, but it is more than just an EQ. Thank you.
    – Geppettvs D'Constanzo
    Dec 29 '18 at 18:37


















  • Wow! This made my computer a complete mobile audio suite for live presentations. Easy to understand if you are related to professional audio. And yes, includes the equalizer, but it is more than just an EQ. Thank you.
    – Geppettvs D'Constanzo
    Dec 29 '18 at 18:37
















Wow! This made my computer a complete mobile audio suite for live presentations. Easy to understand if you are related to professional audio. And yes, includes the equalizer, but it is more than just an EQ. Thank you.
– Geppettvs D'Constanzo
Dec 29 '18 at 18:37




Wow! This made my computer a complete mobile audio suite for live presentations. Easy to understand if you are related to professional audio. And yes, includes the equalizer, but it is more than just an EQ. Thank you.
– Geppettvs D'Constanzo
Dec 29 '18 at 18:37











0














I recently found out that pulseaudio-equalizer is part of the universe repository since Ubuntu 17.04 and the only thing you have to do is to enable the universe repository and you can install the equalizer as sudo apt install pulseaudio-equalizer.






share|improve this answer

















  • 1




    That does not work with 18.04. Did you even try this out?
    – Paul Benson
    Aug 25 '18 at 17:16
















0














I recently found out that pulseaudio-equalizer is part of the universe repository since Ubuntu 17.04 and the only thing you have to do is to enable the universe repository and you can install the equalizer as sudo apt install pulseaudio-equalizer.






share|improve this answer

















  • 1




    That does not work with 18.04. Did you even try this out?
    – Paul Benson
    Aug 25 '18 at 17:16














0












0








0






I recently found out that pulseaudio-equalizer is part of the universe repository since Ubuntu 17.04 and the only thing you have to do is to enable the universe repository and you can install the equalizer as sudo apt install pulseaudio-equalizer.






share|improve this answer












I recently found out that pulseaudio-equalizer is part of the universe repository since Ubuntu 17.04 and the only thing you have to do is to enable the universe repository and you can install the equalizer as sudo apt install pulseaudio-equalizer.







share|improve this answer












share|improve this answer



share|improve this answer










answered Jun 17 '18 at 11:59









Vladimir JovanovićVladimir Jovanović

20229




20229








  • 1




    That does not work with 18.04. Did you even try this out?
    – Paul Benson
    Aug 25 '18 at 17:16














  • 1




    That does not work with 18.04. Did you even try this out?
    – Paul Benson
    Aug 25 '18 at 17:16








1




1




That does not work with 18.04. Did you even try this out?
– Paul Benson
Aug 25 '18 at 17:16




That does not work with 18.04. Did you even try this out?
– Paul Benson
Aug 25 '18 at 17:16











-1














You can install from Webupd8 PPA repo with following commands for Ubuntu 18.04 based distros. Pref file for priority of PPA's package.



First remove main repo's package.



sudo apt purge pulseaudio-equalizer


After install from PPA



sudo add-apt-repository ppa:nilarimogard/webupd8


echo -e 'Package: pulseaudio-equalizernPin: release o=LP-PPA-nilarimogard-webupd8nPin-Priority: 700' | sudo tee /etc/apt/preferences.d/webupd8.pref


sudo apt-get update


sudo apt-get install pulseaudio-equalizer





share|improve this answer























  • That's fine for 16.04. This does not work for 18.04. Please stop wasting people's time.
    – Paul Benson
    Aug 25 '18 at 17:23


















-1














You can install from Webupd8 PPA repo with following commands for Ubuntu 18.04 based distros. Pref file for priority of PPA's package.



First remove main repo's package.



sudo apt purge pulseaudio-equalizer


After install from PPA



sudo add-apt-repository ppa:nilarimogard/webupd8


echo -e 'Package: pulseaudio-equalizernPin: release o=LP-PPA-nilarimogard-webupd8nPin-Priority: 700' | sudo tee /etc/apt/preferences.d/webupd8.pref


sudo apt-get update


sudo apt-get install pulseaudio-equalizer





share|improve this answer























  • That's fine for 16.04. This does not work for 18.04. Please stop wasting people's time.
    – Paul Benson
    Aug 25 '18 at 17:23
















-1












-1








-1






You can install from Webupd8 PPA repo with following commands for Ubuntu 18.04 based distros. Pref file for priority of PPA's package.



First remove main repo's package.



sudo apt purge pulseaudio-equalizer


After install from PPA



sudo add-apt-repository ppa:nilarimogard/webupd8


echo -e 'Package: pulseaudio-equalizernPin: release o=LP-PPA-nilarimogard-webupd8nPin-Priority: 700' | sudo tee /etc/apt/preferences.d/webupd8.pref


sudo apt-get update


sudo apt-get install pulseaudio-equalizer





share|improve this answer














You can install from Webupd8 PPA repo with following commands for Ubuntu 18.04 based distros. Pref file for priority of PPA's package.



First remove main repo's package.



sudo apt purge pulseaudio-equalizer


After install from PPA



sudo add-apt-repository ppa:nilarimogard/webupd8


echo -e 'Package: pulseaudio-equalizernPin: release o=LP-PPA-nilarimogard-webupd8nPin-Priority: 700' | sudo tee /etc/apt/preferences.d/webupd8.pref


sudo apt-get update


sudo apt-get install pulseaudio-equalizer






share|improve this answer














share|improve this answer



share|improve this answer








edited Aug 5 '18 at 18:21

























answered Aug 5 '18 at 18:11









Gökhan GökkayaGökhan Gökkaya

11




11












  • That's fine for 16.04. This does not work for 18.04. Please stop wasting people's time.
    – Paul Benson
    Aug 25 '18 at 17:23




















  • That's fine for 16.04. This does not work for 18.04. Please stop wasting people's time.
    – Paul Benson
    Aug 25 '18 at 17:23


















That's fine for 16.04. This does not work for 18.04. Please stop wasting people's time.
– Paul Benson
Aug 25 '18 at 17:23






That's fine for 16.04. This does not work for 18.04. Please stop wasting people's time.
– Paul Benson
Aug 25 '18 at 17:23




















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1031916%2fpulse-audio-equaliser-not-working-in-ubuntu-18-04%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Human spaceflight

Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

File:DeusFollowingSea.jpg