[Bug 6194] unregister_netdevice: waiting for eth1 (ipw2100, Intel PRO/Wireless LAN 2100 3B Mini PCI)

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Fri Jun 3 23:04:34 UTC 2005


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





------- Additional Comments From pesterhazy at gmx.net  2005-06-04 00:04 UTC -------
I can reproduce this exactly as described by Frido on hoary final. Suspending hangs if lo was brought down before. The 
following one-line patch for /etc/acpi/prepare.sh fixes suspending in hoary for me:

--- /etc/acpi/prepare.sh        2005-04-01 14:37:46.000000000 +0200
+++ prepare.sh  2005-06-04 01:00:18.078620840 +0200
@@ -4,7 +4,7 @@
 touch /var/lock/acpid

 # Find the currently running network interfaces...
-INTERFACES=`/sbin/ifconfig | awk '/^[^ ]+/ {print $1}'`
+INTERFACES=`/sbin/ifconfig | grep -v '^lo' | awk '/^[^ ]+/ {print $1}'`

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

-- 
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-bugs mailing list