You are not logged in.

#1 2025-10-20 09:36:11

adasda
Member
Registered: 2025-10-20
Posts: 2

[SOLVED] Wireplumber 0.5.8 disable suspend

i have config that GPT created for me based on this doc: https://pipewire.pages.freedesktop.org/ … -migration
~/.config/wireplumber/wireplumber.conf.d/50-disable-suspend.conf

monitor.alsa.rules = [
  {
    matches = [ { device.name = "~.*" } ]
    actions = { update-props = { "session.suspend-timeout-seconds" = 0 } }
  }
]

monitor.alsa.properties = {
  session.suspend-timeout-seconds = 0
}

Also I added  to etc/modprobe.d/audio-disable-powersave.conf (initramfs)
options snd_hda_intel power_save=0
options snd_hda_intel power_save_controller=N


I still have that annoying sleeping issue when sound device going to sleep after 5 seconds

Last edited by adasda (2025-10-20 11:05:18)

Offline

#2 2025-10-20 11:04:49

adasda
Member
Registered: 2025-10-20
Posts: 2

Re: [SOLVED] Wireplumber 0.5.8 disable suspend

adding


wireplumber.profiles = {
  main = {
    hooks.node.suspend = disabled
  }
} 

to /usr/share/wireplumber/wireplumber.conf fixed that!

Last edited by adasda (2025-10-20 11:04:59)

Offline

#3 2025-10-20 12:05:35

Salkay
Member
Registered: 2014-05-22
Posts: 682

Re: [SOLVED] Wireplumber 0.5.8 disable suspend

I just got a PM from you adasda, but I assume you've sorted it now. Thanks for posting back here anyway!

Offline

#4 2025-10-25 13:08:18

runboy
Member
Registered: 2025-10-25
Posts: 1

Re: [SOLVED] Wireplumber 0.5.8 disable suspend

adasda wrote:

adding


wireplumber.profiles = {
  main = {
    hooks.node.suspend = disabled
  }
} 

to /usr/share/wireplumber/wireplumber.conf fixed that!

Where do you include this exactly on wireplumber.conf?

Like this?
https://pastebin.com/UtsYgAdg
or
https://pastebin.com/kFyX668F
or
just copy&paste that line to bottom of config file?

Same here too:
https://www.reddit.com/r/archlinux/comm … t/mag6ku5/

Nobody ever tells how it actually works.

Last edited by runboy (2025-10-25 13:24:33)

Offline

#5 Yesterday 20:25:24

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,817

Re: [SOLVED] Wireplumber 0.5.8 disable suspend

I'd assume most to all of these variants to work, but the good thing is you don't have to assume and can just try it out and see what sticks. Reading the linked documentation from the reddit thread as well as the response further in that reddit strongly suggest that using the config as is in a location that's loaded later will work just fine as well, so you can probably cnp that as is to the end of the file.

Offline

Board footer

Powered by FluxBB