-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
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
- 🏠 Home
- ⚙️ Compiling
- 📃 Describing Project Tree
- 🔥 Creating Repo
- 🐧 All about GPG
- 💡 Multiple SSH Keys Tricks
- 🛠️ Troubleshooting