cara install pulse Audio Equalizer, Cara Menambahkan Equalizer d Ubuntu Linux

How to Install Pulseaudio-Equalizer in Ubuntu

Wish to get Better Audio Quality in your ubuntu? You can add Graphics Equalizer feature by installing pulseaudio-equalizer in your ubuntu system. Follow this instruction to install pulseaudio-equalizer:

 

1. Add pulseaudio Repository to your ubuntu

To add PPA repository, run this command line:

sudo add-apt-repository ppa:nilarimogard/webupd8

2. Update ppa

And then, you can update PA with apt-get update command:

sudo apt-get update -y

3. Installing PulseAudio-Equalizer

The next step is installing pulseaudio to your ubuntu:

sudo apt-get install pulseaudio-equalizer

4. PulseAudio-Equalizer Configuration

Open file /etc/pulse/default.pa with root privilage:

sudo nano /etc/pulse/default.pa

Find line with load-module module-udev-detect, and then add tsched=0. Do it to the next line with command load-module module-detect like below:

### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
load-module module-udev-detect tsched=0
.else
### Use the static hardware detection module (for systems that lack udev/hal support)
load-module module-detect tsched=0
.endif

Don’t forget to save.

5. How to run pulseaudio-equalizer

You can run this Application trough search launcher by typing pulseaudio:

how to run pulseaudio equalizer, pulseaudio-equalizer in ubuntu linux, get better audio Quality with pulseaudio-equalizer

GUI of Pulseaudio Equalizer:

how to install pulseaudio-equalizer in ubuntu, pulseaudio-equalizer setup, how to run pulseaudio-equalizer

Recent search terms:

9 Replies to “How to Install Pulseaudio-Equalizer in Ubuntu”

  1. Gatogt

    After following this tutorial is Still cat open the Pulseaudio GUI EQ. I cant even find it. Im using Ubuntu Gnome 17.04 on a Lenovo Edge 2 1580 Laptop.

      • web master

        if application not showing, you can use terminal to launch application by type pulseaudio in linux terminal like below:

        tanto@linux-tutorials-id:~$ pulseaudio
        
    • isaiah

      it gives me this
      E: [pulseaudio] pid.c: Daemon already running.
      E: [pulseaudio] main.c: pa_pid_file_create() failed.
      and i cant get it or find it.

      • Mehedi Imam

        this what I found after commanding ‘pulseaudio’ in terminal
        E: [pulseaudio] pid.c: Daemon already running.
        E: [pulseaudio] main.c: pa_pid_file_create() failed.

        someone help us out

        • Ching Chong Chinese

          Yeah, same here, i cant fix it. Have you tried restarting linux? if it doesnt work GET FREAKING FEDORA!!! OR MAYBE ARCH. Just don’t be a p*ssy and go back to windows or mac

Leave a Reply

Your email address will not be published. Required fields are marked *