Operating System - Linux
1825026 Members
3599 Online
109678 Solutions
New Discussion юеВ

Re: How can I know what model of the nic integrated with my hp server

 
haha
Occasional Contributor

How can I know what model of the nic integrated with my hp server

for example
I have a dl360G4
I found three type network driver update(e1000уАБbcm5700уАБbnx2) from the site of hp support
which one I can use
8 REPLIES 8
Arunvijai_4
Honored Contributor

Re: How can I know what model of the nic integrated with my hp server

Use the most recent one. It will have all bug fixes reported till date and enhancements.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Gopi Sekar
Honored Contributor

Re: How can I know what model of the nic integrated with my hp server


I am not sure whether I understand your question correctly: Are you saying you found three drivers updates (e1000, bcm5700, bnx2) for your dl360 G4 hardware?

If so then I would recommend to update all of them regardless of whether you are using that particular NIC or not. This will help in the future when you want to use the spare NIC.

To find out what driver you are currently using check the 'lsmod' output, it should list the drivers currently loaded on the kernel, one of the above should be listed (most likely all three would be listed).

Regards,
Gopi
Never Never Never Giveup
Vitaly Karasik_1
Honored Contributor

Re: How can I know what model of the nic integrated with my hp server

usually you'll some some info in "dmesg" output.
AFAIK, DL360G4 is coming with 2 Broadcom NICs on motherboard, so you should use bcm5700.
dirk dierickx
Honored Contributor

Re: How can I know what model of the nic integrated with my hp server

update the kernel of your distrubution to the latest one available, use the driver supplied with that update.
rick jones
Honored Contributor

Re: How can I know what model of the nic integrated with my hp server

In addition to the output of dmesg, you can also try lspci with various options to control the relative verbosity of the output.
there is no rest for the wicked yet the virtuous have no pillows
haha
Occasional Contributor

Re: How can I know what model of the nic integrated with my hp server

I know my dl360g4's nic type is hp nc7782(update driver is bcm5700) now by viewing the server's bios setting(press "F9" when server is rebooting)
But I don't know is there other nic model(using driver bnx2 or e1000) integrated with the server(dl360g4)
Another question:
how can I know the nic model integrated with my server under linux without rebooting it
Command "lsmod" can't do that
when I type "lsmod", I can see the nic's driver is tg3
Vitaly Karasik_1
Honored Contributor

Re: How can I know what model of the nic integrated with my hp server

>how can I know the nic model integrated >with my server under linux without >rebooting it

by looking in /var/log/messages

>Command "lsmod" can't do that
>when I type "lsmod", I can see the nic's >driver is tg3

it means you have Broadcom NIC - tg3 is just another driver for the same NIC.

Gopi Sekar
Honored Contributor

Re: How can I know what model of the nic integrated with my hp server


you can see the ethernet controller model by either doing 'cat /proc/pci' file or running 'lspci -vv' command as root.

This should give list of ethernet controllers on your system, IRQ and IO used by them and other related information.

Regards,
Gopi
Never Never Never Giveup