LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-31-2009, 03:55 PM   #1
exceed1
Member
 
Registered: Mar 2008
Location: oslo
Distribution: debian,redhat
Posts: 199

Rep: Reputation: 31
Network Interface Card questions


Hi

I have the following NIC:
Broadcom Corporation BCM4401-B0 100Base-TX

I have visited Broadcom Corporations website and looked at "Support and Downloads" and i found many NICs, but not the one i have. I was looking for the user guide to the NIC to understand the NIC LED lights. The NIC works without any problems, but i would like to know what the different lights mean. I have two lights, a contant orange light and a flashing yellow light. I have read on the net that the lights have different meaning on different NICs, so in that case it would be nice to get my hands on the NIC manual, which doesnt seem to be on the manufacturers website.

Does someone know how i can figure out what the lights mean when i cant find the user guide on the manufacturers website ?

I have seen when using the ifconfig command that the following is being displayed to the terminal:
Code:
RX packets:872163 errors:122 dropped:0 overruns:0 frame:122
TX packets:251493 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:285959434 (272.7 MiB)  TX bytes:21294158 (20.3 MiB)
Interrupt:17
I have searched on google but i cant find out what this all means. I know what collisions mean though from my understanding of how Ethernet works.

All help is appericiated
 
Old 03-31-2009, 04:26 PM   #2
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
I have visited Broadcom Corporations website and looked at "Support and Downloads" and i found many NICs, but not the one i have.
If you had given us the link, maybe we could have tried searching for you.
Quote:
Does someone know how i can figure out what the lights mean when i cant find the user guide on the manufacturers website ?
Short answer: No Different manufacturers give different meanings to the little blinking lights.
Quote:
I have searched on google but i cant find out what this all means. I know what collisions mean though from my understanding of how Ethernet works.
0.014% of your packets result in errors. This is a trivial error rate. If you really wish to reduce this to zero, then maybe upgrade your cable quality, or re-route your cables away from sources of electrical interference (power lines, heavy industrial equipment, washing machines etc.)

But you say "The NIC works without any problems", so why are you bothering us with this?
 
Old 03-31-2009, 06:12 PM   #3
cloud9repo
Member
 
Registered: Oct 2008
Location: Middle TN
Posts: 134

Rep: Reputation: 19
Quote:
Originally Posted by exceed1 View Post
Hi

I have the following NIC:
Broadcom Corporation BCM4401-B0 100Base-TX

I have visited Broadcom Corporations website and looked at "Support and Downloads" and i found many NICs, but not the one i have. I was looking for the user guide to the NIC to understand the NIC LED lights. The NIC works without any problems, but i would like to know what the different lights mean. I have two lights, a contant orange light and a flashing yellow light. I have read on the net that the lights have different meaning on different NICs, so in that case it would be nice to get my hands on the NIC manual, which doesnt seem to be on the manufacturers website.

Does someone know how i can figure out what the lights mean when i cant find the user guide on the manufacturers website ?

I have seen when using the ifconfig command that the following is being displayed to the terminal:
Code:
RX packets:872163 errors:122 dropped:0 overruns:0 frame:122
TX packets:251493 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000 
RX bytes:285959434 (272.7 MiB)  TX bytes:21294158 (20.3 MiB)
Interrupt:17
I have searched on google but i cant find out what this all means. I know what collisions mean though from my understanding of how Ethernet works.

All help is appericiated
Find out your chipset, you may need ndiswrapper.

It's old, but seems the card is also. It's a work around.

lshw will give you the info, then you'll need ndiswrapper.
 
Old 04-01-2009, 01:12 AM   #4
exceed1
Member
 
Registered: Mar 2008
Location: oslo
Distribution: debian,redhat
Posts: 199

Original Poster
Rep: Reputation: 31
tredegar: link to broadcom website: www.broadcom.com. Why "bother" you with this ? This is a forum, you dont have to answer if you dont want to (it is appericiated though if you do). The reason i want to know this is because i simply want to learn and i want to know for example why one of my LED lights a contantly orange and not green. That being said, the only question in this thread was not only about LED lights on the NIC, it was also about what the ifconfig output meant.

cloud9repo: ndiswrapper ? Why would i use this, this is a wired NIC and its working correctly as far as i can tell.

Last edited by exceed1; 04-01-2009 at 11:44 AM.
 
Old 04-02-2009, 06:58 PM   #5
cloud9repo
Member
 
Registered: Oct 2008
Location: Middle TN
Posts: 134

Rep: Reputation: 19
Quote:
Originally Posted by exceed1 View Post
tredegar: link to broadcom website: www.broadcom.com. Why "bother" you with this ? This is a forum, you dont have to answer if you dont want to (it is appericiated though if you do). The reason i want to know this is because i simply want to learn and i want to know for example why one of my LED lights a contantly orange and not green. That being said, the only question in this thread was not only about LED lights on the NIC, it was also about what the ifconfig output meant.

cloud9repo: ndiswrapper ? Why would i use this, this is a wired NIC and its working correctly as far as i can tell.
Mis-read. The lights can indicate any number of things. Including rapid reset at the ISP. Which mine tends to due.
It's do to all the hacker traffic. Where approx. 20% of my bandwidth is collisions, and resent packets.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
2 network interface card problem kashif2131971 Linux - Networking 3 08-02-2008 02:42 PM
Network interface card compatibility.. Success Linux - Hardware 3 12-06-2007 08:43 AM
PCMCIA Network Interface Card!? FarbrorB Linux - Newbie 2 11-22-2007 06:32 PM
network card interface list vkmgeek Programming 1 09-18-2007 06:18 AM
USB Network Interface Card: HELP! Saketh Linux - Wireless Networking 7 08-16-2005 09:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration