Open mikamiel opened 2 months ago
I can’t reproduce the issue on my end.
Which version of the module did you install? Maybe try removing it or recompiling and reinstalling it from the main branch to see if the issue still happens.
check dmesg and journalctl for any odd messages after waking from standby. The logs might help identify the cause.
Thanks a lot for reminding about dmesg)! I've found the source of this annoying UI lagging. And it seems to have nothing to do with your kernel module.
Looking through dmesg
output:
e1000e 0000:00:1f.6: PM: pci_pm_suspend(): e1000e_pm_suspend [e1000e] returns -2
and a lot of such strings:
workqueue: e1000_watchdog_task [e1000e] hogged CPU for >10000us 35 times, consider switching to WQ_UNBOUND
Quick googling lead me to: Bug 218936 - e1000e won't enter suspend without a network connection
Most of the time i'm using wifi, so rmmod e1000e
for now solves the problem.
@ty2 if you don't mind, let's not close the issue until kernel devs fix e1000e driver regression, so that users who face that problem could easily find it here.
Laptop: ThinkBook 16 G6+ IMH (Intel-based) OS: Ubuntu 24.04 LTS/Gnome
With some workarounds was able to build this kernel module for 6.8.x kernel(s). And it works pretty good.
But with newer kernels 6.10/6.11 quite noticeable UI-stuttering permanently occurs after entering standby mode and returning to awaked state (by closing-opening lid or via choosing standby menu option). I suppose it's not even this patch fault but some bug in the kernel, because I experience the same with this module disabled (but maybe doing smth wrong - not an expert in kernel modules tinkering ;) ).
CPU graph during normal operation:
and after awakening from standby mode (it's not some process activity, but kernel i suppose):