Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3560

Testing And Unstable • [SID - Unstable] [SOLVED] Speakers Don't Works

$
0
0
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:
  1. Code:

    # apt install pipewire-audio pipewire-jack pipewire-media-session-
  2. Code:

    # cp -v /usr/share/doc/pipewire/examples/systemd/user/pipewire-pulse.* /etc/systemd/user/
  3. Code:

    # cp -v /usr/share/doc/pipewire/examples/alsa.conf.d/99-pipewire-default.conf /etc/alsa/conf.d/
  4. Code:

    # cp -v /usr/share/doc/pipewire/examples/ld.so.conf.d/pipewire-jack-*.conf /etc/ld.so.conf.d/
  5. Code:

    # ldconfig
  6. Code:

    $ systemctl --user --now enable wireplumber.service
  7. reboot the system
Well, I ran each command, understanding what each one did, and it seems that at some point I misconfigured PipeWire's ALSA and JACK, and since I didn't have ALSA installed, I believe that was causing the problem I mentioned.

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



Viewing all articles
Browse latest Browse all 3560

Trending Articles