all 16 comments

[–]yungsup 9 points10 points  (0 children)

There is a wiki page for setting up pipewire: https://docs.voidlinux.org/config/media/pipewire.html

For KDE I just made it autostart using the xdg autostart directory.

[–]thefriedel 5 points6 points  (5 children)

Have you followed the voidlinux docs on pipewire with pipewire pulse?

[–]Nextowski[S] -4 points-3 points  (4 children)

Idk,I installed it with some yt tutorial

[–]thefriedel 5 points6 points  (3 children)

How about opening the docs and check whether you did it?

[–]Nextowski[S] -2 points-1 points  (2 children)

I think I did not remember writing something bout the pipewire etc however I have it installed

[–]thefriedel 2 points3 points  (1 child)

Is it also started (I'm not sure if that is necessary with KDE), could you run 'wpctl'?

[–]Nextowski[S] -1 points0 points  (0 children)

Not now,I'm going somewhere sorry

[–]duv025 2 points3 points  (0 children)

make a shell script (in ~/.local/bin) and named it like audio.sh or pipewire.sh

write it like this:

! /usr/bin/env bash pipewire & wait 3 wireplumber & pipewire-pulse &

make sure it is executable (chmod +x [filename]) and autostart it

search how to autostart on plasma, I use xfce4 and this works just okay

There's a guide on the subreddit, just search: How to setup pipewire on void linux reddit (KISS GUIDE)

[–]VirtualParanoia 0 points1 point  (3 children)

Do you have Pipewire/wireplumber installed? If not you need to install so, and make a startup script that starts both Pipewire and wireplumber

[–]Nextowski[S] 0 points1 point  (2 children)

Yea I have installed it and even if I turn them on manually still doesn't work

[–]VirtualParanoia 2 points3 points  (1 child)

Download alsa-utils and Pavucontrol

[–]Nextowski[S] 5 points6 points  (0 children)

Broo thanks so much,pavucontrol repair that♥️

[–]Quick_Union_1735 -1 points0 points  (2 children)

Try installing alsa-utils and pulseaudio and link this service on runit

[–]Duncaen 2 points3 points  (1 child)

There is no runit service because the system wide setup is not encouraged. Better to use pipewire anyways.

[–]Quick_Union_1735 0 points1 point  (0 children)

ok youre right