Comment 17 for bug 842560

Revision history for this message
Netmatters (netmatters) wrote :

Not sure if this will help much but this is the behavior that I get on an HP DL380 G5 running Oneiric with 3.0.0-12-server:

I've got 2 interfaces connected and configured yet only eth1 comes up.

I can confirm all that Tom Ellis see's above as well as the following:

$ cat /etc/udev/rules.d/70-persistent-net.rules

# PCI device 0x14e4:0x164c (bnx2)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1a:4b:4c:ae:1e", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x14e4:0x164c (bnx2)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:1a:4b:4c:ae:1c", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

$ dmesg | grep bnx
[ 1.085804] bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.1.6 (Mar 7, 2011)
[ 1.085851] bnx2 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 61.920053] bnx2: Can't load firmware file "bnx2/bnx2-mips-06-6.2.1.fw"
[ 61.920093] bnx2 0000:03:00.0: PCI INT A disabled
[ 61.920109] bnx2: probe of 0000:03:00.0 failed with error -2
[ 61.920149] bnx2 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 64.329467] bnx2 0000:05:00.0: eth0: Broadcom NetXtreme II BCM5708 1000Base-T (B2) PCI-X 64-bit 133MHz found at mem fa000000, IRQ 17, node addr 00:1a:4b:4c:ae:1c
[ 64.375917] bnx2 0000:05:00.0: irq 46 for MSI/MSI-X
[ 64.496012] bnx2 0000:05:00.0: eth1: using MSI
[ 67.656482] bnx2 0000:05:00.0: eth1: NIC Copper Link is Up, 1000 Mbps full duplex
[ 461.728088] bnx2 0000:05:00.0: irq 46 for MSI/MSI-X
[ 461.912009] bnx2 0000:05:00.0: eth1: using MSI
[ 464.761214] bnx2 0000:05:00.0: eth1: NIC Copper Link is Up, 1000 Mbps full duplex
[ 471.404087] bnx2 0000:05:00.0: irq 46 for MSI/MSI-X
[ 471.604008] bnx2 0000:05:00.0: eth1: using MSI
[ 474.539930] bnx2 0000:05:00.0: eth1: NIC Copper Link is Up, 1000 Mbps full duplex

$ dmesg | grep udev
[ 1.045498] udevd[93]: starting version 173
[ 64.086957] udevd[312]: starting version 173
[ 64.360430] udevd[322]: renamed network interface eth0 to eth1

I was just about to upgrade a 10 node cloud all running G5's!! :(