On Mon, 2007-09-10 at 10:50 -0700, ann kok wrote: > Hi all > > I have 1 x 4 ports broadcom NIC and 1 x 2 ports Intel > NIC > installed in fedora 6 system > > in /etc/modprobe.conf > > the module: > aliase e1000 eth0 > aliase e1000 eth1 > aliase tg3 eth2 > aliase tg3 eth3 > aliase tg3 eth4 > aliase tg3 eth5 > > but the dmesg|grep eth > eth4 and eth5 is intel card > > > but i change to the moderprobe and reboot > > > aliase tg3 eth0 > aliase tg3 eth1 > aliase tg3 eth2 > aliase tg3 eth3 > aliase e1000 eth4 > aliase e1000 eth5 > > > dmesg |grep eth > > eth0 and eth1 becomes intel card > > What is the problem? > You might want to doublecheck that the HWADDR line in each of the /etc/sysconfig/network-scripts/ifcfg-ethX files matches the actual NIC you want.... --Rob