- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Compilation problem with hp-netxtreme2-5.2.27-5.sr...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2010 07:32 AM
03-12-2010 07:32 AM
Compilation problem with hp-netxtreme2-5.2.27-5.src.rpm
I have a problem installing the Broadcom NIC driver from the source RPM on the HP site.
Specifically, I want to install the "HP NC-Series Broadcom 1Gb and 10GbE Multifunction and iSCSI Drivers for Linux" (hp-netxtreme2-5.2.27-5.src.rpm) on RHEL5.3 x86 on DL380 G5 and G6.
I was able to install the source RPM without problem, but none of the further instructions to compile a binary RPM work for me, I even tried all the special cases outlined in the installation document.
Please find attached the logs of my various unsuccessful trials while experimenting with various options listed in the installation guide.
I include also some system information showing that the listed dependencies for the build environment are present.
If anyone else has succeeded in building this driver package from this source RPM, I would be very interested in how you did it :-)
Regards,
Michael
P.S. I'm trying to update the bnx2 driver to see if it would solve bugs we have encountered in the standard version of the driver on RHEL 5.3 (e.g. miscounting of received packets, ref. https://bugzilla.redhat.com/show_bug.cgi?id=542826).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2010 07:35 AM
03-12-2010 07:35 AM
Re: Compilation problem with hp-netxtreme2-5.2.27-5.src.rpm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2010 06:43 AM
03-14-2010 06:43 AM
Re: Compilation problem with hp-netxtreme2-5.2.27-5.src.rpm
(RHEL5.3 on a DL380G5)
acoording to my notes I Did:
rpm -ivh hp-netxtreme2-5.2.27-5.src.rpm
rpm -ivh hp-netxtreme-bnx2id-5.2.27-5.noarch.rpm
cd /usr/src/redhat
rpmbuild --target=i686 --bb SPECS/hp-netxtreme2.spec --define "KVER 2.6.18-128.el5PAE"
Stopped network and unloaded old module.
cd /usr/src/redhat/RPMS/i686
rpm -ivh kmod-hp-netxtreme2-PAE-5.2.27-5.i686.rpm
Restart.
ethtool -i eth0
(to check if the new module was running)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2010 03:15 PM
03-14-2010 03:15 PM
Re: Compilation problem with hp-netxtreme2-5.2.27-5.src.rpm
However, I did not find that bnx2id package on the drivers page where I donwloaded the source RPM, I gave up searching for it thinking that it would be produced by the build and installed with the binary RPM.
Where does one get that bnx2id ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2010 11:42 PM
03-14-2010 11:42 PM
Re: Compilation problem with hp-netxtreme2-5.2.27-5.src.rpm
I tried again the various commands, with and without --define KVER .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2010 07:02 AM
03-17-2010 07:02 AM
Re: Compilation problem with hp-netxtreme2-5.2.27-5.src.rpm
There is a package 'redhat-rpm-config-8.0.45-29.el5.noarch.rpm' which I did not have installed.
After adding this package, I was able to build the binary RPM on G5 and G6.
On the PAE kernel (DL380 G6) I had to use
rpmbuild --target i686 -bb SPECS/hp-netxtreme2.spec --define "KVER 2.6.18-128.el5PAE"
On my DL380 G5 platform (non-PAE-kernel) the following worked:
rpmbuild --target i686 -bb SPECS/hp-netxtreme2.spec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2010 07:05 AM
03-17-2010 07:05 AM
Re: Compilation problem with hp-netxtreme2-5.2.27-5.src.rpm
This dependency ought to be better documented.