You are not logged in.
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 (Yesterday 11:05:18)
Offline
adding
wireplumber.profiles = {
main = {
hooks.node.suspend = disabled
}
}
to /usr/share/wireplumber/wireplumber.conf fixed that!
Last edited by adasda (Yesterday 11:04:59)
Offline
I just got a PM from you adasda, but I assume you've sorted it now. Thanks for posting back here anyway!
Offline