Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 35424

Wheres is the equivalent to ubuntu's /etc/default/acpi-support file?

$
0
0
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:

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

I have a Realtek card for that matter:

lspci:
Code:

03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)

Viewing all articles
Browse latest Browse all 35424

Trending Articles