Guys, as I said, I wasn't sure if it was the update or if I had done something wrong to cause my notebook's sound to break, but... after a few days, I decided to simply read the entire official Debian documentation about PipeWire from cover to cover and concluded that the steps for its complete configuration on the SID would be:
Anyway, I finally solved the problem this way, redoing the PipeWire installation steps by reading the official documentation.
-
Code:
# apt install pipewire-audio pipewire-jack pipewire-media-session-
-
Code:
# cp -v /usr/share/doc/pipewire/examples/systemd/user/pipewire-pulse.* /etc/systemd/user/
-
Code:
# cp -v /usr/share/doc/pipewire/examples/alsa.conf.d/99-pipewire-default.conf /etc/alsa/conf.d/
-
Code:
# cp -v /usr/share/doc/pipewire/examples/ld.so.conf.d/pipewire-jack-*.conf /etc/ld.so.conf.d/
-
Code:
# ldconfig
-
Code:
$ systemctl --user --now enable wireplumber.service
- reboot the system
Anyway, I finally solved the problem this way, redoing the PipeWire installation steps by reading the official documentation.
Statistics: Posted by rhuanpk — 2024-08-25 19:02 — Replies 8 — Views 275