Skip to content

Instantly share code, notes, and snippets.

@y56
Created March 31, 2020 20:03
Show Gist options
  • Save y56/ffcf21204620a21b629906c1d6abe8e7 to your computer and use it in GitHub Desktop.
Save y56/ffcf21204620a21b629906c1d6abe8e7 to your computer and use it in GitHub Desktop.
Ubuntu 18.04 audio disappeared after update FS#64720 - [linux] No sound after upgrading to linux 5.4.1
to fix the no-audio bug after upgrading linux kernel
Ubuntu 18.04 audio disappeared after update
https://askubuntu.com/questions/1218041/ubuntu-18-04-audio-disappeared-after-update
FS#64720 - [linux] No sound after upgrading to linux 5.4.1
https://bugs.archlinux.org/task/64720
How do I add a kernel boot parameter?
https://askubuntu.com/questions/19486/how-do-i-add-a-kernel-boot-parameter
sudo vim /etc/default/grub
# edit the:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"
sudo update-grub
@y56
Copy link
Author

y56 commented Jan 8, 2021

no need to set
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"
anymore,
since a certain update

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