Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Last active January 2, 2024 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goooooouwa/f1a2e25a6d3884a2a14bc62eafaf51be to your computer and use it in GitHub Desktop.
Save goooooouwa/f1a2e25a6d3884a2a14bc62eafaf51be to your computer and use it in GitHub Desktop.

I tried so many things after the upgrade to 22.04 and nothing seemed to work, and what I noticed (in my case), is that the kernel was not using the snd_hda_intel driver and therefor couldn't see/load the soundcard while lspci was still showing the soundcard.

I tried several of the options found and what did work for me what eventually the last option found on this page:

https://itsfoss.com/fix-sound-ubuntu-1304-quick-tip/

which was actually saying to add the following to the alsa-base.conf (/etc/modprobe.d/alsa-base.conf) and reboot:

options snd-hda-intel dmic_detect=0 after the reboot I finally had audio again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment