RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 681723 - bnx2 driver can't load on lower kernel version after update firmware
Summary: bnx2 driver can't load on lower kernel version after update firmware
Keywords:
Status: CLOSED DUPLICATE of bug 678429
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: kernel
Version: 6.1
Hardware: Unspecified
OS: Linux
unspecified
urgent
Target Milestone: rc
: ---
Assignee: Neil Horman
QA Contact: Red Hat Kernel QE team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-03 02:58 UTC by Hangbin Liu
Modified: 2011-03-03 14:24 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-03-03 14:24:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Hangbin Liu 2011-03-03 02:58:52 UTC
Description of problem:

After update kernel-firmware-2.6.32-119.el6.noarch.rpm , bnx2 NIC can't load driver on lower version kernel like 2.6.32-71.el6 .

# lspci | grep Eth
01:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
01:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
# dmesg | grep bnx2
bnx2 0000:01:00.0: firmware: requesting bnx2/bnx2-mips-09-5.0.0.j15.fw
bnx2: Can't load firmware file "bnx2/bnx2-mips-09-5.0.0.j15.fw"
bnx2 0000:01:00.0: PCI INT A disabled
bnx2: probe of 0000:01:00.0 failed with error -2


Version-Release number of selected component (if applicable):

2.6.32-119.el6 and 118.el6


How reproducible:

often

Steps to Reproduce:
1.# rpm -Uvh noarch/kernel-firmware-2.6.32-119.el6.noarch.rpm 
2.# rpm -ivh x86_64/kernel-2.6.32-119.el6.x86_64.rpm 
3.change grub default vlaue to kernel 71.el6 and reboot system 
  
Actual results:

# ifconfig
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
# modprobe bnx2
# ifup eth0
Device eth0 does not seem to be present, delaying initialization.


Expected results:

bnx2 driver should be loaded and eth0 up 

Additional info:

test on two machines and all have this issue .

Comment 2 Neil Horman 2011-03-03 14:24:46 UTC

*** This bug has been marked as a duplicate of bug 678429 ***


Note You need to log in before you can comment on or make changes to this bug.