Linux Broadcom Ethernet Card sometime gives problem. However, you need to load driver called tg3 to work with Broadcom Ethernet Card.
Use lsmod program to show the status of modules in the Linux Kernel. You may need to use modprobe program to add and remove modules from the Linux Kernel.
But first type lsmod command and find out if tg3 module/driver is loaded or not (login as the root user).
# lsmod | grep tg3
If it is not loaded then load it with modprob command:
# /sbin/modprob tg3
# /etc/init.d/network start
OR
# /etc/init.d/networking start
Assign an IP address:
# ifconfig eth0 192.168.1.10 up
Add driver to your kernel configuration file
Open your /etc/modules.conf (Fedora or Red Hat Linux) or /etc/modprobe.d/aliases (Debian Linux) and modify/add line:
alias eth0 tg3

{ 4 comments… read them below or add one }
Hi,
The above mentioned steps don’t seem to solve my Broadcom network card. I am now reinstalling Redhat Enterprise once again.
problem on network card.
while installing network getting an error eth0 seems not to be present.
How to use modeprob to add an embedded lan card into Linux Kernel
I have intel desktop board D945GCNL with Integrated 10/100/1000 (on board)
Realtek RTL8168/8111 PCI-E Gigabit Ethernet NIC
When I install CentOS 5 here That lancard is not detected.
So can any 1 help me please.