From 384be3e3c485ded471ec034d1ba6e2edfe052b74 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Sat, 17 Feb 2018 10:57:40 +0530 Subject: [PATCH] Added pulseaudio --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cf7995..6684de8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ dirmngr is a server for managing and downloading OpenPGP and X.509 certificates, ```bash sudo apt-get install dirmngr ``` - ### MongoDB MongoDB doesn't have official packages for Debian Stretch at this moment, so we'd have to install from the Jessie repository which will throw an error saying the dependency `libssl1.0.0` will not be satisfied. @@ -41,5 +40,15 @@ rm -f "$TEMP_DEB" sudo apt-get install mongodb-org ``` - +### PulseAudio + +Had an issue on Debian Stretch on my Dell PC where pulseaudio daemon won't autostart. This solved the problem each time: + +```bash +pulseaudio --start +sudo killall -9 pulseaudio +sudo systemctl --user enable pulseaudio.socket +pulseaudio --start +``` + \ No newline at end of file