1

Sound devices are not listed in settings/sound panel, hence not speakers, jack, nor microphone work.

I have tried reinstalling ALSA with no luck.

1 Answers1

1

As explained extensively on this other answer, adding the boot parameter

snd_hda_intal.dmic_detect=0

did it for me.

The way to test this boot parameter temporarily is well described in one of the links in the answer (i.e. here). Making the boot parameter permanent is then quite straightforward, and also thouroughly described there.

  • 2
    This used to work for me, but then failed. This one ultimately fixed: https://askubuntu.com/questions/1214154/pulseaudio-not-working-kernel-driver-broken/1214163#1214163 – legel Jun 30 '20 at 13:45