Skip to main content
Topic: ive been trying to get easyeffects to run for ages help (Read 2687 times) previous topic - next topic
0 Members and 10 Guests are viewing this topic.

Re: ive been trying to get easyeffects to run for ages help

Reply #15
gst-plugin-pipewire

one web search indicates this might help

try sudo pacman -S gst-plugin-pipewire
Cat Herders of Linux

Re: ive been trying to get easyeffects to run for ages help

Reply #16
nothing changed sadly :(

Re: ive been trying to get easyeffects to run for ages help

Reply #17
that's the prescribed fix for your error..  try a web search?  i have cats to feed now....
Cat Herders of Linux


Re: ive been trying to get easyeffects to run for ages help

Reply #19
Aww!  that's as cute as a bun?  Adorbs!

I'm out of ideas.  Maybe a dev could offer a clue more?

Sudo inxi -Fxzm   let me see your setup
Cat Herders of Linux


 

Re: ive been trying to get easyeffects to run for ages help

Reply #21
Code: [Select]
Audio:
  Device-1: Intel 100 Series/C230 Series Family HD Audio
    vendor: Micro-Star MSI driver: snd_hda_intel v: kernel bus-ID: 00:1f.3
  Device-2: NVIDIA TU106 High Definition Audio driver: snd_hda_intel
    v: kernel bus-ID: 01:00.1
  Device-3: Sennheiser Main Audio type: USB
    driver: hid-generic,snd-usb-audio,usbhid bus-ID: 1-3:2
  Sound Server-1: ALSA v: k5.17.1-artix1-1 running: yes
  Sound Server-2: JACK v: 1.9.20 running: no
  Sound Server-3: PulseAudio v: 15.0 running: yes
  Sound Server-4: PipeWire v: 0.3.49 running: no

so what i see here is you are using the internal audio built into your motherboard and a usb audio device and it looks like you have alsa and pulseaudio running but not pipewire.

So we should think about disabling the audio device you are not using.  setting up pipewire and not using pulse if you wish to use easyeffects....


yah?

also i see in your report you don't have dmidecode installed you could install that though it's not stictly necessary.  i do use it it's a nice to have i think

https://forum.artixlinux.org/index.php/topic,3837.0.html  this topic looks relevant to those tasks.
Cat Herders of Linux

Re: ive been trying to get easyeffects to run for ages help

Reply #22
easyeffects works for me with an openrc init (which should not matter but I thought I'd mention it)

I also get the warning:
Code: [Select]
Adwaita-WARNING **: 21:21:28.363: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
if I start from the terminal.

I doubt installing legacy versions from AUR will help.

Sorry I have only skimmed the thread.
Are you sure pipewire is running ?

I start it with the following  ~/.xinitrc
Code: [Select]
pipewire &
/usr/bin/pipewire-pulse &
/usr/bin/pipewire-media-session &
exec dbus-launch --exit-with-session startplasma-x11
If you use an display manager I believe you have to use ~/.xprofile instead, or some other method ?

I use pipewire-media-session rather than wireplumber as wireplumber had issues (which may be fixed now? I haven't checked).

Re: ive been trying to get easyeffects to run for ages help

Reply #23
Code: [Select]
Audio:
  Device-1: Intel 100 Series/C230 Series Family HD Audio
    vendor: Micro-Star MSI driver: snd_hda_intel v: kernel bus-ID: 00:1f.3
  Device-2: NVIDIA TU106 High Definition Audio driver: snd_hda_intel
    v: kernel bus-ID: 01:00.1
  Device-3: Sennheiser Main Audio type: USB
    driver: hid-generic,snd-usb-audio,usbhid bus-ID: 1-3:2
  Sound Server-1: ALSA v: k5.17.1-artix1-1 running: yes
  Sound Server-2: JACK v: 1.9.20 running: no
  Sound Server-3: PulseAudio v: 15.0 running: yes
  Sound Server-4: PipeWire v: 0.3.49 running: no

so what i see here is you are using the internal audio built into your motherboard and a usb audio device and it looks like you have alsa and pulseaudio running but not pipewire.

So we should think about disabling the audio device you are not using.  setting up pipewire and not using pulse if you wish to use easyeffects....


yah?

also i see in your report you don't have dmidecode installed you could install that though it's not stictly necessary.  i do use it it's a nice to have i think

https://forum.artixlinux.org/index.php/topic,3837.0.html  this topic looks relevant to those tasks.

sorry for the inactivity today my motivation is really decreasing for this but i will look into that thread EVENTUALLY. there something fucked up in pipewire so thats fonna be useful

Re: ive been trying to get easyeffects to run for ages help

Reply #24
sorry for the inactivity today my motivation is really decreasing for this but i will look into that thread EVENTUALLY. there something fucked up in pipewire so thats fonna be useful


According to inxi pipewire isnt running
Cat Herders of Linux