Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: Geier0815 on 2021/11/21, 16:22:37

Title: pipewire seems to be activated
Post by: Geier0815 on 2021/11/21, 16:22:37
For seeing 3 users with problems with sound, soundhardware incl. bluetooth, it seems to me that something is activating pipewire as soundsystem.
If you have problems related with sound, please check if pipewire is activated at your system:
Code: [Select]
LANG=C pactl info | grep '^Server Name' If the result is similar to
Quote
PulseAudio (On PipeWire 0.3.xx)
than have a closer look at  the pipewiresction at the debian wiki  (https://wiki.debian.org/PipeWire)

Da jetzt schon 3 User Probleme mit Sound, Soundhardware incl Bluetooth hatten, sieht es für mich so aus als würde derzeit irgendetwas pipewire als Soundsystem aktivieren.
Wenn ihr also Probleme irgendeiner Art mit dem Sound habt, prüft bitte ob pipewire auf eurem System aktiv ist.
Code: [Select]
LANG=C pactl info | grep '^Server Name' Wenn das Ergebnis in der Art:
Quote
PulseAudio (On PipeWire 0.3.xx)
aussieht, solltet ihr einen Blick in den PipeWire-Abschnitt des debian wikis werfen (https://wiki.debian.org/PipeWire)
Title: Re: pipewire seems to be activated
Post by: unklarer on 2021/11/21, 17:08:25
^Yes, thanks for mentioning that again.
It is not "anything" but the change from pipewire-media-session to wireplumber.

https://metadata.ftp-master.debian.org/changelogs//main/p/pipewire/pipewire_0.3.40-1_changelog

This was also described here already in 2 pages (https://forum.siduction.org/index.php?topic=8434.0) (and bluetooth) is at the end.   :D

------------------------------------
Ja, danke dass du das nochmal erwähnst.
Es ist nicht "irgendetwas" sondern der Wechsel von pipewire-media-session auf wireplumber.

Das wurde auch hier bereits in 2 Seiten (https://forum.siduction.org/index.php?topic=8434.0) beschrieben (und bluetooth) steht am Schluß.
Title: Re: pipewire seems to be activated
Post by: Geier0815 on 2021/11/21, 18:13:40
You saw that pipewire-media-session is back and recomended over wireplumber if you want use bluetooth?

Quote from: https://wiki.debian.org/PipeWire
However, pipewire-media-session is still available as an alternative to wireplumber. If you are interested in automatic bluetooth profile switching (e.g. switching from A2DP to HSP/HFP when an application needs microphone access) then it's best to stay with pipewire-media-session as wireplumber doesn't support it yet.
Title: Re: pipewire seems to be activated
Post by: unklarer on 2021/11/21, 19:15:56
Yes.
It is also in the changelog:
Code: [Select]
pipewire (0.3.39-4) unstable; urgency=medium
...
...
  * Re-add pipewire-media-session as an alternative to Wireplumber,
      it is now back in the archive as a separate source package.