Comment 27 for bug 1398560

Revision history for this message
deeksha (deekshapai7) wrote :

Fix Alternative #1

Try reinstalling Alsa and Pulse audio in the following manner:

sudo apt-get remove --purge alsa-base pulseaudio

sudo apt-get install alsa-base pulseaudio
And force reload Alsa again:

sudo alsa force-reload
Fix Alternative #2

Open the terminal and edit speech-dispatcher file by using the following command:

sudo gedit /etc/default/speech-dispatcher
In here, change RUN=yes to RUN=no

Reboot.