soundubuntuonlydummydevice

Dies ist eine alte Version des Dokuments!


After Upgrading to Ubuntu Focal (20.04) unfortunately the sound on my Lenove Yogabook 11e stopped working. More concrete it didn't show any of the two sound devices I found by cat /proc/asound/cards in the shell, but an

Dummy Device Only

It took me some searches to find the following sources that let me fix the problem and get back a working sound system:

<cli> echo „options snd-hda-intel dmic_detect=0“ | sudo tee -a /etc/modprobe.d/alsa-base.conf

echo „blacklist snd_soc_skl“ | sudo tee -a /etc/modprobe.d/blacklist.conf

</cli>

<cli> pulseaudio -k && sudo alsa force-reload </cli>

With this Kernel it suddenly became necessary to

  • undo the changes in alsa-base.conf (e.g. by commenting out the above mentioned lines again)
  • reboot device
  • but still

<cli> pulseaudio -k && sudo alsa force-reload </cli>

once after a fresh reboot.

:eyeroll: Six days later the commented lines have to be uncommented again. Just because ....

  • soundubuntuonlydummydevice.1616854983.txt.gz
  • Zuletzt geändert: 2021/03/27 15:23
  • von homer