| Author |
Message |
david90
Joined: 05 May 2004 Posts: 372 Helped: 1
|
29 May 2008 21:57 ethernet troubleshooting |
|
|
|
I have an ethernet transceiver with a uC and I can't get it to work. When I plug it into the switch I couldn't see any 10/100 mbit light. I'm sure all the connections are right. What are some ways to troubleshoot this?
What are the condition for getting the 10/100 mbit light on the switch to light up?
what happen when a device is plugged into an Ethernet switch? When does the hand shaking happen?
|
|
| Back to top |
|
 |
FvM
Joined: 22 Jan 2008 Posts: 2632 Helped: 431 Location: Bochum, Germany
|
30 May 2008 8:45 Re: ethernet troubleshooting |
|
|
|
Usually the PHY has to be activated by software to send idle frames that can be detected by the peer. Basically some registers at the controller have to be set up to start operation, this would be done by the driver part of network stack normally.
But there are also many options for hardware errors that can prevent operation.
|
|
| Back to top |
|
 |
david90
Joined: 05 May 2004 Posts: 372 Helped: 1
|
30 May 2008 16:11 Re: ethernet troubleshooting |
|
|
|
| when the device is not connected, the idle frame/data is constantly being sent out until the device is plugged in? If that is the case, then I can probe the tx pin to see if there is any data output?
|
|
| Back to top |
|
 |
e_ravikumarshinde
Joined: 08 Feb 2008 Posts: 30 Helped: 3
|
14 Aug 2008 14:31 ethernet troubleshooting |
|
|
|
when we connect ethernet cable in RJ45 socket , Phy detects the connection through autosensing technique . once its done next work done by phy is to select proper speed & duplex mode for communication , generally it is done by autonegotiation process. When both the nodes (in your case its your processor MAC & switch MAC ) negotiated on same speed & duplex mode , connection is get established which we call as link up & then LED start blinking up.
Once link is up , actual data transmission starts .
|
|
| Back to top |
|
 |