From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25076 invoked by alias); 15 Jul 2009 12:36:24 -0000 Received: (qmail 25068 invoked by uid 22791); 15 Jul 2009 12:36:23 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f227.google.com (HELO mail-fx0-f227.google.com) (209.85.220.227) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Jul 2009 12:36:15 +0000 Received: by fxm27 with SMTP id 27so3853047fxm.30 for ; Wed, 15 Jul 2009 05:36:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.109.198 with SMTP id k6mr3830501fap.46.1247661372467; Wed, 15 Jul 2009 05:36:12 -0700 (PDT) In-Reply-To: <4A5DB487.9030506@dallaway.org.uk> References: <4A5B4762.6080200@gmail.com> <20090714071329.GE10217@lunn.ch> <8727e5730907140055g55370083q8f27ca729f90bd08@mail.gmail.com> <8727e5730907150259i134b80f1sa362ab4bc90ff974@mail.gmail.com> <4A5DB487.9030506@dallaway.org.uk> Date: Wed, 15 Jul 2009 12:36:00 -0000 Message-ID: <8727e5730907150536g264a4e93ke824015b18c48061@mail.gmail.com> From: Bruno Ricci To: ecos-discuss@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: [ECOS] Re: Problems initializing eth0 interface X-SW-Source: 2009-07/txt/msg00133.txt.bz2 Thank you John, that worked like a charm :) Thanks everyone On Wed, Jul 15, 2009 at 12:50 PM, John Dallaway wrote: > Hi Bruno > > Bruno Ricci wrote: > >> I tried the same configuration with RTL8139 chip and without removing >> any package (I managed to have a pc with that chip) with no luck. Here >> some screenshots: >> >> http://files.getdropbox.com/u/1493094/ecos1.jpg >> http://files.getdropbox.com/u/1493094/ecos2.jpg >> >> Notice that my program only initializes the network card, and that >> there's a 20 sec sleep between the two screenshots. I tried to set a >> static IP, but I keep on having that SIOCIFADDR error. > > I assume you have switched to the eCos "pc_rltk8139" target. > > The reported hardware address (ff:ff:ff:ff:ff:ff) is bogus which > suggests that eCos is failing to interrogate your ethernet hardware > correctly. Try disabling the ethernet hardware in your PC's BIOS and see > if the behaviour is the same. If it is, perhaps your ethernet hardware > is reporting a PCI vendorID/deviceID pair which is not known to the eCos > driver? Check the known_8139_aliases[] array in the driver and extend it > if necessary. > > I hope this helps... > > John Dallaway > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss