Gábriel Ákos wrote: > Hi, > > I have problem setting up EFW-2.0 on a HP ML110 server with additional > 4-port ethernet card. > Here is the lspci output of the ethernet "cards" > > 07:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5721 > Gigabit Ethernet PCI Express (rev 11) > 08:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705_2 > Gigabit Ethernet (rev 03) > > I assume the first is the on-board one and the second is the 4-port > thing. In fact Endian sees 2 devices eth0 and eth1, and they seem to > work, but no further. > > What should I do/configure there? > All unused ports are unplugged now, because as I plugged them in, after > several seconds they started to do something crazily and flooded the > switch so much that our network went down :) > Better I unplugged it then :) > > So what I have to do to bring the other 3 ports up? >
I had problems with the kernel detecting my Intel 2 port card also I ended up having to modprobe manually [then edit /etc/modprobe.conf by hand] to get it to stick. I think you want to "/sbin/modprobe tg3" then do a "ifconfig -a" to see if the eth2 eth3 eth4 eth5 show up. If they do then add that the alias to /etc/modprobe. If not check "dmesg" to see what driver the kernel thinks belongs to that card. -Mike ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
