/linux-audio-card

Fix "snd_hda_intel" audio modules in linux

Fix "snd_hda_intel" audio modules in linux

Check audio card:

Terminal command:

First command: >>>aplay -l
result: "no soundcard found..."

Next command: >>>lspci -v | grep -A7 -i "audio"
See at end line:"Kernel modules: snd_hda_intel, snd_sof_pci_intel_cnl"

Fix bug:

Method 1:

1.Enter the default grub file with sudo nano /etc/default/grub
2.Change GRUB_CMDLINE_LINUX_DEFAULT="..." to GRUB_CMDLINE_LINUX_DEFAULT="... snd_hda_intel.dmic_detect=0"
3.Apply the changes with sudo update-grub
4.Reboot

Method 2:

add "options snd-hda-intel dmic_detect=0" at the and "/etc/modprobe.d/alsa-base.conf" file
then "reboot" device! or use this commend: >>>pulseaudio -k && sudo alsa force-reload