I did the mistake of allowing my AlmaLinux x86_64_v2 update from 10.0 to 10.1. I was not aware that the option “install software updates” when turning the system down would do that. After it turned on again, there is no audio anymore.
This command:
lspci | grep -i audio
returns:
Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
This additional information may be useful too:
$ sudo dmesg | grep hda
[ 35.452433] snd_hda_intel 0000:00:1b.0: enabling device (0000 → 0002)
[ 35.452673] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 35.453071] snd_hda_intel 0000:00:1b.0: number of I/O streams is 30, forcing separate stream tags
[ 35.557639] snd_hda_intel 0000:00:1b.0: CORB reset timeout#2, CORBRP = 65535
[ 35.557804] hdaudio hdaudioC0D0: no AFG or MFG node found
[ 35.557819] hdaudio hdaudioC0D1: no AFG or MFG node found
[ 35.557829] hdaudio hdaudioC0D2: no AFG or MFG node found
[ 35.557850] hdaudio hdaudioC0D3: no AFG or MFG node found
[ 35.557855] snd_hda_intel 0000:00:1b.0: no codecs initialized
I’ve chatted with Perplexity Pro and it suggested me to create, and change the following file:
- /etc/modprobe.d/snd-hda-intel.conf
I’ve tried setting these options, then rebooting, and it did not solve my problem:
- options snd-hda-intel model=generic;
- options snd-hda-intel model=laptop;
- options snd-hda-intel model=auto;
- options snd-hda-intel model=ref.
Maybe the kernel upgrade from 6.12.0-55 to 6.12.0-124 between 10.0 and 10.1 is the culprit?
I’m not replacing this notebook. It was recently bought second hand to run GNU/Linux. Is there anything I can do to restore audio in order to be able to keep using AlmaLinux?