Usually the first module loaded will be eth0, Second mod will be eth1. When I was running an arch box as just a router for my cable modem I would load the modules in the order I needed in rc.conf and worked swell. I no longer use Arch as a router. I switched over to uclibc buildroot and run on a CF card. But I load modules in the order as needed in the inittab file.
luck, slyski > > > I got two netcards, one is SIS 900 intergration in my mainboard, the > > other is a PCI card with Realtek 8139 chip, Hotplug loads the modules > > successfully, I can see both sis900 and 8139too by lsmod, my problem is: > > How can I know which is eth0? > > Use 'dmesg|grep eth'. > Also, see nameif(8) for naming your ethernet > devices. > > L _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
