public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Tarmo Kuuse <tarmo.kuuse@mail.ee>
To: ecos-discuss@sources.redhat.com
Subject: [ECOS]  Re: Problems initializing eth0 interface
Date: Wed, 15 Jul 2009 10:27:00 -0000	[thread overview]
Message-ID: <h3kat8$ckm$1@ger.gmane.org> (raw)
In-Reply-To: <8727e5730907140055g55370083q8f27ca729f90bd08@mail.gmail.com>

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.

The second screenshot shows your hardware address to be 
FF:FF:FF:FF:FF:FF. This is the Ethernet broadcast address and it's not a 
good idea to use it as your MAC.

Try setting a valid MAC address. The first byte should be 0x00 and the 
others you are free to choose. Eg 00:ab:cd:ef:01:23 would be reasonaby 
safe. Make sure the address doesn't conflict with anything else in your 
network.

If you have RedBoot, change the MAC address using fconfig. If not, then 
the MAC address can be hardcoded via eCos configuration tool (look under 
"I/O sub-system", "Common ethernet support", "Your ethernet driver").

--
Kind regards,
Tarmo Kuuse


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

  parent reply	other threads:[~2009-07-15 10:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-13 14:40 [ECOS] " Bruno Ricci
2009-07-14  7:13 ` Andrew Lunn
2009-07-14  7:55   ` Bruno Ricci
2009-07-15  9:59     ` Bruno Ricci
2009-07-15 10:51       ` [ECOS] " John Dallaway
2009-07-15 12:36         ` Bruno Ricci
     [not found]         ` <8727e5730907150442m31cb69f2r96b517e5a6ecfe8b@mail.gmail.com>
2009-07-15 14:13           ` John Dallaway
2009-07-15 14:16             ` Bruno Ricci
2009-07-15 10:27     ` Tarmo Kuuse [this message]
2009-07-15 10:40       ` Andrew Lunn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='h3kat8$ckm$1@ger.gmane.org' \
    --to=tarmo.kuuse@mail.ee \
    --cc=ecos-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).