Good idea, that was the easiest solution. So installed these packages ``` linux-image-unsigned-6.19.0-6-generic/now 6.19.0-6.6 amd64 [installed,local] Linux kernel image for version 6.19.0
linux-modules-6.19.0-6-generic/now 6.19.0-6.6 amd64 [installed,local] Linux kernel modules for version 6.19.0 ``` ``` uname -a Linux drakkar 6.19.0-6-generic #6-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 18 15:48:21 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux ``` I did the following 1. suspend 2. resume, nic id down, when trying to put up $ sudo ip l s l dev eno1 up RTNETLINK answers: No such device 3. reloading module sudo rmmod igc ; sudo modprobe igc 4. enabling debug: echo "module igc +p" | sudo tee /sys/kernel/debug/dynamic_debug/control 5. suspend 6. resume, nic is down gathering logs Logs attached ** Attachment added: "kernel-6.19.0-6-igc.log" https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.11/+bug/2107548/+attachment/5950049/+files/kernel-6.19.0-6-igc.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107548 Title: igc driver does not survive ram suspend on hwe-6.11, 6.17 also To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.11/+bug/2107548/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
