1) Try reinstalling "pavuconrol"
$ sudo apt-get install pavucontrol; pavucontrol &
2) Reinstall Pulse audio and reload alsa
$ sudo apt-get install --reinstall alsa-base pulseaudio
$ sudo alsa force-reload
3) Edit modprobe
$ sudo gedit /etc/modprobe.d/alsa-base.conf
and add below line
options snd-hda-intel model=generic
Then reboot.
More info on this step can be found here, https://www.linuxuprising.com/2018/06/fix-no-sound-dummy-output-issue-in.html
$ sudo alsa force-reload
3) Edit modprobe
$ sudo gedit /etc/modprobe.d/alsa-base.conf
and add below line
options snd-hda-intel model=generic
Then reboot.
More info on this step can be found here, https://www.linuxuprising.com/2018/06/fix-no-sound-dummy-output-issue-in.html
***
No comments:
Post a Comment