Linux Broadcom Ethernet Card driver installation
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
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Other Helpful FAQs:
- Linux: Find out Ethernet card driver name
- Linux find out graphics card installed in my system
- Linux compliant wireless cards
- How can I find out if my Ethernet card (NIC) is being recognized or not?
- Linux Wireless card RT61 no scan results
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


April 17th, 2007 at 12:22 pm
Hi,
The above mentioned steps don’t seem to solve my Broadcom network card. I am now reinstalling Redhat Enterprise once again.
May 31st, 2007 at 6:54 am
problem on network card.
while installing network getting an error eth0 seems not to be present.
November 1st, 2007 at 2:18 am
How to use modeprob to add an embedded lan card into Linux Kernel