From 75cf0b8d07c07a9a60d9213c1a981b068c209fd6 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 30 Oct 2024 22:25:15 +0100 Subject: [PATCH] fix igc 0000:0a:00.0 eno1: PCIe link lost, device now detached --- share/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/common.nix b/share/common.nix index 348e665..9934be5 100644 --- a/share/common.nix +++ b/share/common.nix @@ -38,6 +38,10 @@ in boot.kernelParams = [ # don't check for split locks, for KVM and Co. "split_lock_detect=off" + + # fix igc 0000:0a:00.0 eno1: PCIe link lost, device now detached + "pcie_port_pm=off" + "pcie_aspm.policy=performance" ]; # Use the systemd-boot EFI boot loader.