>>> But when I ran ifup eth1, it output an error like this: e100 device eth1 >>> does not seem to be present, delaying initialization.
You can also try the other Intel driver, change e100 to eepro100 wherever you load the module, either /etc/modules.conf or /etc/modules Try it manually first, unload the e100 module and load the other # unload the current driver modprobe -r e100 # load the other driver modprobe eepro100 # see if the messages look reasonable dmesg Brian _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
