Intel Tiger Lake Pro Audio - No Audio

SOLVED:

I have gone with using an old linux kernel, 6.1:

# Bootloader.
  boot = { 
    kernelPackages = pkgs.linuxPackages_6_1;
    ...
};

and using Pipewire:

 security.rtkit.enable = true;
 services.pipewire = {
   enable = true;
   alsa.enable = true;
   alsa.support32Bit = true;
   pulse.enable = true;
   # If you want to use JACK applications, uncomment this
   jack.enable = true;
 };

After a rebuild, I have many "Tiger Lake LP … " Devices but only the top one works

Either way, I have audio and I’m happy

2 Likes