Created
May 30, 2022 11:02
-
-
Save pgrepds/c6669edb2d180086a02f318d7584fa02 to your computer and use it in GitHub Desktop.
Restart PulseAudio daemon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Check if any pulseaudio instance is running: | |
```bash | |
pulseaudio --check | |
``` | |
Kill pulseaudio: | |
```bash | |
pulseaudio -k | |
``` | |
Start the pulseaudio daemon | |
```bash | |
pulseaudio -D | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment