so is there any progress on this ? I see on the kernel bugzilla no-one actively is looking at this
In the meantime, here's workaround in case some one need it. It works: $ cat /etc/systemd/system/workaround-for-lp2107548.service [Unit] Description=Temporary workaround for igc module resume from suspend issue : https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.11/+bug/2107548 After=suspend.target [Service] User=root Type=oneshot ExecStartPre=rmmod igc ExecStart=modprobe igc TimeoutSec=0 StandardOutput=syslog [Install] WantedBy=suspend.target -- 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
