Thanks for the comment.  I wonder how many people have this problem?
Somehow everything manages to work fine when I run debian unstable on
the same system, and its 55-down-interfaces.sh sets INTERFACES after
pccardctl eject:

#!/bin/sh

pccardctl eject

# Get rid of any currently running dhclients
killall dhclient dhclient3 2>/dev/null

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

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

-- 
pccard network interface is lost on resume (+ fix)
https://bugs.launchpad.net/bugs/113755
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to