Skip to content

godzilla-electronic/linux-audio-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

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

About

Fix "snd_hda_intel" audio modules in linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published