Comment 5 for bug 13389

Revision history for this message
Matthew Garrett (mjg59) wrote :

Ok, I think I may have seen this before. Can you edit /etc/acpi/prepare.sh and
change

# And shut them down
for x in $INTERFACES; do
    ifdown $x;
    ifconfig $x down;
done

to

# And shut them down
for x in $INTERFACES; do
    ifdown $x;
done

killall dhclient

for x in $INTERFACES; do
    ifconfig $x down;
done

then reboot and try suspend/resume?