[Bug 7039] madwifi does not unload after resume

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Wed Mar 2 18:23:14 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=7039
Ubuntu | linux-restricted-modules





------- Additional Comments From mjg59 at codon.org.uk  2005-03-02 18:23 UTC -------
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?

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-team mailing list