Skip to content
souravdas142 edited this page May 3, 2021 · 6 revisions

General Troubleshoot

If there is no sound comming from your headset/speaker

Step 1 : first check your PipeWire server is working

       pactl info | grep "^Server"

Step 2 :-

     a) Then check whether there is any error or warning on running PW services.

       systemctl --user status pipewire{,-pulse}.{socket,service} pipewire-media-session.service

     b) If there is any error or warning, restart whole pipwire Services.

       systemctl --user restart pipewire{,-pulse}.{socket,service} pipewire-media-session.service

     c) If solved stop here.

Step 3 :-

     a) If not solved, check whether there is any error or warning on bluetooth.service

       systemctl status bluetooth.service

     b) If there is any error on bluetooth.service restart it.

       systemctl restart bluetooth.service

     c) If solved stop here.
     d) Otherwise go to step 2

Other Troubleshooting Page

Upstream
Arch-Linux
Gentoo