On Wed, Sep 04, 2024 at 02:47:03PM +0200, Marco d'Itri wrote: > On Sep 04, ael <witwa...@disroot.org> wrote: > > > # cat /boot/initrd.img-6.10.6-amd64 | cpio -t > These are multiple concatenated archives. Use lsinitramfs.
I have now used unmkinitramfs to extract the contents and the correct modprobe.d/snd-hda.conf is there: $ /tmp/image/main/etc/modprobe.d$ less snd-hda.conf ptions snd_hda_intel id=[HDMI,PCH] index=1,0 # Don't need to specify id above, [HDMI,PCH] is the default #See /usr/local/src/linux-stable/Documentation/sound/alsa-configuration.rst #and /usr/local/src/linux-stable/Documentation/sound/hd-audio.rst # modinfo snd_hda_intel, of course... # also /sys/module/snd_hda_intel/ etc. Actually, I did wonder whether it should be called snd_hda_intel.conf ? Why did I ever call it snd_hda.conf I better read the modprobe man page again.