Skip to main content
Topic: pipewire disabled after sleep or logout (Read 622 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

pipewire disabled after sleep or logout

Hi there. I've replaced pulseaudio with pipewire as described in wiki on my suite-66 Plasma version of Artix and added a login script with the following lines:
Code: [Select]
#!/bin/sh
 /usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/pipewire-media-session
It seems to work, but if I log out and back in (manually or due to sleep mode) the audio stops working and I have to run the script again. Is there a way to avoid that?


Re: pipewire disabled after sleep or logout

Reply #2
See: https://forum.artixlinux.org/index.php/topic,3532.msg22928.html#msg22928
and the rest of that thread. Nothing to do with 66, this is a Pipewire issue.

Thanks. I've installed wireplumber which replaced pipewire-media-session. Initially it wasn't cooperating well with the browser when I was switching codecs on bluetooth earphones, so I reverted. Then I decided to give it another shot, installed wireplumber again, then rebooted, and it seems to be working fine now, BT even starts up on its own after sleep and logging out.