A few months ago, I solved an issue with my audio:
I solved it by doing this:
echo “options snd-hda-intel dmic_detect=0” | sudo tee /etc/modprobe.d/alsa-fix.conf
However, I recently noticed that the microphone still doesn’t work.
$ journalctl -k | grep audio
Nov 03 21:44:18 mirari kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Nov 03 21:44:18 mirari kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC245: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Nov 03 21:44:18 mirari kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 03 21:44:18 mirari kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Nov 03 21:44:18 mirari kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Nov 03 21:44:18 mirari kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Nov 03 21:44:18 mirari kernel: snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
However, it seems that the driver is now working and the mic recognized, so I don’t understand what could be causing the issue here.