Today's pipewire updates seem to have broken audio in Telegram desktop  [Solved]

Help with the version of MX KDE officially released by the Development Team.
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
dolphin_oracle
Developer
Posts: 22502
Joined: Sun Dec 16, 2007 12:17 pm

Re: Today's pipewire updates seem to have broken audio in Telegram desktop

#11 Post by dolphin_oracle »

there appears to be something wrong with wireplumber starting up on KDE. not sure what's going on. running

Code: Select all

pkill wireplumber && wireplumber &
restores audio.

will work on it. interestingly, this part of the startup wasn't changed.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
dolphin_oracle
Developer
Posts: 22502
Joined: Sun Dec 16, 2007 12:17 pm

Re: Today's pipewire updates seem to have broken audio in Telegram desktop  [Solved]

#12 Post by dolphin_oracle »

Ok found it.

I did something dumb witht he pipewire-start script. didn't show as a problem on Xfce, but kde barfs.

I'll push an update, but for now users can edit the shebang (line 1 ) of /usr/bin/pipewire-start to read

Code: Select all

#!/bin/bash
the # and the ! are reversed.

sorry for the hassle, totally my fault.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
paul1149
Posts: 526
Joined: Fri Dec 29, 2017 11:39 am

Re: Today's pipewire updates seem to have broken audio in Telegram desktop

#13 Post by paul1149 »

Ok, great. Glad you found it.

Actually, I'm surprised to learn I'm on SysVInit. I thought I was on SystemD. If I switch to SystemD would that affect anything I plan to do here?
MX-19-KDE x64, on Ryzen 5, 16GB RAM, SSD. Nvidia graphics.

User avatar
paul1149
Posts: 526
Joined: Fri Dec 29, 2017 11:39 am

Re: Today's pipewire updates seem to have broken audio in Telegram desktop

#14 Post by paul1149 »

Ok, I'm trying to install pipewire-setup-mx, and am getting this error:

Code: Select all

The following packages have unmet dependencies:
 wireplumber : Depends: libwireplumber-0.4-0 (= 0.4.13-1) but 0.4.16-1~mx23+1 is to be installed
E: Unable to correct problems, you have held broken packages.
I was subsequently able to install Brave, so that broken packages thing seems to only affect the pipewire installation attempt.
MX-19-KDE x64, on Ryzen 5, 16GB RAM, SSD. Nvidia graphics.

User avatar
dolphin_oracle
Developer
Posts: 22502
Joined: Sun Dec 16, 2007 12:17 pm

Re: Today's pipewire updates seem to have broken audio in Telegram desktop

#15 Post by dolphin_oracle »

paul1149 wrote: Tue Dec 19, 2023 12:56 pm Ok, great. Glad you found it.

Actually, I'm surprised to learn I'm on SysVInit. I thought I was on SystemD. If I switch to SystemD would that affect anything I plan to do here?
You QSI indicates sysVinit (this is why we love QSI, it has a lot of info, but nothing personal).

systemd shouldn't hurt anything. in fact, systemd users might not enounter the problem.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
dolphin_oracle
Developer
Posts: 22502
Joined: Sun Dec 16, 2007 12:17 pm

Re: Today's pipewire updates seem to have broken audio in Telegram desktop

#16 Post by dolphin_oracle »

MadMax wrote: Tue Dec 19, 2023 12:00 pm Not updated yet, but I noticed the update wants to pull in a new pipewire dependency even though I removed pipewire from my system, too (libpipewire-0.3-0 happened to be unremovable back then). Apparently this comes from the update to pipewire 1.0. I suspect the dependency got added to either libpipewire-0.3-0 or libspa-0.2-modules.

Code: Select all

Die folgenden NEUEN Pakete werden installiert:
     libpipewire-0.3-common (1.0.0-1~mx23+1)
  Die folgenden Pakete werden aktualisiert (Upgrade):
...
     libpipewire-0.3-0 (0.3.65-3 => 1.0.0-1~mx23+1)
     libspa-0.2-modules (0.3.65-3 => 1.0.0-1~mx23+1)
...
From my understanding this SHOULD not break anything since they are only libs, but you never know :p
After the last update disaster with the faulty kernel I will postpone this update to the christmas weekend when I will have time to troubleshoot, just in case...
some of the old -modules packages are now transition packages to the new libspa- packages. so the depends might not really be new, just new package names, if you catch my meaning.

flatpak relies on some libpipwire stuff, so its natural to have that installed even if not using pipewire itself.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
paul1149
Posts: 526
Joined: Fri Dec 29, 2017 11:39 am

Re: Today's pipewire updates seem to have broken audio in Telegram desktop

#17 Post by paul1149 »

I installed libwireplumber 0.4.13-1 thinking that would take care of the dependency, but I'm still getting the exact same error trying to install pipewire.
MX-19-KDE x64, on Ryzen 5, 16GB RAM, SSD. Nvidia graphics.

User avatar
dolphin_oracle
Developer
Posts: 22502
Joined: Sun Dec 16, 2007 12:17 pm

Re: Today's pipewire updates seem to have broken audio in Telegram desktop

#18 Post by dolphin_oracle »

looks like for some reason its pulling wireplumber from the debian repo instead of the MX repo.
looks like wireplumber didn't get moved over. will do that.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
dolphin_oracle
Developer
Posts: 22502
Joined: Sun Dec 16, 2007 12:17 pm

Re: Today's pipewire updates seem to have broken audio in Telegram desktop

#19 Post by dolphin_oracle »

revised pipewire-setup-mx package with fixed pipewire-start script is here: https://drive.google.com/file/d/1JqGyUR ... drive_link

will hit repos later.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
AVLinux
Posts: 3098
Joined: Wed Jul 15, 2020 1:15 am

Re: Today's pipewire updates seem to have broken audio in Telegram desktop

#20 Post by AVLinux »

@dolphin_oracle

Thanks so much for the all the work on the update and the quick fix, sorry it was a bit of a bumpy transition... (I was the guy who requested the update... :bagoverhead: )

Post Reply

Return to “MX KDE Official Release”