System Details
- Device: kohaku (Samsung Galaxy Chromebook)
- OS: Linux (CachyOS, linux-cachyos kernel)
- Firmware Type: UEFI Full ROM
- Firmware Version: 2606.1
- Internal storage type: NVMe
Summary of the Issue
With Intel ME disabled via the firmware script, all analog audio is dead aplay -l reports no soundcards. Re-enabling ME restores audio completely. The failure is a DSP boot timeout on every boot.
Steps to Reproduce
- Flash UEFI Full ROM on kohaku, selecting the option to disable Intel ME.
- Install a current Linux distro with sof-firmware present (CachyOS in my case) and boot.
- Run
aplay -lno soundcards found.dmesg | grep sofshows the -110 DSP init failure above. - Re-run the script and re-enable ME, reboot audio works normally.
Expected Behavior
Internal audio should work with ME disabled, as it does with ME enabled. Is this known for kohaku or other Comet Lake Chromebooks? Is there anything coreboot-side that could handle the audio power/clock sequencing when ME is halted, or is ME-enabled the only path to working internal audio on this board?
Happy to provide acpidump output, full dmesg from either state, or test builds.