Ubuntu – How to load “snd-hda-intel” at startup

hda-intelmodprobesound

I always have to type in

 sudo modprobe snd-hda-intel 

in order to get my sound card to work
I have already tried the solution to append snd-hda-intel to /etc/modules with

 sudo sh -c 'echo "snd-hda-intel" >> /etc/modules' 

The line is added accordingly into the file, anyways that does not seem to work. Please give advice.

edit:
I did run

 dmesg | grep snd 

–> no result.

afterward i run

 sudo modprobe snd-hda-intel 

and then
I did run

 dmesg | grep snd 

–> see output

output:

[  162.098807] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[  162.134560] snd_hda_codec_realtek hdaudioC0D0: ALC892: SKU not ready 0x598301f0
[  162.134978] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[  162.134982] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[  162.134985] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[  162.134988] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[  162.134991] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[  162.134993] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[  162.134997] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x19
[  162.134999] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[  162.135002] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
 

Best Answer

Please turn off secure boot using mokutil. Mine had the same problem but got it working by disabling secure boot.