You are not logged in.

#1 2024-09-06 18:05:02

beastr45
Member
Registered: 2024-06-23
Posts: 3

I cant uninstall either pulseaudio or pipewire

My audio setup is really broken and buggy. I want to know if there is a way to reset the configuration as well as a guide to get things working canonically. If I try to uninstall either pipe-wire or pulse audio in order to replace one with the other I get package conflicts with random desktop apps which I don't know how to fix.

Offline

#2 2024-09-06 18:09:22

cryptearth
Member
Registered: 2024-02-03
Posts: 1,069

Re: I cant uninstall either pulseaudio or pipewire

welcome to circular dependency hell
you could solve it by recursively remove the dependants along
what will somewhat result similar what Linus got with PopOs when he executed --I-know-what-i-do or whatever that override was

Online

#3 2024-09-06 18:20:31

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,423
Website

Re: I cant uninstall either pulseaudio or pipewire

beastr45 wrote:

My audio setup is really broken and buggy

In what way?

beastr45 wrote:

I want to know if there is a way to reset the configuration

Restore the backup you made before wrecking everything? tongue

But seriously, it is very difficult to advise without knowing what exactly you have done.

beastr45 wrote:

a guide to get things working canonically

https://wiki.archlinux.org/title/PipeWire

beastr45 wrote:

If I try to uninstall either pipe-wire or pulse audio in order to replace one with the other I get package conflicts with random desktop apps which I don't know how to fix

It is highly unlikely you would want to run a desktop without a sound server but if you want to do that then try a simple window manager instead and build the desktop up from the individual components.


Para todos todo, para nosotros nada

Offline

#4 2024-09-06 18:26:09

mithrial
Member
Registered: 2017-03-05
Posts: 52

Re: I cant uninstall either pulseaudio or pipewire

Reinstalling won't solve anything because (typically) the configuration will stay untouched in your home directory.

Offline

#5 2024-09-06 18:32:08

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,430

Re: I cant uninstall either pulseaudio or pipewire

sudo dmesg | grep -E 'snd|sof'
sudo fuser -v /dev/snd/*
aplay -lL
systemctl --user status pipewire{,-pulse} wireplumber
pactl list cards
pactl list sinks

in code tags and maybe verbatim and actual errors of "package conflicts with random apps"

Offline

Board footer

Powered by FluxBB