From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30926 invoked by alias); 6 Mar 2007 10:08:08 -0000 Received: (qmail 30915 invoked by uid 22791); 6 Mar 2007 10:08:07 -0000 X-Spam-Check-By: sourceware.org Received: from web7904.mail.in.yahoo.com (HELO web7904.mail.in.yahoo.com) (202.86.4.80) by sourceware.org (qpsmtpd/0.31) with SMTP; Tue, 06 Mar 2007 10:07:58 +0000 Received: (qmail 69178 invoked by uid 60001); 6 Mar 2007 10:07:55 -0000 X-YMail-OSG: Nd8cV4QVM1nVqN6OjEvUGWwj6ZlUD1lPQbJNcNTaZ1tZNKFD6aEIbCx11wxTrM62QMQcLxhLphkSSUDwhbPcZINKwhzzmjTm4_6w4f96SeXwCyCJbDwKIfnBa_E1qDk0RrBnaYbHnRbDbbIS255PgQ-- Received: from [203.197.252.77] by web7904.mail.in.yahoo.com via HTTP; Tue, 06 Mar 2007 15:37:55 IST X-Mailer: YahooMailRC/468 YahooMailWebService/0.6.132.8 Date: Tue, 06 Mar 2007 10:08:00 -0000 From: Srinivas rao To: Andrew Lunn Cc: ecos MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <112422.68681.qm@web7904.mail.in.yahoo.com> X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] Operation timed out X-SW-Source: 2007-03/txt/msg00063.txt.bz2 Iam reading the MAC ID from EEPROM of The Chip and same Mac Id I programmed= into the chip using below code of rltk8139 driver(if_8139.c) if (enaddr !=3D NULL) { for (i =3D 0; i < 6; ++i) { rltk8139_info->mac[i] =3D enaddr[i]; OUTB(enaddr[i], rltk8139_info->base_address + IDR0 + i); } } After this code I reading the MAC Id using below code and Its giving same M= AC Id. for (i =3D 0; i < 6; ++i) { rltk8139_info->mac[i] =3D INB(rltk8139_info->base_address + IDR0 + i); diag_printf("%x:",rltk8139_info->mac[i]); } In MAC Id I didn't find any chanage. Srinivas Rao.Ch ----- Original Message ---- From: Srinivas rao To: Andrew Lunn Cc: ecos Sent: Tuesday, 6 March, 2007 2:14:03 PM Subject: Re: [ECOS] Operation timed out Sorry! for the late response Iam not reading and programming the MAC id from EEPROM. Iam not receving the broadcast packets also. Srinivas Rao.Ch ----- Original Message ---- From: Andrew Lunn To: Srinivas rao Cc: ecos Sent: Thursday, 15 February, 2007 6:40:26 PM Subject: Re: [ECOS] Operation timed out On Thu, Feb 15, 2007 at 03:59:24PM +0530, Srinivas rao wrote: > Hi, >=20 > Iam using rltk 8139 pci card and eCos rltk 8139 eternet drinver for > my NUPort Board > Iam testing the ping_test case on my NUPort Board.=20 > the request packets are sending but reply packets are not recieving, > I checked in the Ehtereal. Another thing to check is if the device knows its own MAC addresses. Sometimes you need to read if from an EEPROM and program it into the chip. Check if you receive Ethernet broadcast packets, but not unicast packets addressed to the device. Andrew --=20 Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss =20=20=20=20=20=20=20=20 __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss =09=09 __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss