pulseaudio-equalizer-ladspa / equalizer

Pulseaudio LADSPA Equalizer
GNU General Public License v3.0
138 stars 15 forks source link

Not working on Manjaro Gnome 18.04 #30

Closed federicosnobohm closed 5 years ago

federicosnobohm commented 5 years ago

Is not working on Manjaro Gnome Arch Linux.

FFY00 commented 5 years ago

How did you install it? Can you give any more details on how it isn't working? I'm on Archlinux and I can't reproduce.

federicosnobohm commented 5 years ago

I have installed from the AUR repository. (sorry for my english) pulseaudio-equalizer.log Captura de pantalla de 2019-03-25 16-28-22

FFY00 commented 5 years ago

I haven't touched that package in a while, can you try the one in the official repos?

federicosnobohm commented 5 years ago

Captura de pantalla de 2019-03-25 17-40-12 where is the package of the equalizer ? is that i chose in the image? Captura de pantalla de 2019-03-25 17-43-18

FFY00 commented 5 years ago

No, the one below.

https://www.archlinux.org/packages/community/any/pulseaudio-equalizer-ladspa/

federicosnobohm commented 5 years ago

No, the one below.

https://www.archlinux.org/packages/community/any/pulseaudio-equalizer-ladspa/

yes i install that package but still not working cant open Captura de pantalla de 2019-03-25 17-47-39

FFY00 commented 5 years ago

What do you mean you can't open? You don't see a PulseAudio Equalizer entry in your menu?

If not, try running pulseaudio-equalizer-gtk in the terminal.

federicosnobohm commented 5 years ago

yes i see the icon but the app never open i try it Captura de pantalla de 2019-03-25 17-59-18

FFY00 commented 5 years ago

Hummm, that's definitely weird. Can you cat /usr/bin/pulseaudio-equalizer-gtk?

federicosnobohm commented 5 years ago

Captura de pantalla de 2019-03-25 18-10-37 that?

FFY00 commented 5 years ago

No, just see if /usr/bin/pulseaudio-equalizer-gtk contains anything inside, this seems weird.

federicosnobohm commented 5 years ago

Captura de pantalla de 2019-03-25 18-20-48 that?

FFY00 commented 5 years ago

Yes. I have no idea what's going on. I can't reproduce.

federicosnobohm commented 5 years ago

It's really very weird because I could always use it on Manjaro Gnome, i try with Antergos Gnome and haves the same problem. :(

glitsj16 commented 5 years ago

@federicosnobohm The log you posted always shows:

... PA_LADSPA_CONTROLS=,,,,,,,,,,,,,,, PA_LADSPA_INPUTS=,,,,,,,,,,,,,,, ...

That's quite odd. Together with the rest of your issues it might be worthwhile to remove pulseaudio-equalizer-ladspa and reinstall from scratch. It might not explain what's going on, but in the screenshot you posted the version for pulseaudio-equalizer-ladspa shows 3.0.1-1. That's not the latest release, which is 3.0.2-1. I'm not familiar with Manjaro or Antergos, so these are standard pacman CLI commands to run:

$ sudo pacman -Rsn pulseaudio-equalizer-ladspa pulseaudio-equalizer-ladspa-git
$ sudo pacman -Syyuu
$ sudo pacman -S pulseaudio-equalizer-ladspa
$ pacman -Q pulseaudio-equalizer-ladspa
pulseaudio-equalizer-ladspa 3.0.2-1

If the version from the last command still shows something older, you might need to choose another repo mirror.

JerichoKru commented 5 years ago

Allow me to chime in: I had recently re-installed my system (Antergos) and previously had this plugin working. This install, despite putting it back the way it was, i ran into the same problem that @federicosnobohm has.

I tried various things and then did this:

  1. Deleted everything in .config/pulse
  2. Killed pulsepulseaudio -k and restarted it pulseaudio --start

The GTK config program and the plugin started working. The commands above were done as a normal user. My fault may have been installing the -git version before this and it put down in invalid configuration that wasn't removed when I uninstalled it.

You can run pulseaudio -v as a normal user after killing pulseaudio to see more of what's going on. In my case, pulseaudio said that the plugin itself was missing and couldn't load it. This led me to look into where this plugin was storing configuration for itself, and saw CONFIG_DIR="$HOME"/.config/pulse in pulseaudio-equalizer and just decided to nuke the folder out of annoyance. This may have been a bit overkill.

I did save the old contents of the folder if anyone wants to look at it.

federicosnobohm commented 5 years ago

Allow me to chime in: I had recently re-installed my system (Antergos) and previously had this plugin working. This install, despite putting it back the way it was, i ran into the same problem that @federicosnobohm has.

I tried various things and then did this:

  1. Deleted everything in .config/pulse
  2. Killed pulsepulseaudio -k and restarted it pulseaudio --start

The GTK config program and the plugin started working. The commands above were done as a normal user. My fault may have been installing the -git version before this and it put down in invalid configuration that wasn't removed when I uninstalled it.

You can run pulseaudio -v as a normal user after killing pulseaudio to see more of what's going on. In my case, pulseaudio said that the plugin itself was missing and couldn't load it. This led me to look into where this plugin was storing configuration for itself, and saw CONFIG_DIR="$HOME"/.config/pulse in pulseaudio-equalizer and just decided to nuke the folder out of annoyance. This may have been a bit overkill.

I did save the old contents of the folder if anyone wants to look at it.

Thanks bro! thats work for me!!