Comment 4 for bug 22636

Revision history for this message
André Anjos (andre.anjos-deactivatedaccount-deactivatedaccount) wrote :

So, I've just got the opportunity to do it:

$ uname -a
Linux jasmim 2.6.15-7-686 #1 SMP PREEMPT Tue Dec 6 18:19:44 UTC 2005 i686 GNU/Linux

But still the same problem. For booting, it takes like 30 seconds once the
kernel is trying to load the module. The whole machines hangs frozen for this
period. I can send any other information from this or the previous kernel if you
would like so.

This is the configuration on /etc/network/interfaces:

$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
        script grep
        map eth1

# The primary network interface
iface eth1 inet dhcp

iface eth0 inet dhcp

auto eth1

auto eth0