Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] no sound after fresh install (Read 638 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] no sound after fresh install

I installed artix yesterday manually and i'm struggling with sound at first i got no sound so i searched the wiki the instructions were simple to download the pipewire packages and add the script, with the script pipewire was running but it is not automatic i have to start the script manually every time when i start the device. So i added pipewire media session in autologin application feature present in kde but how can i make the script work automated everytime i boot up the script runs

this was the script  !/bin/sh
 /usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber

Re: no sound after fresh install

Reply #1
...  but how can i make the script work automated everytime ...

RTFM:

https://www.baeldung.com/linux/desktop-entry-files
https://docs.kde.org/stable5/en/plasma-workspace/kcontrol/autostart/index.html
"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "

Re: no sound after fresh install

Reply #2
i added pipewire media session in autostart it works now thank you for the link

Re: no sound after fresh install

Reply #3
FYI Artix has this script to manage the entire pipewire in 1 command:
/usr/bin/artix-pipewire-launcher restart
Started by a desktop file called pipewire.desktop if you use those.

The usage of pipewire-media-session isn't very recommended.

Re: [SOLVED] no sound after fresh install

Reply #4
Started by a desktop file called pipewire.desktop if you use those.

Code: [Select]
sed -i "s/Categories=Audio,AudioVideo/Categories=Audio;AudioVideo;/g" /usr/share/applications/pipewire.desktop
"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "