Skip to main content
Topic: No audio support after migration from arch-systemd to artix-runit (Read 439 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

No audio support after migration from arch-systemd to artix-runit

Hello everyone! I've recently switched to Artix and all is working well with it and runit. I am just having one pretty big problem. I have NO AUDIO. Is there any way I can get audio working again? Or will I have to switch back to arch through my timeshift backup?

Let me know if any more information is needed,
fxz.

Re: No audio support after migration from arch-systemd to artix-runit

Reply #1
Alright guys! I was able to fix the issue by following this here: https://wiki.artixlinux.org/Site/PipewireInsteadPulseaudio

I then made 3 files in my
Code: [Select]
~/.config/autostart
folder which ran each of the three commands:

Code: [Select]
/usr/bin/pipewire
/usr/bin/pipewire-pulse
/usr/bin/pipewire-media-session

This fixed my issue and now everythingis working great!

Thanks,
fxz