I'm trying to get the ethernet running after waking up from hibernate. In Ubuntu I can whitelist the drivers in /etc/default/acpi-support and add some lines in /etc/pm/config.d/load but none of these files exist in Fedora 17.
I, somehow, don't seem to be able to post a link to the Ubuntu forum so here's the post I'm refereing to:
I have a Realtek card for that matter:
lspci:
I, somehow, don't seem to be able to post a link to the Ubuntu forum so here's the post I'm refereing to:
Quote:
Code: # Add modules to this list to leave them in the kernel over suspend/resume MODULES_WHITELIST="mii r8169" Code: gksudo gedit /etc/pm/config.d/load just put in Code: SUSPEND_MODULES="r8169" then Code: sudo chmod +x /etc/pm/config.d/load |
lspci:
Code:
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)