Comment 47 for bug 160413

Revision history for this message
Mario Di Nicola (warp99) wrote :

@concertedrxn

I'm also getting a kernel panic with the r8168 module on resume. The solution was to add a file in /etc/pm/config.d/ with the following contents:

SUSPEND_MODULES="r8168"

Now the system doesn't cause a kernel panic, but getting the module to reload automatically after resume is an issue. I made a small script in /etc/pm/sleep.d to get it loaded and according to lsmod it's loaded, but the interface isn't working. I have to manually remove and reload the module to get the interface up again.