Created
March 31, 2020 20:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no need to set
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash snd_hda_intel.dmic_detect=0"
anymore,
since a certain update