Re: Ethernet driver problem

2007-10-11 Thread Jupe
Thanks for the reply I have tested my program on PC and it works without any problem. I have enabled auto negotiation. The status register shows successful completion of auto-negotiation. And it shows using full duplex. I did check whether the packets are getting dropped because of lack of

Re: Ethernet driver problem

2007-10-11 Thread Jupe
Thanks for the reply I have tested my program on PC and it works without any problem. I have enabled auto negotiation. The status register shows successful completion of auto-negotiation. And it shows using full duplex. I did check whether the packets are getting dropped because of lack of

Re: Ethernet driver problem

2007-10-10 Thread linux-os (Dick Johnson)
On Wed, 10 Oct 2007, Jupe wrote: > Hi, > > I have written an ethernet driver for an ARM based board. > Linux version: 2.6.20.1 > > Ping is working fine. > > I have written a test server/client application using socket programming > (TCP). > After the connection is setup the server sends a file

Ethernet driver problem

2007-10-10 Thread Jupe
Hi, I have written an ethernet driver for an ARM based board. Linux version: 2.6.20.1 Ping is working fine. I have written a test server/client application using socket programming (TCP). After the connection is setup the server sends a file to the client. When I run server on PC and client on

Ethernet driver problem

2007-10-10 Thread Jupe
Hi, I have written an ethernet driver for an ARM based board. Linux version: 2.6.20.1 Ping is working fine. I have written a test server/client application using socket programming (TCP). After the connection is setup the server sends a file to the client. When I run server on PC and client on

Re: Ethernet driver problem

2007-10-10 Thread linux-os (Dick Johnson)
On Wed, 10 Oct 2007, Jupe wrote: Hi, I have written an ethernet driver for an ARM based board. Linux version: 2.6.20.1 Ping is working fine. I have written a test server/client application using socket programming (TCP). After the connection is setup the server sends a file to the