Pre-flight checklist
Upstream / vanilla kernel check
I was unable to test with a vanilla/upstream kernel
Kernel variant
Other (specify in description)
System information (cachyos-bugreport.sh)
https://paste.cachyos.org/p/90097ae.log
Manual system information (if cachyos-bugreport.sh is unavailable)
Bug description
Onboard Realtek ALC1200 audio (MSI B550 MAG Tomahawk) not working on any tested kernel variant. The module snd-hda-codec-realtek.ko.zst is missing from the kernel package. Only snd-hda-codec-realtek-lib.ko.zst is present. Likely caused by the upstream path change from sound/pci/hda/ to sound/hda/codecs/realtek/ in kernel 6.17+.
Steps to reproduce
- Install any current CachyOS kernel (tested: 6.19.9-1-cachyos, 6.19.9-1-cachyos-bore, 6.18.19-1-cachyos-lts)
- Run: find /lib/modules/$(uname -r) -name "snd-hda-codec-realtek"
- Only snd-hda-codec-realtek-lib.ko.zst is present, main module is missing
- Run: sudo modprobe snd_hda_codec_realtek → "Module not found"
Expected behavior
snd-hda-codec-realtek.ko.zst should be present and onboard Realtek audio should work.
Actual behavior
Module is missing, onboard audio not detected, only HDMI audio available via aplay -l.
Logs / stack traces
Additional system information
CONFIG_SND_HDA_CODEC_REALTEK=m confirmed via /proc/config.gz — module is configured but not shipped. Architecture: x86-64-v3, DE: KDE Plasma, Realtek ALC1200 onboard codec (MSI B550 MAG Tomahawk).
Pre-flight checklist
Upstream / vanilla kernel check
I was unable to test with a vanilla/upstream kernel
Kernel variant
Other (specify in description)
System information (cachyos-bugreport.sh)
Manual system information (if cachyos-bugreport.sh is unavailable)
Bug description
Onboard Realtek ALC1200 audio (MSI B550 MAG Tomahawk) not working on any tested kernel variant. The module snd-hda-codec-realtek.ko.zst is missing from the kernel package. Only snd-hda-codec-realtek-lib.ko.zst is present. Likely caused by the upstream path change from sound/pci/hda/ to sound/hda/codecs/realtek/ in kernel 6.17+.
Steps to reproduce
Expected behavior
snd-hda-codec-realtek.ko.zst should be present and onboard Realtek audio should work.
Actual behavior
Module is missing, onboard audio not detected, only HDMI audio available via aplay -l.
Logs / stack traces
Additional system information
CONFIG_SND_HDA_CODEC_REALTEK=m confirmed via /proc/config.gz — module is configured but not shipped. Architecture: x86-64-v3, DE: KDE Plasma, Realtek ALC1200 onboard codec (MSI B550 MAG Tomahawk).