Recently I changed the motherboard to Z77M-D3H
. There is no sound when I connect the SSD of Arch Linux.
After investigating, it seems that the kernel module settings should be added.
If you recreate the initrd after creating the configuration file with root privileges, k
echo "options snd-hda-intel model=generic" > "/etc/modprobe.d/alsa-base.conf"
mkinitcpio -P
reboot
Recommended Posts