On Wed, Sep 04, 2024 at 01:51:19PM +0200, Marco d'Itri wrote: > On Sep 04, ael <witwa...@disroot.org> wrote: > > > Yet manually correcting with > > > > # modprobe -r snd_hda_intel > > # modprobe snd_hda_intel > Unpack your initramfs and check: > - if snd_hda_intel is there (so it is probably loaded in early boot) > - if so, if the module parameter configuration is there too
I had already checked that: # cat /boot/initrd.img-6.10.6-amd64 | cpio -t kernel kernel/x86 kernel/x86/microcode kernel/x86/microcode/.enuineIntel.align.0123456789abc kernel/x86/microcode/GenuineIntel.bin 48 blocks so only microcode. I would not expect sound support there. Have I missed something? I see it dated as -rw-r--r-- 1 root root 8.1M Aug 31 10:32 initrd.img-6.10.6-amd64 and I think that sound was working properly after that.