, 1 min read
snd_hda_intel: no codecs initialized
Problem at hand: No sound on my loudspeakers.
Error message during login and booting:
Nov 19 10:53:19 chieftec kernel: snd_hda_intel 0000:08:00.6: Codec #0 probe error; disabling it...
Nov 19 10:53:19 chieftec kernel: snd_hda_intel 0000:08:00.6: no codecs initialized
Solution: Add below three lines to /etc/modprobe.d/alsa-base.conf
:
options snd-hda-intel single_cmd=1
options snd-hda-intel probe_mask=1
options snd-hda-intel model=basic
On my machine this file did not exist previously.
I found this solution here: [SOLVED]snd_hda_intel: no codecs found - no sound by user broncosman.